aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/stores
Commit message (Expand)AuthorAgeFilesLines
* feat(java): Implement Java catalog management and download featuresBegonia, HE2026-01-151-26/+268
* chore: fix import order in settings storeBegonia, HE2026-01-141-1/+1
* feat: re-integrate Java download UI into new component architectureBegonia, HE2026-01-141-1/+62
* feat: enhance dark mode support across UI componentsHsiangNianian2026-01-141-0/+6
* feat: Enhance UI components and add visual effectsHsiangNianian2026-01-141-0/+3
* Revert "feat: add functionality to retrieve installed game versions"简律纯2026-01-141-28/+4
* Merge pull request #16 from NtskwK/feat/enabled-version简律纯2026-01-141-4/+28
|\
* | feat: add download settings for concurrent download threadsHsiangNianian2026-01-141-0/+1
| * fix: ensure selectedVersion is reset when no installed versions are foundNatsuu2026-01-141-0/+2
| * feat: add functionality to retrieve installed game versionsNatsuu2026-01-141-4/+26
|/
* chore: add ReturnType type hint简律纯2026-01-141-2/+2
* fix: avoid any/object process简律纯2026-01-141-4/+2
* refactor: specify generic type for invoke calls in GameState classNatsuu2026-01-141-3/+3
* refactor: enhance UIState class by adding type for currentView and updating s...Natsuu2026-01-141-14/+12
* chore: specify type for pollInterval in AuthState classNatsuu2026-01-141-1/+1
* chore: improve loadSettings method for better result handlingNatsuu2026-01-141-1/+4
* refactor: split App.svelte into componentsNatsuu2026-01-144-0/+279