You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dexdex): enforce Esc-close and critical-input autofocus contracts (#268)
## Summary
- add repository/app-level UX rules requiring Esc-close dialogs and
autofocus on single critical-input forms
- update DexDex docs contracts to include the same UX invariants
- implement shared hooks (useEscapeToClose, useFocusOnShow) and apply
them across DexDex dialog/form surfaces
- add and extend tests for create-dialog Escape behavior and autofocus
scenarios
## Testing
- pnpm --filter dexdex test
- (from apps/dexdex) pnpm test
0 commit comments