space-game/src
Michael Mainguy eccf101b73
All checks were successful
Build / build (push) Successful in 1m20s
Implement Svelte-based UI architecture with component system
Major refactoring of the UI layer to use Svelte components:
- Replace inline HTML with modular Svelte components
- Add authentication system with UserProfile component
- Implement navigation store for view management
- Create comprehensive settings and controls screens
- Add level editor with JSON validation
- Implement progression tracking system
- Update level configurations and base station model

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 15:01:17 -06:00
..
analytics Add analytics abstraction layer with intelligent batching 2025-11-12 16:22:28 -06:00
components Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
core Implement hybrid level storage system with JSON-based defaults and configurable orbit constraints 2025-11-11 18:40:01 -06:00
environment Implement hybrid level storage system with JSON-based defaults and configurable orbit constraints 2025-11-11 18:40:01 -06:00
game Add analytics abstraction layer with intelligent batching 2025-11-12 16:22:28 -06:00
levels Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
replay Restructure codebase into logical subdirectories 2025-11-11 12:53:18 -06:00
services Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
ship Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
stores Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
ui Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
utils Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
main.ts Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
vite-env.d.ts Add Discord widget integration with dynamic script loading 2025-11-10 17:53:27 -06:00