Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | refactor: use el-menu router configuration directly | Remy Raes | |
2022-10-20 | fix: all routes must give a Future | Remy Raes | |
2022-10-20 | feat: push PlayView as default view on launch | Remy Raes | |
2022-10-20 | feat: add router config | Remy Raes | |
2022-10-02 | refactor: type issues | Remy Raes | |
2022-09-24 | feat: use a store for application state | Remy Raes | |
2022-09-23 | build: add element-plus-icons dependency | Remy Raes | |
2022-09-23 | feat: import back main CSS stylesheet | Remy Raes | |
2022-09-22 | build: import element plugin into Vue | Remy Raes | |
2022-09-20 | build: add Vue app skeleton | Remy Raes | |