aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/plugins/store.ts
AgeCommit message (Expand)Author
2023-10-16feat: Notification menu (#615)Rémy Raes
2023-10-13refactor: Rename all occurences of `_caller`GeckoEidechse
2023-10-09fix: Refetch profiles when opening SettingsView (#498)Jan
2023-10-06fix: Only fetch profiles if a game path is available (#500)Jan
2023-08-08feat: Add dropdown menu for profiles (#494)Jan
2023-08-03fix: Move leftover type definition to auto-generated from Rust (#450)GeckoEidechse
2023-07-31refactor: Migrate install related functions to `GameInstall` (#457)Jan
2023-07-30refactor: Replace naive `game_path` argument with `GameInstall` (#454)GeckoEidechse
2023-07-30refactor: Add Profile to GameInstall (#453)Jan
2023-07-24chore: Fix typo in comment (#448)GeckoEidechse
2023-07-24chore: Store `game_path` and `install_type` as `GameInstall` in store (#445)Jan
2023-05-22refactor: Change error messages and function names to EA App (#362)GeckoEidechse
2023-05-15refactor: Remove caller pattern (#356)GeckoEidechse
2023-05-15fix: Do not crash if not able to connect to TS (#346)GeckoEidechse
2023-04-16feat: Persist dev mode (#265)Rémy Raes
2023-04-10refactor: Notifications (#259)Rémy Raes
2023-04-06feat: Add ability to launch via Steam to DevView (#178)Jan
2023-03-30refactor: Style (#247)Rémy Raes
2023-03-28feat: i18n (#182)Rémy Raes
2023-03-27fix: Address regression around persistent store (#227)GeckoEidechse
2023-03-22feat: Refresh statistics (#228)Rémy Raes
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse
2023-02-14refactor: Get TS package API response from backend (#168)GeckoEidechse
2023-02-05feat: Auto-generate TS bindings (#140)GeckoEidechse
2023-01-14refactor: Mods view (#134)Rémy Raes
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse
2023-01-07style: Formatting fixes in TypeScript code (#132)GeckoEidechse
2023-01-04refactor: Remove unnecessary caller function pattern (#128)GeckoEidechse
2023-01-04feat: Thunderstore mods pagination (#122)Rémy Raes
2023-01-04feat: Show newest version number (#124)GeckoEidechse
2022-12-22feat: Maximize button + clean menubar layout (#119)Rémy Raes
2022-12-21fix: Mod view with no game install (#114)Rémy Raes
2022-12-02build: disable context menu in release buildsRemy Raes
2022-12-02fix: do not display deprecated mods in thunderstore viewRemy Raes
2022-11-30feat: Release channel selector (#86)Rémy Raes
2022-11-30refactor: Remove the "Origin running" check from frontend (#94)GeckoEidechse
2022-11-27feat: Option to launch NS bypassing update check (#59)GeckoEidechse
2022-11-25feat: Thunderstore mods listing (#54)Rémy Raes
2022-11-23feat: Store game path in persistent store (#61)GeckoEidechse
2022-11-21fix: Catch error for missing handle (#60)GeckoEidechse
2022-11-13feat: Show stripped title bar on debug build (#48)GeckoEidechse
2022-11-11refactor: Return Result<> for getting NS version (#46)GeckoEidechse
2022-11-09feat: Patch notes (#18)Rémy Raes
2022-10-20refactor: Various formatting and fixes (#23)GeckoEidechse
2022-10-20Merge branch 'GeckoEidechse:main' into refactor/router-viewRémy Raes
2022-10-20refactor: remove unused current_tab variable from storeRemy Raes
2022-10-20fix: restore updateCurrentTab method with routerRemy Raes
2022-10-19feat: Manually find game if needed (#7)Rémy Raes
2022-10-18feat: Add persistent store (#16)GeckoEidechse
2022-10-08feat: Show own version number in settings view (#11)GeckoEidechse