Skip to content

[codex] fix web import and hook lint warnings#1685

Merged
Uarmagan merged 2 commits intomainfrom
chore/fix-unused-imports-hooks
Apr 28, 2026
Merged

[codex] fix web import and hook lint warnings#1685
Uarmagan merged 2 commits intomainfrom
chore/fix-unused-imports-hooks

Conversation

@Uarmagan
Copy link
Copy Markdown
Contributor

Summary

This PR clears two focused Biome warning groups in the web package:

  • removes unused imports
  • fixes React hook dependency warnings by stabilizing callbacks, simplifying derived values, and replacing dynamic dependency arrays with static ones

It intentionally leaves the remaining lint warnings in place for later, separate cleanup passes.

Validation

  • bun run lint
    • lint/correctness/noUnusedImports: 0 remaining
    • lint/correctness/useExhaustiveDependencies: 0 remaining
  • bun run test:web

Both passed locally. The web test run still prints the existing MSW unhandled /api/config request noise in SidebarIconRow, but the suite passes.

@Uarmagan Uarmagan marked this pull request as ready for review April 28, 2026 16:17
@Uarmagan Uarmagan merged commit 0888bcb into main Apr 28, 2026
9 checks passed
@Uarmagan Uarmagan deleted the chore/fix-unused-imports-hooks branch April 28, 2026 16:17
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.

1 participant