👔 Logic work for multi-page support

This commit is contained in:
Alicia Sykes
2022-04-30 23:28:58 +01:00
parent 52a0ba5a6c
commit eb9a5abec5
6 changed files with 23 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ const KEY_NAMES = [
'UPDATE_ITEM',
'SET_PAGE_INFO',
'SET_APP_CONFIG',
'SET_PAGES',
'SET_SECTIONS',
'UPDATE_SECTION',
'INSERT_SECTION',

View File

@@ -60,6 +60,7 @@ module.exports = {
'nord',
'oblivion',
'adventure',
'crayola',
'minimal-dark',
'minimal-light',
'thebe',
@@ -144,6 +145,7 @@ module.exports = {
EDIT_SECTION: 'EDIT_SECTION',
EDIT_PAGE_INFO: 'EDIT_PAGE_INFO',
EDIT_APP_CONFIG: 'EDIT_APP_CONFIG',
EDIT_MULTI_PAGES: 'EDIT_MULTI_PAGES',
EXPORT_CONFIG_MENU: 'EXPORT_CONFIG_MENU',
MOVE_ITEM_TO: 'MOVE_ITEM_TO',
},