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 | feat: apply same height to all menu components | Remy Raes | |
2022-10-20 | fix: restore native bar drag region | Remy Raes | |
2022-10-20 | fix: adjust focus style | Remy Raes | |
2022-10-20 | fix: display dev button only when dev mode is enabled | Remy Raes | |
2022-10-20 | refactor: remove useless CSS classes | Remy Raes | |
2022-10-20 | refactor: use el-menu router configuration directly | Remy Raes | |
2022-10-20 | refactor: apply style to new app menu | Remy Raes | |
2022-10-20 | refactor: replace tabs with app menu + router view | Remy Raes | |
2022-10-12 | fix: App bar drag (#13) | Rémy Raes | |
* feat: dragging app bar drags the whole app The data-tauri-drag-region attribute cannot be put on menu bar directly because it contains elements, so we emulate its behavior with a mousedown listener. * fix: app cannot be dragged by background container * fix: type issues | |||
2022-09-28 | feat: add changelog view component | Alystrasz | |
2022-09-26 | feat: add DeveloperView component | Alystrasz | |
2022-09-25 | feat: load up installation path in app state on launch | Remy Raes | |
2022-09-25 | feat: add component to see game folder path | Remy Raes | |
2022-09-24 | feat: add a "see patch notes" link to main view | Remy Raes | |
2022-09-24 | feat: add developer_mode variable | Remy Raes | |
2022-09-24 | fix: restore window controls | Remy Raes | |
2022-09-24 | feat: listen to origin/northstar events | Remy Raes | |
2022-09-24 | refactor: hide mods section (for now) | Remy Raes | |
2022-09-23 | feat: window can be dragged through dragging app background | Remy Raes | |
2022-09-23 | feat: window buttons can minimize and close it | Remy Raes | |
2022-09-23 | feat: add additional styles for window control buttons | Remy Raes | |
2022-09-23 | feat: add window control buttons | Remy Raes | |
2022-09-23 | feat: add PlayView component | Remy Raes | |
2022-09-23 | feat: update tabs header style | Remy Raes | |
2022-09-23 | feat: add a container to display background images | Remy Raes | |
2022-09-23 | feat: add some style to tabs | Remy Raes | |
2022-09-23 | feat: add basic tabs | Remy Raes | |
2022-09-22 | refactor: remove HelloWorld vue component | Remy Raes | |
2022-09-22 | feat: add basic layout | Remy Raes | |
2022-09-20 | build: add Vue app skeleton | Remy Raes | |