From 1ff1c8d0ea6b7200f217ff8c3f153f9bbf881e81 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 17 Apr 2019 19:54:55 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ef1c3d08..6cf32afd 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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?