Skip to content
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

Responsive layout/header/navbar styling #50

Merged
merged 4 commits into from
Oct 4, 2024
Merged

Conversation

eva-lng
Copy link
Collaborator

@eva-lng eva-lng commented Oct 3, 2024

Description

New responsive styles were implemented for the page layout, header and navbar. Old stylesheets index.css and Layout.css were renamed and their imports removed. They can be still find in their original locations. New icons, fonts and app logo picture were implemented. Header/navbar colors have not been assessed for accessibility yet as they are not the final design choices.

Related Issue

closes #49

Acceptance Criteria

  • Create responsive styling for the page layout, header and navbar
  • Import and implement fonts, app logo and new icons for header/navbar,
  • Remove old stylesheets with default app styling

Type of Changes

enhancement

Updates

Layout design for different screen sizes different

Screenshot 2024-10-03 at 18 55 02

Screenshot 2024-10-03 at 18 56 02

Screenshot 2024-10-03 at 18 56 44

Testing Steps / QA Criteria

npm start
navigate to browser and resize the window to test the app's responsiveness

… header and navbar with Tailwind. rename old stylesheets to keep them for reference
@eva-lng eva-lng requested review from vivitt and Amaka202 October 3, 2024 17:00
Copy link

github-actions bot commented Oct 3, 2024

Visit the preview URL for this PR (updated for commit f1bd32e):

https://tcl-78-smart-shopping-list--pr50-el-styles-reset-layo-yiyh4hp4.web.app

(expires Fri, 11 Oct 2024 13:48:20 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: c781903507c1507075d7a974036959ddeec29c0a

Copy link
Collaborator

@GrannyYetta GrannyYetta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! It all works well for me.

A minor observation as we go about the styling: we might want to use a light background color for users who have their equipment in dark mode to make the elements in the display visible. I use dark mode and had to change to light mode to be able to see the app (other than the navigation and the header.)

Copy link
Collaborator

@Amaka202 Amaka202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job team, your app is beginning to look beautiful. Just like Becka pointed, I am on dark mode and I am not able to see my text with the new designs. screenshot below. and also it will be good to have the login and logout text in addition to the icon.

Screenshot 2024-10-04 at 1 12 34 PM

Comment on lines 11 to 19
>
Sign In
<FiLogIn />
</button>
);

export const SignOutButton = () => (
<button type="button" onClick={() => auth.signOut()}>
Sign Out
<FiLogOut />
</button>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for a better user expereince, I suggest you use text in addition to the icon so we dont leave the user guessing what the icon is for.

@eva-lng eva-lng removed the request for review from vivitt October 4, 2024 13:52
@eva-lng eva-lng merged commit e42f865 into main Oct 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

49. Style the layout, header and navbar
3 participants