-
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
Featured collections are displayed in a column #240
Labels
Comments
Did the assets compile correctly? |
Replicating the Problem
Neutral ThemeCultural ThemeFrom #142: Featured Collections span the entire container like HykuCommons (only when logged in) |
sjproctor
added a commit
to samvera/hyku
that referenced
this issue
Feb 18, 2025
This commit: - replaces the table structure with Bootstrap grid layout for logged out view on the neutral theme homepage - uses container-fluid and row classes to ensure collections sit side by side on the homepage and ensures it is responsive - maintain existing admin view with sortable interface - ensure compatibility with neutral theme collection display Ref: - notch8/palni_palci_knapsack#240
ShanaLMoore
added a commit
that referenced
this issue
Feb 19, 2025
pulls in the following issues from hyku: - #239 - notch8/palni-palci#1019 - #194 - #240
Merged
sjproctor
added a commit
to samvera/hyku
that referenced
this issue
Feb 20, 2025
This commit: - added a conditional block for themes that display featured collections in a grid layout on the home page for logged out users - reverts a change that impacted the default theme's display of featured collections on the home page for logged out users - added specs to ensure correct page layout for the various themes Ref: - notch8/palni_palci_knapsack#240
sjproctor
added a commit
to samvera/hyku
that referenced
this issue
Feb 20, 2025
This commit: - adds a new partial to the Cultural Repository theme to render the featured collections in a grid format rather than a table - add a spec for the Cultural Repository featured collection partial - reverts previous changes to the default theme featured collection layout partial and corresponding spec file Ref: - notch8/palni_palci_knapsack#240
sjproctor
added a commit
to samvera/hyku
that referenced
this issue
Feb 20, 2025
This commit: - adds a new partial to the Institutional Repository theme to render the featured collections in a grid format rather than a table - adds a spec for the Institutional Repository featured collection partial Ref: - notch8/palni_palci_knapsack#240
sjproctor
added a commit
to samvera/hyku
that referenced
this issue
Feb 20, 2025
This commit: - adds a new partial to the Neutral Repository theme to render the featured collections in a grid format rather than a table - adds a spec for the Neutral Repository featured collection partial Ref: - notch8/palni_palci_knapsack#240
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Featured Collections are being displayed in a column instead of a row on the cultural and neutral themes
Acceptance Criteria
The text was updated successfully, but these errors were encountered: