aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/Tabs.ts
AgeCommit message (Collapse)Author
2022-10-21feat: 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-20fix: restore updateCurrentTab method with routerRemy Raes
2022-09-24feat: add a "see patch notes" link to main viewRemy Raes