Skip to content
Snippets Groups Projects
Commit 9b8f5cfb authored by Adam Procter's avatar Adam Procter
Browse files

Merge branch 'futurenogg' into main

parents 204353bc 46964be1
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
v-model="nodes.node_color" v-model="nodes.node_color"
:swatches="swatches" :swatches="swatches"
:shapes="shapes" :shapes="shapes"
@input="chooseColor(nodes.node_id, nodes.node_color)" @update:modelValue="chooseColor(nodes.node_id, nodes.node_color)"
show-border show-border
show-fallback show-fallback
fallback-input-type="color" fallback-input-type="color"
......
...@@ -25,7 +25,7 @@ export const mutations = { ...@@ -25,7 +25,7 @@ export const mutations = {
node_shape: 'square', node_shape: 'square',
node_deleted: false, node_deleted: false,
node_readmode: false, node_readmode: false,
node_color: '#9bc2d8', node_color: '#9BC2D8',
}) })
return pouchdb return pouchdb
...@@ -72,7 +72,7 @@ export const mutations = { ...@@ -72,7 +72,7 @@ export const mutations = {
node_shape: 'square', node_shape: 'square',
node_deleted: false, node_deleted: false,
node_readmode: false, node_readmode: false,
node_color: '#9bc2d8', node_color: '#9BC2D8',
}, },
], ],
}) })
...@@ -245,7 +245,7 @@ export const mutations = { ...@@ -245,7 +245,7 @@ export const mutations = {
.then(function (doc) { .then(function (doc) {
return pouchdb.bulkDocs([ return pouchdb.bulkDocs([
{ {
_id: state.myclient, _id: deviceName,
_rev: doc._rev, _rev: doc._rev,
nodes: state.myNodes, nodes: state.myNodes,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment