aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18feat: Add persistent store (#16)GeckoEidechse
* refactor: Rename object field So that is specifically references Northstar * chore: Add plugin-store as npm dependency * feat: Persistent storing selected NS release canal * docs: Add explanation about persistent store
2022-10-18Add ldd --version check for Linux (#10)Salmon
2022-10-15chore: Remove old entries from gitignore (#15)GeckoEidechse
Files no longer exist since the UI rewrite
2022-10-15chore: Bump version numberv0.2.3GeckoEidechse
2022-10-13chore: Link release notes in update notification (#14)GeckoEidechse
* Move release notes to own variable * Show link in update notification
2022-10-12fix: App bar drag (#13)Rémy Raes
* feat: dragging app bar drags the whole app The data-tauri-drag-region attribute cannot be put on menu bar directly because it contains elements, so we emulate its behavior with a mousedown listener. * fix: app cannot be dragged by background container * fix: type issues
2022-10-08feat: Show own version number in settings view (#11)GeckoEidechse
* feat: Show own version number in settings view Adds a new field to state that stores FlightCore version number. Version number is pulled from backend on application launch. * style: Reorder so that FC version is shown first * chore: Remove leftover TODO comment
2022-10-07fix: Disable self-updater in CI builds from pushGeckoEidechse
Remedies the issue that anyone pushing without access to private key will see their CI fail.
2022-10-06Merge pull request #9 from GeckoEidechse/feat/enable-dev-mode-on-debugRémy Raes
feat: Enable dev mode directly if in debug mode
2022-10-06feat: Enable dev mode directly if in debug modeGeckoEidechse
Allows skipping clicking version number 5 times when working on FlightCore. Release builds are not in debug mode, so dev mode is still disabled by default for end-users.
2022-10-06Merge pull request #6 from GeckoEidechse/feat/initial-extra-mods-disable-buttonRémy Raes
feat: Initial logic to disable all but core mods
2022-10-06Merge pull request #5 from GeckoEidechse/chore/remove-unused-codeGeckoEidechse
chore: Remove unused code and dependencies
2022-10-06refactor: Use string variable value directlyGeckoEidechse
instead of encapsulating in template literal
2022-10-06fix: Remove console logsGeckoEidechse
As requested in review
2022-10-06feat: Initial logic to disable all but core modsGeckoEidechse
In the future, this button should be moved to a "Repair" view. For now I'm putting it into Dev view for testing.
2022-10-06chore: Remove unused dependenciesGeckoEidechse
2022-10-06chore: Remove unused frontend page and stylingGeckoEidechse
2022-10-06docs: Show logo in readmeGeckoEidechse
2022-10-05refactor: Use Element+ notif. instead of `alert()`GeckoEidechse
Less jarring then receiving an `alert()` as the first thing when opening FlightCore
2022-10-05feat: Add backend function to check if debug modeGeckoEidechse
Useful for having different UI between dev and release
2022-10-05chore: Bump version numberv0.2.2GeckoEidechse
2022-10-05chore: Add download instructionsGeckoEidechse
2022-10-05chore: Remove outdated build instructionsGeckoEidechse
2022-10-05chore: Add application screenshotGeckoEidechse
2022-10-05chore: Update mod-manager status on READMEGeckoEidechse
2022-10-05chore: Remove unused codeGeckoEidechse
2022-10-05feat: Allow switching between release channels (#3)GeckoEidechse
* feat: Allow switching between release channels Right now it's a single toggle button. In the future it should be a dropdown menu * fix: Use proper way to perform a change in state * refactor: Call right function to update state * fix: Use proper message type * refactor: Use ternary operator for release channel selection
2022-10-05chore: Bump version numberv0.2.1GeckoEidechse
2022-10-05fix: Adjust file paths to capitalised product nameGeckoEidechse
2022-10-05chore: Bump version numberv0.2.0GeckoEidechse
2022-10-04fix: Install selected release canalGeckoEidechse
Use selected release canal for install/update instead of hardcoding to main release.
2022-10-04refactor: Give NorthstarState enum mapped stringGeckoEidechse
So that when printing out the value for debug purposes it is clear which value it is.
2022-10-04fix: Capitalise product name properlyGeckoEidechse
2022-10-04Merge pull request #2 from Alystrasz/feat/new-uiGeckoEidechse
Full UI rework
2022-10-04fix: Re-enable self updating mechanismGeckoEidechse
2022-10-04Merge pull request #11 from GeckoEidechse/feat/flightcore-oudated-notificationRémy Raes
Show notification if FlightCore is outdated
2022-10-04feat: Show notification if FlightCore is outdatedGeckoEidechse
2022-10-04refactor: Remove unused copied codeGeckoEidechse