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

[OUR415-314] Fixes eligibility and category lists in Browse Experience #258

Merged
merged 22 commits into from
Nov 6, 2024

Conversation

rosschapman
Copy link
Collaborator

@rosschapman rosschapman commented Nov 5, 2024

Also:

  • Updates recently added BrowseRefinementList test, proving that tests are useful!

Comment on lines -5 to -8
// Important to override react-burger-menu lib styles
display: flex !important;
flex-direction: column;
align-items: center;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

note: We got rid of the react-burger-menu lib so these declarations are no longer necessary.

Comment on lines +96 to +98
@include r_max($break-tablet-s) {
width: calc(100vw - $general-spacing-xs);
}
Copy link
Collaborator Author

@rosschapman rosschapman Nov 5, 2024

Choose a reason for hiding this comment

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

note: This expands the top level category dropdown full width. Had not implemented it yet.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Just wondering - Is there a reason for choosing general-spacing-xs? Or for adding that only on the category dropdown rather the nav dropdown too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Only that I discovered this variable defined the correct spacing.

@@ -38,6 +38,7 @@
align-self: flex-start;
border-right: 0;
background-color: #fff;
z-index: $z-index-filters-menu;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

note: Discovered a bug where the filters were not on top.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Speaking of z-indexes. The category dropdown appears to have a higher z-index than the navigation bar. If that would be a quick fix, might make sense to put it in this PR

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What browser/resolution is that? I don't even know how to get in that state 😅

@rosschapman rosschapman changed the base branch from main to OUR415-314-testing-browse November 6, 2024 03:04
Copy link
Collaborator

@adriencyberspace adriencyberspace left a comment

Choose a reason for hiding this comment

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

LGTM! (except lint failure)

@@ -0,0 +1,20 @@
import { faker } from "@faker-js/faker";
Copy link
Collaborator

Choose a reason for hiding this comment

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

praise: cool 😎

Base automatically changed from OUR415-314-testing-browse to main November 6, 2024 22:49
@rosschapman rosschapman merged commit 0a8b118 into main Nov 6, 2024
1 check passed
@rosschapman rosschapman deleted the OUR415-314-cat-changes branch November 6, 2024 23:07
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.

2 participants