aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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.