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

Blog landing FED #114

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Blog landing FED #114

merged 1 commit into from
Jun 24, 2024

Conversation

liamjohnston
Copy link

@liamjohnston liamjohnston commented Jun 20, 2024

Blog/news landing page styles, including the basic filtering. Uses the same pagination styles form search.

This PR also lays the layout style groundwork for the other tile-based landing pages that I'm about to work on: events and people, namely the basic filter dropdown and the wider content wrapper.

Big

Screenshot 2024-06-21 at 10 10 40 AM

Medium

Screenshot 2024-06-21 at 10 11 05 AM

Smol

Screenshot 2024-06-21 at 10 11 20 AM

Select:

Screenshot 2024-06-21 at 10 22 04 AM

@@ -62,6 +62,13 @@ async function ComponentInit(
/* webpackChunkName: "component-accordion" */
),
);
case 'select-navigator':
Copy link
Author

Choose a reason for hiding this comment

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

(it's a <select> that navigates)

@liamjohnston liamjohnston requested a review from a team June 20, 2024 22:24
Copy link

@cameralibre cameralibre left a comment

Choose a reason for hiding this comment

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

👍🏻


{# Group months by year #}
{% for archive_date in date_list %}
{% ifchanged %}

Choose a reason for hiding this comment

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

ooh, I didn't even know this was an option with django!

Copy link
Author

Choose a reason for hiding this comment

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

🤷 it's from their existing code :)

@liamjohnston liamjohnston merged commit 5c3c91c into main Jun 24, 2024
3 of 5 checks passed
@liamjohnston liamjohnston deleted the feature/blog-landing-fed branch June 24, 2024 03:29
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