This commit is contained in:
2019-04-17 19:54:55 +00:00
parent e17fbb08de
commit 1ff1c8d0ea

View File

@@ -72,19 +72,19 @@ All platforms and browsers
- TODO: CODE THIS FOR THIS MENU ISSUE
- Just added ability to send info to store that is picked up by nav menu
- REQUIREMENTS
- Global Help link on *every* page
- DONE Global Help link on *every* page
- will change on each page
- Global Logout link on every page
- DONE Global Logout link on every page
- Unchanging
- Probably more global page items
- Menu supports dividers
- Menu has a context section and a global section
- Probably more global page items
- DONE Menu supports dividers
- DONE Menu has a context section and a global section
- One set of menu items only not two separate ones internally
- Context items are at the top, then a divider, then the global ones at the bottom
- Caller sets if it's contextual or not to adapt colour of app bar, but otherwise it's the same exact menu all the time
- Caller should be able to set items colour so (for example) Save can be redded out when not savable
- Caller should be able to set the ENABLED property so it can handle different states
- Maybe a change item event that takes a key and updates it rather than refreshing the whole menu basis on state change?
- DONE Caller sets if it's contextual or not to adapt colour of app bar, but otherwise it's the same exact menu all the time
- DONE Caller should be able to set items colour so (for example) Save can be redded out when not savable
- DONE Caller should be able to set the ENABLED property so it can handle different states
- TODO: Maybe a change item event that takes a key and updates it rather than refreshing the whole menu basis on state change?
- I.E. so that can change save button enabled and colour when state of form broken rules changes?