aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/App.svelte
Commit message (Expand)AuthorAgeFilesLines
* feat: add InstancesView component and integrate instance management into the UIHsiangNianian2026-01-161-0/+5
* feat: add assistant view and configuration editor componentsHsiangNianian2026-01-161-11/+10
* feat: Implement logout confirmation dialog and enhance account status display...HsiangNianian2026-01-151-0/+26
* refactor: Clean up imports and enhance GameConsole display with conditional r...HsiangNianian2026-01-151-6/+8
* feat(java): Implement Java catalog management and download featuresBegonia, HE2026-01-151-12/+11
* fix(ui): correct styling bugs and code quality issuesBegonia, HE2026-01-141-1/+1
* feat: enforce dark mode by always applying 'dark' class and attributeHsiangNianian2026-01-141-7/+8
* feat: enhance dark mode support across UI componentsHsiangNianian2026-01-141-11/+28
* feat: Enhance UI components and add visual effectsHsiangNianian2026-01-141-25/+120
* refactor: split App.svelte into componentsNatsuu2026-01-141-763/+30
* feat: update home background to use gradient fallback for improved aestheticsHsiangNianian2026-01-141-2/+2
* feat: implement Microsoft account token refresh and storage management; add J...HsiangNianian2026-01-131-1/+63
* feat: integrate version retrieval and display in the appHsiangNianian2026-01-131-1/+4
* feat: enhance Microsoft login flow with status updates and polling managementHsiangNianian2026-01-131-6/+13
* refactor: clean up comments and improve code formatting in authentication and...HsiangNianian2026-01-131-155/+268
* feat: update Microsoft account client ID and enhance login UX with clipboard ...HsiangNianian2026-01-131-5/+14
* feat: implement Microsoft account login flow and refactor account handlingHsiangNianian2026-01-131-20/+150
* feat: enhance DownloadMonitor with improved event handling and UI updatesHsiangNianian2026-01-131-163/+359
* feat: implement navigation and status management in App.svelteHsiangNianian2026-01-131-8/+75
* feat: add game console component for logging game output and toggle visibilityHsiangNianian2026-01-131-12/+22
* feat: implement download functionality with progress monitoring and version m...HsiangNianian2026-01-131-5/+22
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-131-8/+77
* feat: enhance window dimensions and layout in the applicationHsiangNianian2026-01-131-11/+15
* feat: Initialize Svelte application with Tailwind CSS and Tauri integrationHsiangNianian2026-01-131-0/+110