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

Sidebar Footer #1946

Open
wants to merge 5 commits into
base: modularization-main
Choose a base branch
from

Conversation

saengel
Copy link
Contributor

@saengel saengel commented Jul 1, 2024

Description

First pass at design and implementation for the new sidebar footer. The "stickiness" will be addressed in a separate PR.

File Changes

  1. s2.css - Styling for the footerContainer flex container, and the links inside.
  2. static/js/NavSidebar.jsx - Adding a function to return the data, and a functional component to weave into the sidebar for the footer.
  3. static/js/TextsPage.jsx - Incorporating the footer module.

Notes:

  • Which other pages do we want to include this on?
  • This PR does not include other forthcoming work relating to the footer

@saengel saengel self-assigned this Jul 1, 2024
@saengel saengel requested a review from edamboritz July 1, 2024 09:09
edamboritz
edamboritz previously approved these changes Jul 2, 2024
Copy link
Contributor

@edamboritz edamboritz left a comment

Choose a reason for hiding this comment

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

We need to have a mechanic whereby the footer is included automatically everywhere its needed.
This means either including it in the bottom of the NavSidebar render or designing a new interim component that sits between NavSidebar and the modules that can be used for all the templates where there is a footer expected.

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