aboutsummaryrefslogtreecommitdiff
path: root/src-vue
AgeCommit message (Expand)Author
2023-02-25feat: Add button to force reinstall Northstar (#154)GeckoEidechse
2023-02-14refactor: Get TS package API response from backend (#168)GeckoEidechse
2023-02-12feat: Display Northstar playercount and servercount in frontend (#130)GeckoEidechse
2023-02-07feat: Show mod version in LocalMods View (#159)GeckoEidechse
2023-02-06feat: Show text when hovering Thunderstore icon (#167)GeckoEidechse
2023-02-06feat: Show TS icon for TS mods (#160)GeckoEidechse
2023-02-05feat: Auto-generate TS bindings (#140)GeckoEidechse
2023-01-29fix: Set current route as menu active item (#149)Rémy Raes
2023-01-19fix: Fix wrong comments (#138)GeckoEidechse
2023-01-14refactor: Mods view (#134)Rémy Raes
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse
2023-01-08feat: Delete given Thunderstore mod (#111)GeckoEidechse
2023-01-07style: Formatting fixes in TypeScript code (#132)GeckoEidechse
2023-01-04feat: Add button to delete Northstar mod (#110)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-12feat: Expose installed NS mod directory (#109)GeckoEidechse
2022-12-05chore: Bump Node dependencies (#107)GeckoEidechse
2022-12-05feat: Show warning banner on DevView (#105)GeckoEidechse
2022-12-02build: disable context menu in release buildsRemy Raes
2022-12-02fix: do not display deprecated mods in thunderstore viewRemy Raes
2022-12-02fix: blur all views except main oneRemy Raes
2022-12-02fix: prevent channel switching while game is runningRemy Raes
2022-12-02fix: increase background scale to hide white border on WindowsRemy 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-30feat: Add scrollbar to all views (#91)Rémy Raes
2022-11-28feat: Give example for modstring in text box (#83)GeckoEidechse
2022-11-27feat: Option to launch NS bypassing update check (#59)GeckoEidechse
2022-11-26style: Group View import lines together (#73)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-19feat: Return Thunderstore mod string of installed mods. (#56)GeckoEidechse
2022-11-19feat: Initial support for installing mods from TS (#32)GeckoEidechse
2022-11-14feat: Add element-plus scrollbar to mods view (#53)Rémy Raes
2022-11-13feat: Show stripped title bar on debug build (#48)GeckoEidechse
2022-11-11feat: Add categories for dev mode buttons (#45)GeckoEidechse
2022-11-11refactor: Return Result<> for getting NS version (#46)GeckoEidechse
2022-11-11refactor: Clicking FC version activates dev (#44)GeckoEidechse
2022-11-09feat: Patch notes (#18)Rémy Raes
2022-10-30feat: Enable toggling enabled mods (#29)GeckoEidechse
2022-10-25feat: Show installed mods (#28)GeckoEidechse
2022-10-25chore: Update vue-tsc (#30)GeckoEidechse
2022-10-21feat: Add initial skeleton for ModsView (#27)GeckoEidechse
2022-10-20refactor: Various formatting and fixes (#23)GeckoEidechse
2022-10-20Merge branch 'GeckoEidechse:main' into refactor/router-viewRémy Raes