Skip to content

Commit

Permalink
Add new state.
Browse files Browse the repository at this point in the history
  • Loading branch information
sustained committed Feb 26, 2019
1 parent f0d6018 commit 01c37d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default new Vuex.Store({
// One of 100, 50 or 25 is probably best (vh units).
gridHeight: 50,

boardPadding: [10, 10],

// One of double | single | none.
clickToSelectList: "double",

Expand Down Expand Up @@ -70,9 +72,11 @@ export default new Vuex.Store({
boards: [],
cards: [],
lists: [],
groups: []
groups: [],
// fields: [],
// votes: []

disableNavigation: false
},

mutations: {
Expand Down

0 comments on commit 01c37d9

Please sign in to comment.