Commit Graph

30 Commits

Author SHA1 Message Date
Alicia Sykes eb377d287e 🛂 Improvedd access controlls in Store (#485) 2022-02-12 21:23:47 +00:00
Alicia Sykes af3343e15a 🛂 Adds permissions object to Store 2022-02-12 15:17:23 +00:00
Alicia Sykes 35dee3e3b2 🚑 HOTFIX, Item save error with widgets 2022-01-21 22:38:47 +00:00
Alicia Sykes f25aa07d5f 🐛 Check items exist before itterating #415 2022-01-17 19:52:15 +00:00
Alicia Sykes 3cbf7949c3 🐛 Fixes tile move bug (#366)
Closes #366. This issue was caused by item IDs not being regenerated after the previous move, causing the second part of the move operation (delete previous) to fail. It was fixed by calling regenerate item IDs after item removal
2021-12-29 22:14:11 +00:00
Alicia Sykes aad7ab9b1f 🚚 Refactored section helpers into own file 2021-12-29 14:31:11 +00:00
Alicia Sykes c4134e033b 🔥 Removes previous widget data structure 2021-12-22 20:13:07 +00:00
Alicia Sykes cd3a304744 🚧 Started working on itnitial state for widgets 2021-11-13 20:30:55 +00:00
Alicia Sykes 9bd3ef0a46 🏪 Updates status logs in the store 2021-11-07 21:04:54 +00:00
Alicia Sykes 168e52c251 Item size and layout are now managed by store 2021-10-30 13:45:47 +01:00
Alicia Sykes 6f3570eed2 🏪 Adds custom theme options to store 2021-10-30 13:22:58 +01:00
Alicia Sykes a237ec0827 🏪 Adds setup / update section to store 2021-10-29 23:01:18 +01:00
Alicia Sykes 08072f1fb6 Adds info log for interactive-editor to store 2021-10-27 21:24:32 +01:00
Alicia Sykes b882a38950
🚧 WIP, redo layout and size, to use VueX state 2021-10-25 23:41:05 +01:00
Alicia Sykes 06d08a8fff
Implements Add new Item functionality 2021-10-25 23:22:41 +01:00
Alicia Sykes 31e172befb
Implements move, copy and delete item, and delete section functionality 2021-10-25 19:11:13 +01:00
Alicia Sykes f4053d9bc0 🏪 Adds copy_item action to store 2021-10-24 17:21:17 +01:00
Alicia Sykes 0a00c9beb2 🔩 Adds updateSection functionality to store 2021-10-24 13:25:22 +01:00
Alicia Sykes 89737ffa5d Implements UI editor form for appConfig 2021-10-23 19:28:08 +01:00
Alicia Sykes 8147f40e9c Adds ability to edit pageInfo through the UI 2021-10-23 13:07:30 +01:00
Alicia Sykes 37e49ae240 🙈 Perform deep copy of config, to reset pointers 2021-10-18 23:18:26 +01:00
Alicia Sykes 08da96da2d Adds mutation key for INITIALIZE_CONFIG 2021-10-17 20:08:38 +01:00
Alicia Sykes 159748e3de Show banner when in edit mode 2021-10-17 19:14:12 +01:00
Alicia Sykes f1fc013457 🚧 You can now save items to VueX store, neat! 2021-10-16 21:03:26 +01:00
Alicia Sykes 36cea32ee5 👽 Add getter to return specific item 2021-10-16 20:31:43 +01:00
Alicia Sykes 4e3b41332d Language now managed in VueX store 2021-10-10 15:52:39 +01:00
Alicia Sykes 8d111a1623 Adds VueX store state for modal open state 2021-10-10 14:27:01 +01:00
Alicia Sykes b55f96c839 Remove all instances of inject, replace with VueX store 2021-10-09 19:24:51 +01:00
Alicia Sykes 8a8166bb47 Implements a very very basic config store 2021-10-09 18:31:10 +01:00
Alicia Sykes 2946412b4c 🚧 WIP, working on VueX store 2021-10-05 20:25:10 +01:00