#853Replace hamburger menu to buttons #875
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!875
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "853-change-hamburger-menu-to-buttons"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removed the hamburger menu and replaced it with two navigation buttons using Material Design icons.
Added:
Updated styling to support both light and dark themes using existing theme variables.
Changed two files HamburgerMenu.js and HamburgerMenu.module.css
Implemented Material design icons as requested.
Issue #853
"853Replace hamburger menu to buttonsto #853Replace hamburger menu to buttonsWhat are the new dependencies
@a22erigr
Added @mui/icons-material for Material Design icons.
It seams that we import the icons, but as we dont use that many we prefer downloading the svg icons from
https://fonts.google.com/icons?icon.size=24&icon.color=%231f1f1f
This would keep the dependencies down and keep the code from bloating.
Review on #875
Whats done
Tested on macOS using Chrome
Inspected following files
What needs to be done
Conclusion