aboutsummaryrefslogtreecommitdiff
path: root/src-vue
AgeCommit message (Expand)Author
2022-09-27feat: we can now install Northstar if it wasn't detectedAlystrasz
2022-09-26fix: do not display "see patch notes" link with unknown Northstar versionAlystrasz
2022-09-26feat: game cannot be launched if Origin is not runningAlystrasz
2022-09-26developer mode can be turned off from developer viewAlystrasz
2022-09-26feat: add DeveloperView componentAlystrasz
2022-09-26refactor: rename northstar version methodAlystrasz
2022-09-26docs: add documentation to store methodsAlystrasz
2022-09-25feat: load northstar version in app stateRemy Raes
2022-09-25feat: load up installation path in app state on launchRemy Raes
2022-09-25feat: add component to see game folder pathRemy Raes
2022-09-25play button is disabled when game is runningRemy Raes
2022-09-24feat: add a "see patch notes" link to main viewRemy Raes
2022-09-24feat: display services state on dev modeRemy Raes
2022-09-24fix: disable user selectionRemy Raes
2022-09-24feat: developer mode can be activated by clicking northstar version multiple ...Remy Raes
2022-09-24feat: add developer_mode variableRemy Raes
2022-09-24fix: restore window controlsRemy Raes
2022-09-24feat: listen to origin/northstar eventsRemy Raes
2022-09-24feat: use a store for application stateRemy Raes
2022-09-24build: add vuex dependencyRemy Raes
2022-09-24refactor: remove "run server" buttonRemy Raes
2022-09-24refactor: hide mods section (for now)Remy Raes
2022-09-23feat: window can be dragged through dragging app backgroundRemy Raes
2022-09-23feat: window buttons can minimize and close itRemy Raes
2022-09-23feat: add additional styles for window control buttonsRemy Raes
2022-09-23feat: add window control buttonsRemy Raes
2022-09-23build: add element-plus-icons dependencyRemy Raes
2022-09-23feat: add PlayView componentRemy Raes
2022-09-23feat: apply same font to all textsRemy Raes
2022-09-23feat: update tabs header styleRemy Raes
2022-09-23feat: add a container to display background imagesRemy Raes
2022-09-23feat: add some style to tabsRemy Raes
2022-09-23feat: import back main CSS stylesheetRemy Raes
2022-09-23feat: add basic tabsRemy Raes
2022-09-22refactor: remove HelloWorld vue componentRemy Raes
2022-09-22feat: add basic layoutRemy Raes
2022-09-22build: import element plugin into VueRemy Raes
2022-09-22build: add element-plus dependencyRemy Raes
2022-09-20build: add Vue app skeletonRemy Raes