Basic multi-page support working (#584)

This commit is contained in:
Alicia Sykes
2022-04-19 21:16:27 +01:00
parent cf7587b4ee
commit 036bc008c5
7 changed files with 87 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
// A list of mutation names
const KEY_NAMES = [
'INITIALIZE_CONFIG',
'INITIALIZE_MULTI_PAGE_CONFIG',
'SET_CONFIG',
'SET_REMOTE_CONFIG',
'SET_MODAL_OPEN',
@@ -10,6 +11,7 @@ const KEY_NAMES = [
'SET_ITEM_SIZE',
'SET_THEME',
'SET_CUSTOM_COLORS',
'USE_MAIN_CONFIG',
'UPDATE_ITEM',
'SET_PAGE_INFO',
'SET_APP_CONFIG',