Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile view main nav #1394

Closed
wants to merge 23 commits into from
Closed

Mobile view main nav #1394

wants to merge 23 commits into from

Commits on Mar 6, 2023

  1. initial MobileNav foundation

    Renamed ResponsiveHeader to MobileNavbar. Updated Menu label to be dynamic to what view is active. updated reference to MobileNavbar in MainLayout.tsx
    
    Removed hello text, bell icon and upload manager link
    
    removed callapsing functionality from the search bar
    
    made the search bar collapse or expand when clicking on search icon, still needs a little work though to smooth it out
    
    updated ProfileToolbar to conditionally render based on mobile view or standard view
    
    cleaned up the file and move some functionality to another component
    
    updated to use useMediaQuery to get the winodw size instead of the custome hook I createdg
    
    updated styling for monile view of search bar
    
    wrapped the ResponsiveHeader with the CreateDialogProviders so the modals will work when creating new items
    
    renamed currentWindowSize to useIsMobile and moved it to the hooks folder
    
    removed some commented out code that was not needed
    
    Added the drawer functionality  and navigation elements
    
    created component to check current screensize and decluttered other files
    willdch authored and andrewmurraydavid committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f30e83b View commit details
    Browse the repository at this point in the history
  2. moved to css breakpoints

    added sidebar color in pallet
    
    added mobile breakpoint
    
    no need for useIsMobile
    
    cleaned up Sidebar
    
    updated Header to use css breakpoints
    
    updated HeaderSearch to use css breakpoints
    
    updated ProfileToolbar to use css breakpoints
    
    extending sx on AppBar instead of Container
    andrewmurraydavid committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    24cacd1 View commit details
    Browse the repository at this point in the history
  3. initial MobileNav foundation

    Renamed ResponsiveHeader to MobileNavbar. Updated Menu label to be dynamic to what view is active. updated reference to MobileNavbar in MainLayout.tsx
    
    Removed hello text, bell icon and upload manager link
    
    removed callapsing functionality from the search bar
    
    made the search bar collapse or expand when clicking on search icon, still needs a little work though to smooth it out
    
    updated ProfileToolbar to conditionally render based on mobile view or standard view
    
    cleaned up the file and move some functionality to another component
    
    updated to use useMediaQuery to get the winodw size instead of the custome hook I createdg
    
    updated styling for monile view of search bar
    
    wrapped the ResponsiveHeader with the CreateDialogProviders so the modals will work when creating new items
    
    renamed currentWindowSize to useIsMobile and moved it to the hooks folder
    
    removed some commented out code that was not needed
    
    Added the drawer functionality  and navigation elements
    
    created component to check current screensize and decluttered other files
    willdch authored and andrewmurraydavid committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    85afa65 View commit details
    Browse the repository at this point in the history
  4. moved to css breakpoints

    added sidebar color in pallet
    
    added mobile breakpoint
    
    no need for useIsMobile
    
    cleaned up Sidebar
    
    updated Header to use css breakpoints
    
    updated HeaderSearch to use css breakpoints
    
    updated ProfileToolbar to use css breakpoints
    
    extending sx on AppBar instead of Container
    andrewmurraydavid committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6dc911f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c56846b View commit details
    Browse the repository at this point in the history
  6. small sx cleanup

    andrewmurraydavid committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e420754 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61c2bc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a83ca49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90772d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    114d852 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    57dbf4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c5127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c988f04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ad94c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e062926 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a841980 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25e10f8 View commit details
    Browse the repository at this point in the history
  8. cleaned up sx on ProfileToolbar

    cleaned up sx on ProfileToolbar
    andrewmurraydavid committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8e0c8e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fixed typos

    andrewmurraydavid committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    81c1bf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    e221b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9472e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    1b7e27f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    e797005 View commit details
    Browse the repository at this point in the history