Conversation
… and sidebar The instrument showcase becomes keyboard navigable: arrow keys move a highlight through the filtered results, Enter selects, and the highlighted card scrolls into view. Focus moves to the search input on entering the accessible instruments page. The individual cards lose their own tab stop so the list is traversed as one control rather than one stop per card. The sidebar nav scrolls independently once it outgrows the viewport, instead of pushing the session card and footer off screen. A nav group now collapses when navigation leaves it, so at most one group is open at a time. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 23, 2026
joshunrau
approved these changes
Jul 23, 2026
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.
Splits #1434 into three PRs. This is PR 1 of 3 and merges first.
Merge order
split/uxmainsplit/mailermainsplit/languagesplit/mailerThis PR is fully independent of the other two: it adds zero new
t()calls, so nothing in it changes when Spanish lands. It goes first because it's the smallest and carries no cross-PR constraints. Verified: merging all three in this order produces zero conflicts.What's here
main(a group the user opened stayed open as they navigated away) — worth a second look if that was intentional.Dropped from #1434
The whitespace realignment of the
InstrumentRepomodel inschema.prismais not carried over. It is incidental editor churn, andprisma formaton currentmainproduces a different, larger realignment (it also touchesInstrumentRecord), so replaying it would have added unrelated noise rather than a formatting fix.Verification
tsc,eslint, andprettier --checkclean forweb;pnpm test307 passed / 1 skipped.🤖 Generated with Claude Code