Block a user
refactor to astro app
Commit b44b013 refactors the filter bar and button styling for the game list view.
**Summary of…
refactor to astro app
Commit 8384d08 migrates the UI from Astro/vanilla JS to a modular Preact component architecture,…
refactor to astro app
Refactor complete: migrated to full Astro component architecture.
Summary of changes:
- Extracted all major UI sections into Astro components:
NewGame,GameList,GameDetail, `GameHistory…
refactor to astro app
Commit 501e064 pushed:
- Added PWA-related files: LICENSE, favicon.ico, icon-192.png, icon-512.png,…
refactor to astro app
Commit 79831f8 pushed:
- Initialized Astro project structure with essential config and…