Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | feat: Manually find game if needed (#7) | Rémy Raes | |
* refactor: move updateGamePath method in store mutations * feat: play button allows game path update If game path was not found automatically and the user clicks the play button, FlightCore will ask him to point out his Titanfall2 installation folder. * refactor: change button text * feat: display a notification on successful game folder selection * feat: close permanent notification on successful game folder selection * fix: allow game launch with UNKNOWN install type on Windows * feat: set install type to UNKNOWN on manual folder pick * refactor: update omni-button text when game folder wasn't found | |||
2022-10-03 | fix: address options() typing issue | Alystrasz | |
2022-10-03 | fix: Do not show install button if TF|2 not found | GeckoEidechse | |
Instead show a button saying that Titanfall2 was not found | |||
2022-10-02 | fix: add missing import | Remy Raes | |
2022-10-02 | Revert "feat: add basic canal selector" | Remy Raes | |
This reverts commit 9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9. | |||
2022-10-02 | fix: store is now typed | Remy Raes | |
2022-10-02 | refactor: type issues | Remy Raes | |
2022-09-29 | fix: add missing northstarIsRunning computed attribute to PlayButton component | Alystrasz | |
2022-09-29 | fix: restore launch button style | Alystrasz | |
2022-09-29 | feat: add basic canal selector | Alystrasz | |
2022-09-27 | refactor: export PlayButton component to dedicated file | Alystrasz | |
2022-09-22 | refactor: remove HelloWorld vue component | Remy Raes | |
2022-09-20 | build: add Vue app skeleton | Remy Raes | |