fix(web): keep sticky workspace headers opaque - #1207
Merged
Conversation
swear01
marked this pull request as ready for review
July 28, 2026 09:53
There was a problem hiding this comment.
Findings
- No issues found.
Questions
- None.
Summary
- Review mode: initial
- Reviewed the full diff for
web/src/components/SessionList.tsx. No blocker/major/minor findings on the added opaque sticky header background. Residual risk: visual-only change, so automated review cannot confirm every theme/viewport rendering state.
Testing
- Not run (automation). PR reports
bun typecheck,bun run test, andgit diff --check.
HAPI Bot
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.
What changed
Give sticky workspace headers an opaque app background.
Why
When sessions scroll beneath a sticky workspace header, the header previously remained transparent. Session titles and status text showed through and overlapped the workspace name. This became especially visible after the narrow-sidebar layout from #1029 landed on
mainas3cfb2ea.The existing hover background remains unchanged.
Impact
Scrolling sessions are visually covered by the pinned workspace header instead of rendering through it.
Verification
bun typecheckbun run test(CLI: 1,524 passed; web: 1,560 passed; shared: 142 passed; hub passed)git diff --check