This website requires JavaScript.
Explore
Help
Sign In
froxxxy
/
bscscore
Watch
1
Star
0
Fork
0
You've already forked bscscore
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4c8b0cfed7ca581bb7f2c87036aafc1628865a96
bscscore
/
src
History
Frank Schwenk
4c8b0cfed7
refactor(css): remove global :focus outline styles in index.css\n\nFocus rings were visually distracting for this app context; removed the global *:focus rule. Component-level focus where needed can be handled locally.\n\nRefs
#26
2025-10-30 10:36:47 +01:00
..
components
feat(ux): autofocus name inputs on new game steps\n\nFocus Player 1/2/3 inputs on mount and place caret at end for faster entry.\n\nNo behavior changes beyond focus; adheres to accessibility with native focus.\n\nRefs
#26
2025-10-30 10:15:30 +01:00
hooks
feat(storage): migrate to IndexedDB with localStorage fallback and async app flow
2025-10-30 09:36:17 +01:00
layouts
refactor: consolidate game components and add toast notifications
2025-10-28 16:30:39 +01:00
pages
Refactor BSC Score to Astro, TypeScript, and modular architecture
2025-06-24 11:44:19 +00:00
services
feat(storage): migrate to IndexedDB with localStorage fallback and async app flow
2025-10-30 09:36:17 +01:00
styles
refactor(css): remove global :focus outline styles in index.css\n\nFocus rings were visually distracting for this app context; removed the global *:focus rule. Component-level focus where needed can be handled locally.\n\nRefs
#26
2025-10-30 10:36:47 +01:00
types
feat(storage): migrate to IndexedDB with localStorage fallback and async app flow
2025-10-30 09:36:17 +01:00
utils
feat(storage): migrate to IndexedDB with localStorage fallback and async app flow
2025-10-30 09:36:17 +01:00