aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/package.json
Commit message (Collapse)AuthorAgeFilesLines
* chore(lint): fix code lint苏向夜2026-01-151-37/+37
|
* chore(vscode): move `.vscode` to project root苏向夜2026-01-151-37/+37
|
* chore: Add @tauri-apps/plugin-fs version 2.4.5 to package.json and update ↵HsiangNianian2026-01-151-0/+1
| | | | pnpm-lock.yaml
* chore: Update package dependencies in package.json and lock files, adding ↵HsiangNianian2026-01-151-1/+4
| | | | lucide-svelte, marked, and node-emoji
* feat: Enhance UI components and add visual effectsHsiangNianian2026-01-141-0/+1
| | | | | | | | | - Updated Sidebar component styles for improved aesthetics and usability. - Refactored VersionsView component with a new layout and enhanced version filtering. - Improved DownloadMonitor and GameConsole components for better performance and visual consistency. - Added new settings for GPU acceleration and visual effects in settings store. - Introduced ParticleBackground component with customizable effects (Constellation and Saturn). - Implemented ConstellationEffect and SaturnEffect classes for dynamic background animations.
* feat: Initialize Svelte application with Tailwind CSS and Tauri integrationHsiangNianian2026-01-131-0/+34
- Added main application structure in App.svelte with a sidebar and main content area. - Implemented game launch functionality using Tauri's invoke API. - Included SVG icons for Vite and Svelte in the assets. - Set up Tailwind CSS for styling in app.css. - Created a Counter component for demonstration purposes. - Configured TypeScript support with appropriate tsconfig files. - Established Vite configuration for building the application.