aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/lib/DownloadMonitor.svelte
Commit message (Collapse)AuthorAgeFilesLines
* chore(ui): refactor workspace to monorepo苏向夜2026-01-191-201/+0
|
* feat: Enhance UI components and add visual effectsHsiangNianian2026-01-141-1/+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.
* 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 DownloadMonitor with improved event handling and UI updatesHsiangNianian2026-01-131-29/+39
|
* feat: implement download functionality with progress monitoring and version ↵HsiangNianian2026-01-131-0/+92
management