aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src
AgeCommit message (Expand)Author
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-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-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
2022-10-20feat: apply same height to all menu componentsRemy Raes
2022-10-20fix: restore native bar drag regionRemy Raes
2022-10-20fix: adjust focus styleRemy Raes
2022-10-20refactor: remove unused current_tab variable from storeRemy Raes
2022-10-20fix: restore updateCurrentTab method with routerRemy Raes
2022-10-20fix: display dev button only when dev mode is enabledRemy Raes
2022-10-20refactor: remove useless CSS classesRemy Raes
2022-10-20refactor: use el-menu router configuration directlyRemy Raes
2022-10-20fix: adjust containers positionRemy Raes
2022-10-20refactor: apply style to new app menuRemy Raes
2022-10-20refactor: replace tabs with app menu + router viewRemy Raes
2022-10-20fix: all routes must give a FutureRemy Raes