jsem / mtg-life-counter

A personalised life counter for mtg
0 stars 0 forks source link

Create main menu #11

Closed jsem closed 6 years ago

jsem commented 6 years ago

Create the main menu as per designs below:

image

players and starting life presets should just be radio buttons / a button group. starting life is a text input with some buttons to modify the value by 1 at a time. profiles will be a list of buttons (number of buttons depending on the amount of players selected). clicking on a profile buttons should bring up a sub menu/combo box (up to you how to implement this) with a list of current profiles to pick from. manage profiles just navigates to the profile screen start game dispatches a start game action and navigates to the game screen

jsem commented 6 years ago

moved the manage profiles button to the top of the screen as a cog icon button instead

jsem commented 6 years ago

i have this so far: image last thing i need to do is implement the ability to change the profile for each player. thinking that when you click on one of the profile buttons it will bring up an overlay over the main menu that will have a list of all the available profiles, and you can then select a profile from that