Commit b6cb0cd
feat: extract shared KeyboardNav utility from duplicated %raw blocks
Five screens had identical %raw keyboard event handler patterns
(addEventListener/removeEventListener/key extraction). Extract
into src/app/utils/KeyboardNav.res for reuse.
Part of #28.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ac1d209 commit b6cb0cd
File tree
1 file changed
+26
-0
lines changed- src/app/utils
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments