aboutsummaryrefslogtreecommitdiff
path: root/src-vue
AgeCommit message (Expand)Author
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
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
2022-10-20feat: push PlayView as default view on launchRemy Raes
2022-10-20feat: add router configRemy Raes
2022-10-20build: add vue-router dependencyRemy Raes
2022-10-19refactor: Use `Result<>` return type for Linux checks (#21)GeckoEidechse
2022-10-19feat: Manually find game if needed (#7)Rémy Raes
2022-10-18feat: Add persistent store (#16)GeckoEidechse
2022-10-18Add ldd --version check for Linux (#10)Salmon
2022-10-12fix: App bar drag (#13)Rémy Raes
2022-10-08feat: Show own version number in settings view (#11)GeckoEidechse
2022-10-06Merge pull request #9 from GeckoEidechse/feat/enable-dev-mode-on-debugRémy Raes
2022-10-06feat: Enable dev mode directly if in debug modeGeckoEidechse
2022-10-06refactor: Use string variable value directlyGeckoEidechse
2022-10-06fix: Remove console logsGeckoEidechse
2022-10-06feat: Initial logic to disable all but core modsGeckoEidechse
2022-10-05refactor: Use Element+ notif. instead of `alert()`GeckoEidechse
2022-10-05feat: Allow switching between release channels (#3)GeckoEidechse
2022-10-04fix: Install selected release canalGeckoEidechse
2022-10-04refactor: Give NorthstarState enum mapped stringGeckoEidechse
2022-10-04feat: Show notification if FlightCore is outdatedGeckoEidechse
2022-10-04refactor: Remove unused copied codeGeckoEidechse
2022-10-04Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-uiAlystrasz
2022-10-04feat: migrate update check code to storeAlystrasz