space-game/src
Michael Mainguy fe88c2bf47 Add My Levels tab, profile page, and token auth system
- Add My Levels tab to website level selection for viewing private levels
- Add profile page for generating/managing editor plugin tokens
- Create user_tokens table and RPC functions for token-based auth
- Fix cloudLevelService to use maybeSingle() for admin and level queries
- Fix getLevelById to try authenticated client first for private levels
- Add rotation support to asteroids, base, sun, and planets
- Remove deprecated difficultyConfig from level files
- Add editor script components for BabylonJS Editor integration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 07:06:40 -06:00
..
analytics Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
components Add My Levels tab, profile page, and token auth system 2025-12-09 07:06:40 -06:00
core Add rendering groups, camera far plane, and planet physics 2025-12-02 13:13:16 -06:00
environment Add My Levels tab, profile page, and token auth system 2025-12-09 07:06:40 -06:00
game Refactor scoring system to additive model starting at 0 2025-12-01 16:39:27 -06:00
levels Add My Levels tab, profile page, and token auth system 2025-12-09 07:06:40 -06:00
services Add My Levels tab, profile page, and token auth system 2025-12-09 07:06:40 -06:00
ship Add rendering groups, camera far plane, and planet physics 2025-12-02 13:13:16 -06:00
stores Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
ui Update rendering and add level editor components 2025-12-02 12:50:12 -06:00
utils Refactor loading into 3-phase system to mask XR camera repositioning 2025-12-02 12:43:24 -06:00
main.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
vite-env.d.ts Add Discord widget integration with dynamic script loading 2025-11-10 17:53:27 -06:00