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

Issue#55: Style Home Page #65

Merged
merged 7 commits into from
Oct 16, 2024
Merged

Issue#55: Style Home Page #65

merged 7 commits into from
Oct 16, 2024

Conversation

zahrafalak
Copy link
Collaborator

@zahrafalak zahrafalak commented Oct 10, 2024

For an example of how to fill this template out, see this Pull Request.

Description

Designed the HomePage views for Unauthenticated and Authenticated audience referencing the teams' figma design. Adjusted some of the default styling coming in from React Bootstrap elements to ensure they align with our design requirements.

Related Issue

Closes #55

Acceptance Criteria

  • Align the design as close to the teams' figma design as possible
  • The styles are responsive across mobile and tablet screens.

Type of Changes

design UI updates

Updates

Before

Screenshot 2024-10-14 at 3 25 46 PM Screenshot 2024-10-14 at 3 27 01 PM

After

Unauthenticated HomePage:
Screenshot 2024-10-14 at 3 18 53 PM

Screenshot 2024-10-14 at 3 19 25 PM

Authenticated HomePage:
Screenshot 2024-10-14 at 3 32 46 PM

Screenshot 2024-10-14 at 3 33 04 PM

Testing Steps / QA Criteria

  1. Visit the preview URL for this PR.
  2. In your browser dev tools, inspect the styling at 425px screen width for mobile, and 768px for tablet for unauthenticated and authenticated HomePage.
  3. Check the functionality of all buttons and interactive elements to ensure that nothing is broken.

Copy link

github-actions bot commented Oct 10, 2024

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

https://tcl-77-smart-shopping-list--pr65-fz-design-homepage-hzadu9e3.web.app

(expires Mon, 21 Oct 2024 21:36:02 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: b77df24030dca7d8b6561cb24957d2273c5e9d72

@zahrafalak zahrafalak changed the title Apply styles to unauthenticated home page Style Home Page Oct 10, 2024
@zahrafalak zahrafalak self-assigned this Oct 10, 2024
@zahrafalak zahrafalak changed the title Style Home Page Issue#55: Style Home Page Oct 10, 2024
@zahrafalak zahrafalak marked this pull request as ready for review October 14, 2024 21:47
Copy link
Collaborator

@RossaMania RossaMania left a comment

Choose a reason for hiding this comment

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

I LOVE this! The pages look so nice and organized, and I love the grid look for buttons!
I LOVE how organized the classes are!

{user && (
<>
<ul>
<CreateList user={user} setListPath={setListPath} />
<h3 className="heading-text">Your Lists</h3>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice add to have a way to show the user these are their lists!

Learn More
</Button>
<SignInButton isSignIn={false} />
<h3 className="heading-text">Welcome Back:</h3>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I love the seperation of the buttons here and switching the learn more to the below the sign back in button!

@@ -0,0 +1,12 @@
// ====== MEDIA ========
@mixin tablet {
Copy link
Collaborator

Choose a reason for hiding this comment

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

so these are mixins how cool!

@zahrafalak zahrafalak merged commit 5e27cee into main Oct 16, 2024
2 checks passed
@zahrafalak zahrafalak deleted the fz-design-homepage branch October 16, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design the HomePage for authenticated and unauthenticated views
3 participants