feat(menu): improve visual structure with cards, icons and timeline#370
Open
sumitakhuli wants to merge 1 commit into
Open
feat(menu): improve visual structure with cards, icons and timeline#370sumitakhuli wants to merge 1 commit into
sumitakhuli wants to merge 1 commit into
Conversation
Contributor
|
Aesthetically i am more biased to the simpler version although some novelty could be nice. The single letters for the days i find a bit redundant. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description (Fixes #369 )
This PR addresses the need for a Better Visual Structure for the Menu Display by implementing a modern, card-based layout for the daily menu and a visual timeline for the weekly schedule.
Key changes:
SunIconfor Lunch,MoonIconfor Dinner).Synefont consistently and applied specific border colors/shadows to align with the design system.Related Issue
Fixes "Menu Display Needs Better Visual Structure" #369
Motivation and Context
The previous menu display was functional but lacked visual hierarchy and engagement. The new design makes it easier for users to distinguish between meal types and scan the weekly schedule at a glance.
How Has This Been Tested?
Tested locally in the development environment:
useColorModeValue) to dark mode.Screenshots or GIF:
Before
After
Checklist: