umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Develop: Apply uniform style across application #477

Closed cthorn2 closed 1 year ago

cthorn2 commented 2 years ago

As a user, I want the application to have consistent navigation elements and style throughout the application.

Acceptance Criteria

cthorn2 commented 2 years ago

Pushed branch UI_Main_Menu which includes an updated Main Menu page consistent with virtual walk-through and separate top_app_bar.dart file to standardize the appBar for all UI pages.

call using the following code : set the title the title is dynamically pulled from the title value here. Make sure you include the files top_app_bar.dart in your UI files.

appBar: TopBar(title: "Main Menu"),

tatikozh commented 2 years ago

@cthorn2 @mdconatser Just an idea for top and bottom bars. What do you guys think?

Image

Image

cthorn2 commented 2 years ago

The updates look great. I had looked at implementing the notch for the Chatbot but the home / main menu works well too.

tatikozh commented 2 years ago

@cthorn2 would you be ok if I'll push this update?