Age | Commit message (Expand) | Author |
2022-09-24 | feat: use a store for application state | Remy Raes |
2022-09-24 | build: add vuex dependency | Remy Raes |
2022-09-24 | refactor: remove "run server" button | 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: remove window decorations | 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 | build: add element-plus-icons dependency | Remy Raes |
2022-09-23 | feat: add PlayView component | Remy Raes |
2022-09-23 | feat: apply same font to all texts | 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 | build: fix minimum window dimensions | Remy Raes |
2022-09-23 | feat: add some style to tabs | Remy Raes |
2022-09-23 | feat: import back main CSS stylesheet | Remy Raes |
2022-09-23 | feat: add basic tabs | Remy Raes |
2022-09-22 | refactor: remove HelloWorld vue component | Remy Raes |
2022-09-22 | Merge branch 'GeckoEidechse:main' into feat/new-ui | Rémy Raes |
2022-09-22 | Remove left-over functions from original template | GeckoEidechse |
2022-09-22 | Remove trailing whitespace | GeckoEidechse |
2022-09-22 | Call log file finder for testing | GeckoEidechse |
2022-09-22 | Add initial functionality to get NS log files | GeckoEidechse |
2022-09-22 | Import OS specifc libraries only on that OS | GeckoEidechse |
2022-09-22 | feat: add basic layout | Remy Raes |
2022-09-22 | build: import element plugin into Vue | Remy Raes |
2022-09-22 | build: add element-plus dependency | Remy Raes |
2022-09-21 | Bump version numberv0.1.5 | GeckoEidechse |
2022-09-21 | Do not access field of potential null object | GeckoEidechse |
2022-09-20 | Bump version numberv0.1.4 | GeckoEidechse |
2022-09-20 | docs: update installation instructions in readme | Remy Raes |
2022-09-20 | build: add new tauri configuration | Remy Raes |
2022-09-20 | build: add Vue app skeleton | Remy Raes |
2022-09-20 | Add recommended vscode extensions | GeckoEidechse |
2022-09-20 | Make button to select NS RC persistent | GeckoEidechse |
2022-09-20 | Bump version numberv0.1.3 | GeckoEidechse |
2022-09-20 | Periodically check if Northstar is running | GeckoEidechse |
2022-09-20 | Add missing semicolon | GeckoEidechse |
2022-09-20 | Move dependency import to top of file | GeckoEidechse |
2022-09-17 | Update dependencies | GeckoEidechse |
2022-09-16 | Bump version numberv0.1.2 | GeckoEidechse |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse |
2022-09-15 | Bump version numberv0.1.1 | GeckoEidechse |
2022-09-14 | Support switching between main release and RCs | GeckoEidechse |
2022-09-14 | Add missing `to_lowercase()` | GeckoEidechse |
2022-09-14 | Use variable instead of hard-coded string | GeckoEidechse |
2022-09-14 | Show error message in panic | GeckoEidechse |
2022-09-13 | When launching NS explicetly fail early | GeckoEidechse |
2022-09-13 | Auto-format | GeckoEidechse |