Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-22 | feat: Maximize button + clean menubar layout (#119) | Rémy Raes | |
* feat: add a button to toggle window maximize status * fix: attach services container to bottom Container was fixed, but with no positioning indication, which fucked its location while going fullscreen. * refactor: encase menu in navigation container * fix: remove CSS ID duplication * refactor: put window controls inside menu bar * feat: add style to additional submenu * fix: don't color focused menu items * fix: restore menu bar debug indicator | |||
2022-11-11 | refactor: Clicking FC version activates dev (#44) | GeckoEidechse | |
instead of clicking Northstar version. Makes dev mode a bit more "hidden" (i.e. less likely to be accidentally opened by end-user) and it's more logical to click FlightCore version to open **FlightCore** dev mode as opposed to clicking Northstar version. | |||
2022-10-20 | refactor: Various formatting and fixes (#23) | GeckoEidechse | |
* refactor: Add error return type * style: Auto-format Only minor changes, did not take over all changes from auto-format. * refactor: Rename function to get FC version number To make it more clear which version number we're getting (FlightCore vs Northstar) | |||
2022-10-03 | refactor: Gecko is paranoid | Remy Raes | |
2022-10-02 | refactor: type issues | Remy Raes | |
2022-09-29 | fix: restore launch button style | Alystrasz | |
2022-09-27 | refactor: export PlayButton component to dedicated file | Alystrasz | |
2022-09-27 | feat: we can now install Northstar if it wasn't detected | Alystrasz | |
2022-09-26 | fix: do not display "see patch notes" link with unknown Northstar version | Alystrasz | |
2022-09-26 | feat: game cannot be launched if Origin is not running | Alystrasz | |
2022-09-26 | developer mode can be turned off from developer view | Alystrasz | |
2022-09-25 | play button is disabled when game is running | Remy Raes | |
2022-09-24 | feat: add a "see patch notes" link to main view | Remy Raes | |
2022-09-24 | feat: display services state on dev mode | Remy Raes | |
2022-09-24 | feat: developer mode can be activated by clicking northstar version multiple ↵ | Remy Raes | |
times | |||
2022-09-24 | feat: use a store for application state | Remy Raes | |
2022-09-24 | refactor: remove "run server" button | Remy Raes | |
2022-09-23 | feat: add PlayView component | Remy Raes | |