This commit is contained in:
@@ -24,12 +24,25 @@ The overall AyaNova user interface consists of three main components:
|
||||
|
||||
### App bar
|
||||
|
||||
The purpose of the app bar is to show which part of AyaNova is currently open by displaying a text title and often an icon corresponding to the form being displayed in the main view area.
|
||||
The App bar is a form of tool bar and it's purpose is to show which part of AyaNova is currently open by displaying a text title and often an icon corresponding to the form being displayed in the main view area and provide links to other areas of AyaNova via the context menu.
|
||||
|
||||
A blue app bar indicates the current view is in a main area of AyaNova, either a data list or some other form not a specific record being edited.
|
||||
|
||||

|
||||
|
||||
|
||||
A blue app bar indicates the current view is a main area of AyaNova and not a specific record being edited.
|
||||
A green app bar indicates a specific record is being edited in an edit form.
|
||||
|
||||
The app bar also hosts the [context menu](#context-menu) which appears as three dots stacked on top of each other and the "hamburger" icon which looks like three horizontal bars stacked on top of each other and is used to show or hide the [navigation drawer](#navigation-drawer)
|
||||

|
||||
|
||||
|
||||
The far left side of the App bar shows the navigation drawer "hamburger" icon which looks like three horizontal bars stacked on top of each other and is used to show or hide the [navigation drawer](#navigation-drawer)
|
||||
|
||||
The center part of the navigation bar shows an icon and information pertaining to which record are area of AyaNova is currently open.
|
||||
|
||||
The right side shows a bell icon which indicates if any unviewed notifications have arrived and is also a shortcut to open the user's [notifications](home-notifications.md) form to view notifications.
|
||||
|
||||
Finally, to the far right is the [context menu](#context-menu) which appears as three dots stacked on top of each other. On wider screen devices some commonly used context menu items will be "surfaced" between the notifcation bell icon and the context menu icon to save a click.
|
||||
|
||||
### Navigation drawer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user