Open
Conversation
git commit -m "Progress on home page—some components still need adjustment."
Collaborator
|
@DrJfrost can we get a description with screenshots and testing notes on this? If it's not ready for review, please make it draft. |
a693c30 to
fff7b85
Compare
b4320ee to
1356906
Compare
jlchilders11
requested changes
Apr 10, 2026
Collaborator
jlchilders11
left a comment
There was a problem hiding this comment.
Couple of small nits, plus a larger conversation on card width design.
| min-height: 299px; | ||
| } | ||
|
|
||
| @media (min-width: 768px) and (max-width: 1024px) { |
Collaborator
There was a problem hiding this comment.
Breakpoint for tablet should be 1279px, not 1024px. This is missing from the base ticket, unfortunately.
| {% include 'v3/includes/_why_boost_cards.html' with why_boost_cards=why_boost_cards %} | ||
| </div> | ||
| <div class="card-masonry-bottom py-large"> | ||
| <div class="item-a"> |
Collaborator
| "a f" | ||
| "d c" | ||
| "e c" | ||
| "e b" |
Collaborator
| } | ||
| } | ||
|
|
||
| @media (max-width: 767px) { |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Issue: #2125
Summary & Context
Changes
V3HomepageViewand registers the/v3/homepage/URL.v3/homepage.htmltemplate, assembling a comprehensive homepage using existing V3 UI components and a new masonry layout.SharedResourcesclass incore/views.pyto consolidate and share demo content data (e.g., posts, events, install options, testimonials) used byV3ComponentDemoViewandV3HomepageView.V3ComponentDemoViewto utilize the newSharedResourcesclass, removing duplicate data definitions and promoting reusability.v3-homepage.css) andjoin-cardcomponents (join-card.css).base.htmlto_v3_example_section.htmlto improve organization.Please list any potential risks or areas that need extra attention during review/testing
Screenshots
Self-review Checklist
Frontend