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

#292 Improved mobile styling and item card layouts #323

Merged
merged 12 commits into from
Aug 12, 2024

Conversation

nichgalzin
Copy link
Contributor

Description

**Closes #292 **
This PR expands a bit on the issue and seeks to resolve a few layout issue with the app, specifically with the mobile experience. It seeks primarily to deal with stying issue on the search and about routes.

UI changes

Screenshot 2024-08-06 at 12 51 30

Screenshot 2024-08-06 at 12 51 53

Screenshot 2024-08-06 at 12 52 13

Tests

Story files updated to reflect new information being displayed as well as show postage covered state.

Copy link

netlify bot commented Aug 6, 2024

Deploy Preview for cool-creponne-3e1272 ready!

Name Link
🔨 Latest commit 6bad167
🔍 Latest deploy log https://app.netlify.com/sites/cool-creponne-3e1272/deploys/66b9de8bce1c5c0007549059
😎 Deploy Preview https://deploy-preview-323--cool-creponne-3e1272.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@camelPhonso camelPhonso left a comment

Choose a reason for hiding this comment

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

This is looking great!

I didn't really annotate any particular lines but one thing that came up is that the reserved label is showing only when we look at an item in our profile page (so in DonatedItemsList.tsx but not on the search page.

We also have a ternary in the image src attribute for ItemCard that won't really do anything because we have enforced the upload of an image when an item is added - that's some legacy code but worth cleaning up while we're at it.

Copy link
Contributor

@camelPhonso camelPhonso left a comment

Choose a reason for hiding this comment

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

Developers Developers!

It's looking swanky, thank you for updating this!

@camelPhonso camelPhonso merged commit 78b9d51 into dev Aug 12, 2024
7 checks passed
@camelPhonso camelPhonso deleted the #292/layout-refactor branch August 12, 2024 10:22
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.

Refactor layout container to dynamically fix container
2 participants