Block a user
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…