creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.
https://LegalDB.CreativeCommons.org/
MIT License
44 stars 54 forks source link

[Feature] Mobile Menu on LegalDB website doesn't match the current Vocabulary design system #197

Open Netacci opened 3 days ago

Netacci commented 3 days ago

Problem

The mobile menu on the LegalDB website does not align with the current Vocabulary design system. The website uses a hamburger icon, and the UI of the opened menu is different from what is implemented in the design system, which uses a "Menu" button and a more aesthetically pleasing design.

LegalDb menu

legal-menu

LegalDb Open menu

legal-menu-open

Vocabulary menu

vocab-menu

Vocabulary open menu

vocab-menu-open

Description

To maintain consistency across projects, the mobile menu on the LegalDB website should be updated to match the UI guidelines from the design system. This change will improve user experience and align the website with the design system's guidelines, making it more cohesive with the overall product design language.

Alternatives

One alternative is keeping the current hamburger icon and menu button implementation, but this results in inconsistent design across projects.

Additional context

The design system's mobile menu UI includes:

Implementation