Add visual mark on App Menu opener when app update is available #35
Labels
design
Similar to UI/UX
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Simple issues suitable Hacktoberfest PRs
javascript
Javascript knowledge needed
material/ui
Related to Material/UI dependency
react
React knowledge needed
ui/ux
Issues related to design/UI/UX
On small screens, there is no visual mark about an app update (unless the user manually opens the menu and sees the
Update!
link).Proposal
On small devices (lower than
md
, whenuseMediaQuery(theme.breakpoints.down('md'));
), add a MaterialUI Badge (with something likenew
on it) when there is an update available (props.newServiceWorkerDetected === true
).Where to add the Badge: https://github.com/emibcn/covid/blob/master/app/src/Dashboard.jsx#L168
The text was updated successfully, but these errors were encountered: