You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashicorp-vault-sonar-prodBot
changed the title
Make CLI landing page mobile responsive, update quickstart
CLI-882 Make CLI landing page mobile responsive, update quickstart
Jul 21, 2026
Responsive CLI landing page and documentation updates implemented with a new dynamic install-picker. Add keyboard support and proper ARIA states to the install-picker to improve accessibility.
📄 docs/index.html:112-119📄 docs/index.html:791-805
The new install picker uses role="listbox"/role="option" but options are only wired to click; there is no arrow-key/Enter handling on the trigger or options, and the selected option only toggles a CSS class (is-selected) without setting aria-selected. Keyboard and screen-reader users cannot operate the widget as an actual listbox. Add keydown navigation (Up/Down/Enter) and set aria-selected on the active option in selectOption.
Options
Auto-apply is off → Gitar will not commit updates to this branch. Display: compact → Showing less information.
Comment with these commands to change the behavior for this request:
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
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.
Make mobile responsive index.html, commands.html, style.css
Updated quickstart guide with new version commands
Summary by Gitar
index.htmlandcommands.htmlwith supporting CSS.install-pickercomponent inindex.html.jtbd-selectdropdown for tasks and improved layout for smaller viewports.commands.htmltables to use responsive data-label attributes for mobile display.sonar updateandsonar system status.This will update automatically on new commits.