aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2022-10-04Merge pull request #10 from GeckoEidechse/refactor/change-dist-dirRémy Raes
Change dist dir path
2022-10-04refactor: Change dist dir pathGeckoEidechse
Instead of copying dist to different directory as before build step
2022-10-04Merge pull request #9 from GeckoEidechse/docs/add-readme-deprecated-uiRémy Raes
Add readme to mention deprecated UI
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
2022-10-04refactor: rename store typeAlystrasz
2022-10-04feat: set minimum window dimensions to 600x300Rémy Raes
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
2022-10-03docs: Add readme to mention deprecated UIGeckoEidechse
2022-10-03Merge pull request #8 from GeckoEidechse/chore/import-formattingRémy Raes
Fix import formatting
2022-10-03chore: Fix import formattingGeckoEidechse
2022-10-03feat: add panic button to dev viewAlystrasz
2022-10-03feat: implement updateGamePath methodAlystrasz
2022-10-03fix: address options() typing issueAlystrasz
2022-10-03fix: address _initializeApp result typing issueRemy Raes
2022-10-03refactor: Gecko is paranoidRemy Raes
2022-10-03docs: update readmeRemy Raes
2022-10-03refactor: implement launchGame method with switch/caseRemy Raes
2022-10-03build: remove old tauri config fileRemy Raes
2022-10-03Merge pull request #5 from GeckoEidechse/null-out-gamepathRémy Raes
Start with empty gamepath and set button accordingly if no Titanfall2 install found
2022-10-03Merge pull request #6 from GeckoEidechse/fix/temp-disable-updaterRémy Raes
Temporarily disable updater to avoid failing builds
2022-10-03fix: Temp. disable updater to avoid failing buildsGeckoEidechse
Should be re-enabled before merging and in the longterm disabled in CI if private key is missing.
2022-10-03fix: Do not show install button if TF|2 not foundGeckoEidechse
Instead show a button saying that Titanfall2 was not found
2022-10-03fix: Null out game pathGeckoEidechse
to avoid installing to an unkown path.
2022-10-03Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-uiRemy Raes
2022-10-03build: move front files on build stepRemy Raes
2022-10-03Merge pull request #4 from GeckoEidechse/fix-ciRémy Raes
Update CI for new UI framework
2022-10-02fix: Update CI for new UI frameworkGeckoEidechse