Closed ilyatitovich closed 1 month ago
Think about code testing.
Think about moving code to core/
. What code will also be useful on other platforms?
Think about HTML semantics.
Think about accessibility. Try to search for a11y recommendations for your case. Think about how screen reader users will use the tool. Is it easy to use on a screen with bad contrast?
The UI was checked in Chrome and Firefox (and Safari or Epiphany if you have them).
Think about making types more precise. Can you better explain data relations by type?
pnpm test
.scripts/
, add a comment with a description.README.md
.openMenu()
;I am planning to start refactoring, so I am merging it (I will fix small changes)
Fixes #178
core
for display mobile menu;core
from template;Motivation
Improve UX.
I suggest to open menu when user navigate to
/slow
,/fast
and/add
routes, so I added subscription torouter
. Also we can add check is mobile and handle calculation only if it's narrow screen. I would like to discuss it.