Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clsx": "2.1.1",
"docusaurus-theme-search-typesense": "0.26.0",
"dotenv": "17.3.1",
"focus-trap-react": "11.0.4",
"focus-trap-react": "12.0.0",
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major upgrade and the upstream release notes mention a breaking behavior change in focus-trap v8 (onPostActivate timing relative to initial focus). Even though this repo doesn’t appear to use onPostActivate directly, please do a quick manual smoke-test of the mobile navbar sidebar focus trap (open/close, tab/shift-tab cycling, initial focus, ESC) to ensure focus management and accessibility behavior didn’t regress before merging.

Copilot uses AI. Check for mistakes.
"gray-matter": "4.0.3",
"prism-react-renderer": "2.4.1",
"react": "18.3.1",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading