mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Refactor configuration GUI.
Another refactoring. What we're doing now is eliminating the need to save individually on each section. Configuration changes are done directly on the local configuration and then the local configuration is saved, downloaded or discarded in one go.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<component
|
||||
:is="activeComponent"
|
||||
v-bind="activeValues"
|
||||
@merge="merge"
|
||||
v-model.sync="configuration"
|
||||
@close="deselect"
|
||||
></component>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user