| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: display download rate and progress with concurrency support | 2026-01-14 | 1 | -4/+94 | |
| | | |||||
| * | feat: enhance logging in game launch process and update GameConsole to ↵ | 2026-01-14 | 1 | -10/+52 | |
| | | | | | display launcher logs | ||||
| * | feat: enhance DownloadMonitor with improved event handling and UI updates | 2026-01-13 | 1 | -29/+39 | |
| | | |||||
| * | feat: add game console component for logging game output and toggle visibility | 2026-01-13 | 1 | -0/+65 | |
| | | |||||
| * | feat: implement download functionality with progress monitoring and version ↵ | 2026-01-13 | 1 | -0/+92 | |
| | | | | | management | ||||
| * | feat: Initialize Svelte application with Tailwind CSS and Tauri integration | 2026-01-13 | 1 | -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. | |||||