Skip to content

New Updates #776 - #801

Merged
Nanle-code merged 1 commit into
Nanle-code:masterfrom
Enniwealth:nano
Jul 30, 2026
Merged

New Updates #776#801
Nanle-code merged 1 commit into
Nanle-code:masterfrom
Enniwealth:nano

Conversation

@Enniwealth

@Enniwealth Enniwealth commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Audits and improves keyboard navigation across all dashboard routes so every interactive flow works in logical order without a pointer.

  • Adds keyboardNavigationAudit utilities with environment detection and invalid-input handling
  • Implements skip link, route focus management, sidebar arrow-key navigation, and modal focus traps
  • Fixes connect form ARIA, preferences/notifications keyboard dismissal, and command palette accessibility
  • Adds Playwright e2e tests (primary, boundary, failure) and Vitest unit tests for the audit library
  • Documents keyboard navigation patterns in docs/KEYBOARD_NAVIGATION.md

closes #776

Test plan

  • Tab through /connect — skip link appears first, connect input reachable, Enter submits
  • Connect with invalid address — error alert shown, aria-invalid set, can recover via keyboard
  • After connect, navigate sidebar with Enter and verify URL + main focus
  • Open command palette with Ctrl+K, navigate with arrows, close with Escape
  • Open preferences, press Escape — dialog closes and focus returns to trigger
  • Run unit tests: npm test -- tests/unit/lib/keyboardNavigationAudit.test.ts
  • Run e2e tests: npm run test:e2e -- tests/e2e/keyboard-navigation.spec.ts

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

@Enniwealth is attempting to deploy a commit to the nanle-code's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@Enniwealth Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Nanle-code
Nanle-code merged commit 11867c5 into Nanle-code:master Jul 30, 2026
10 of 28 checks passed
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.

[2026 Accessibility] Audit keyboard navigation for all dashboard routes

2 participants