add nav buttons to the homepage carousel#8912
Open
srinjayeeg wants to merge 2 commits intojenkins-infra:masterfrom
Open
add nav buttons to the homepage carousel#8912srinjayeeg wants to merge 2 commits intojenkins-infra:masterfrom
srinjayeeg wants to merge 2 commits intojenkins-infra:masterfrom
Conversation
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.
Description:
Added visible navigation arrows (prev/next) to the project carousel on the homepage. Currently, the carousel relies primarily on indicators, which is harder to navigate in smaller viewports. Adding navigation improved the accessibility on the main homepage.
Changes:
Added
carousel-control-prevandcarousel-control-nextbuttons toprojectcarousel.html.haml.Fixed an ID mismatch bug where the carousel container ID didn't match the control targets.
Added CSS styling for the navigation arrows to ensure visibility and vertical centering.
Used ion-icon for modern, clean navigation symbols.
Verification:
Arrows are visible on the left/right and correctly trigger slide transitions.
Recording.2026-03-03.191019.mp4
Build: Verified the build using make and hosted the static output via a local server in GitHub Codespaces.