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

Make header and footer responsive and fixed height #437

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

rkent
Copy link

@rkent rkent commented Oct 16, 2024

This is one of several PRs to implement the new combined package list/search page.

The intent of this PR is two-fold. First, it reduces the overall size of the header, while also emphasizing more the core functionality of rosindex (which is the package, repo, and dependency lists). (See #415 for some comments on this.) Second, it makes the header and footer fixed-height responsively. This is needed for the upcoming Tabulator-based package search & list page, because we only want scroll bars on the table, not on both the viewport and table which is confusing.

This will change the look of rosindex significantly.

One major change is that the link to search in the header is removed. That link still appears on the home page (and the home page can be accessed from clicking on "Ros index" in the header.) In the short run this is probably not optimal, but there is a bit of chicken and egg problem in getting the new package search page installed. In the future search will be accessed directly from the "Package List" and "System Dependencies" pages (and possibly also in the "Repository List" page), and it will not make sense to have a single "search" link. But in the interim, until we have a combined search/list feature for the repositories, the existing combined search needs to be exposed, and the home page is where that is done.

Copy link
Member

@tfoote tfoote left a comment

Choose a reason for hiding this comment

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

Thanks, for cleaning this up. We'll take the missing search for the moment.

@tfoote tfoote merged commit aec127a into ros-infrastructure:ros2 Oct 30, 2024
1 check passed
@rkent rkent deleted the pr-responsive-header branch October 31, 2024 16:26
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