Skip to content

Fix Files tab focus style#122

Open
felixhaeberle wants to merge 1 commit into
opral:mainfrom
felixhaeberle:codex/fix-files-tab-focus-style
Open

Fix Files tab focus style#122
felixhaeberle wants to merge 1 commit into
opral:mainfrom
felixhaeberle:codex/fix-files-tab-focus-style

Conversation

@felixhaeberle

Copy link
Copy Markdown

Summary

  • move the Files tab keyboard focus treatment onto file and folder row buttons
  • keep filename labels passive so text no longer appears independently focused
  • add a regression test and patch changenote

Fixes #121.

Checks

  • pnpm vitest run src/widgets/files/file-tree.test.tsx
  • pnpm run typecheck
  • pnpm oxlint --tsconfig ./tsconfig.json --format stylish src/widgets/files/file-tree.tsx src/widgets/files/file-tree.test.tsx

Note: full pnpm run lint currently fails on pre-existing issues inside submodule paths.

@felixhaeberle felixhaeberle force-pushed the codex/fix-files-tab-focus-style branch from 6586437 to 3708601 Compare June 16, 2026 23:03
@felixhaeberle felixhaeberle force-pushed the codex/fix-files-tab-focus-style branch from 3708601 to f097bff Compare June 16, 2026 23:06
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.

Files tab text shows unwanted focus style

1 participant