Age | Commit message (Collapse) | Author |
|
* Added styles to move around the buttons and text
* Fixed version convering to support double digits
* Use unwrap_or to avoid panic
* Updated mod view styling
* Added setup command
* chore: Revert unrelated changes
* Refactored PR to use scoped CSS
---------
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
|
|
We pass the `GameInstall` object to backend on most calls, yet we store the parameters individually in frontend.
This PR resolves that by storing the whole object instead of individual parameters, simplifying a lot of the code that calls the backend.
* chore: Store game_path and install_type as GameInstall in store
* Add missed uses of old attributes
* fix: Update missed attribute in DevView
* fix: Update missed attribute in SettingsView
* refactor: Update functions to use new object
in RepairView
* Initialize game_install as empty object
---------
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
|
|
* refactor: Move LocalModCard into own Vue component
This is in preparation of overhauling the local mods interface
* style: Fix indentation
* fix: Remove unused property
|