Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | feat: Show installed mods (#28) | GeckoEidechse | |
Simply parses `enabledmods.json`. In the future we should also opt to check individual mods and compare with the JSON file. | |||
2022-10-21 | feat: Add initial skeleton for ModsView (#27) | GeckoEidechse | |
* feat: Backend code to get list of installed mods For now simply parses `enabledmods.json`. Note that this file will not be up-to-date if the user just installed a mod but hasn't launched Northstar yet. * feat: Empty skeleton page for ModsView Will be populated later with list of installed mods * chore: Remove leftover print statement | |||
2022-10-20 | fix: restore updateCurrentTab method with router | Remy Raes | |
2022-10-04 | refactor: Give NorthstarState enum mapped string | GeckoEidechse | |
So that when printing out the value for debug purposes it is clear which value it is. | |||
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 | chore: Reference enum in backend code in comment | GeckoEidechse | |
2022-10-02 | refactor: Use enum for install type | GeckoEidechse | |
Same way like in backend code | |||
2022-09-27 | feat: we can now install Northstar if it wasn't detected | Alystrasz | |
2022-09-25 | feat: load northstar version in app state | Remy Raes | |
2022-09-25 | feat: load up installation path in app state on launch | Remy Raes | |
2022-09-24 | feat: add a "see patch notes" link to main view | Remy Raes | |