Commit Graph

2 Commits

Author SHA1 Message Date
Z User
c32a95fc91 fix: Update frontend to Svelte 5 syntax
- Use $state() runes for reactive state
- Use $derived() for computed values
- Update event handlers (onclick instead of on:click)
- Update package.json for Svelte 5 dependencies
- Rename stores.js to stores.svelte.js for runes support
2026-03-24 03:03:21 +00:00
Z User
061e230b18 feat: Initial Moxiegen webapp implementation
- AI chat interface with file uploads
- Admin panel for managing OpenAI/Ollama endpoints
- User authentication with JWT
- SQLite database backend
- SvelteKit frontend with dark theme
2026-03-24 00:08:54 +00:00