aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* feat: Implement custom dropdown components for version selection in ↵HsiangNianian2026-01-151-9/+10
| | | | BottomBar and ModLoaderSelector, enhancing user interaction and UI consistency
* feat: Enhance GameConsole with advanced log filtering, searching, and ↵HsiangNianian2026-01-151-85/+281
| | | | export/upload functionalities for improved user experience
* fix(ui): correct styling bugs and code quality issuesBegonia, HE2026-01-141-1/+1
| | | | | | - Fix missing h- prefix in VersionsView height class (-40 → h-40) - Correct typo in SaturnEffect comment (Warn → Warm White) - Remove double space in App.svelte class attribute
* feat: Enhance UI components and add visual effectsHsiangNianian2026-01-144-2/+359
| | | | | | | | | - 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: implement Mod Loader API for Fabric and Forge integrationHsiangNianian2026-01-141-0/+108
|
* Update ui/src/lib/DownloadMonitor.svelte简律纯2026-01-141-13/+6
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update ui/src/lib/DownloadMonitor.svelte简律纯2026-01-141-4/+11
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update ui/src/lib/DownloadMonitor.svelte简律纯2026-01-141-6/+13
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: Consider incorporating totalDownloadedBytes into the calculation for a ↵简律纯2026-01-141-1/+3
| | | | | smoother progress indicator Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: display download rate and progress with concurrency supportHsiangNianian2026-01-141-4/+94
|
* feat: enhance logging in game launch process and update GameConsole to ↵HsiangNianian2026-01-141-10/+52
| | | | display launcher logs
* feat: enhance DownloadMonitor with improved event handling and UI updatesHsiangNianian2026-01-131-29/+39
|
* feat: add game console component for logging game output and toggle visibilityHsiangNianian2026-01-131-0/+65
|
* feat: implement download functionality with progress monitoring and version ↵HsiangNianian2026-01-131-0/+92
| | | | management
* feat: Initialize Svelte application with Tailwind CSS and Tauri integrationHsiangNianian2026-01-131-0/+10
- 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.