-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mm feature/update listitem singlelist styling #51
Mm feature/update listitem singlelist styling #51
Conversation
…ithin them after merge to match Figma design
…st` element and `NavBar`
…n with Figma design
Visit the preview URL for this PR (updated for commit 6a1fa8f): https://tcl-79-smart-shopping-list--pr51-mm-feature-update-li-bqb26als.web.app (expires Sat, 19 Oct 2024 12:40:08 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d91d9ddbda780208241c52942f544acf8e81407a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks amazing well done! I left a comment for you but I couldn't find this other thing in this pull request to comment on it but i think removing the label from the search bars would look better!
src/views/Layout.jsx
Outdated
@@ -26,7 +26,8 @@ export function Layout() { | |||
<div className="Layout text-black dark:text-white bg-white dark:bg-black"> | |||
<NavBar darkMode={darkMode} toggleDarkMode={toggleDarkMode} /> | |||
|
|||
<main className="mx-auto px-8 md:px-8 lg:px-20 w-full max-w-screen-sm min-h-screen flex flex-col"> | |||
<main className="mx-auto px-8 md:px-8 lg:px-20 w-full max-w-screen-sm min-h-screen flex flex-col rounded-xl pt-20"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding bottom padding here would be good so main isn't covered by the nav bar when you scroll to the bottom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks incredible, great job Marcia!
The only thing I would change is the position for the sign out and dark/light toggle buttons, I personally prefer the sign out one on the left. No biggie though!
@Wyna-7 I have swap them around on mobile it does look better i hope this is want your meant? |
@joriordan332 very good spot this one Jonathan👏🏾, forgot to check! |
@Hudamabkhoot for the labels I can't remove them for accessibility reason. I have added button padding very good spot!🤾🏾♀️ |
…item-singlelist-styling
Description
Home
andList
pages, along with all accompanying files.NavBar
is not too spaced out.Related Issue
Close #44, #47
Acceptance Criteria
The acceptance criteria for this PR are specified in Issue #14.
Type of Changes
Use one or more labels to help your team understand the nature of the change(s) you’re proposing. E.g.,
bug fix
orenhancement
are common ones.enhancement
fix
Updates
Before
DESKTOP
After
DESKTOP
MOBILE
Testing Steps / QA Criteria
git pull
andgit checkout mm-feature/update-listitem-singlelist-styling
Home
andList
pages you can see the styles implemented. You can toggle between Light mode and Dark mode to test the theme-switching functionality.Some styles might still need to be updated depending on the teams preference
maybe adding some sort of background behind list to break out the white and black backgrounds.