aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/stores/instances.svelte.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement instance management functionalityHsiangNianian2026-01-161-0/+109
Added a new InstancesState class to manage game instances, including loading, creating, deleting, updating, and duplicating instances. Integrated instance selection into the game launch process, ensuring an active instance is selected before starting a game. Updated the types to include instance-related data structures.