Adds an App Info section, to help users raise bug for current version

This commit is contained in:
Alicia Sykes
2021-06-22 22:30:46 +01:00
parent d565a1143c
commit 0b8b1fcf8a
10 changed files with 305 additions and 11 deletions

View File

@@ -61,10 +61,14 @@ module.exports = {
cookieKeys: {
AUTH_TOKEN: 'authenticationToken',
},
sessionStorageKeys: {
SW_STATUS: 'serviceWorkerStatus',
},
modalNames: {
CONF_EDITOR: 'CONF_EDITOR',
CLOUD_BACKUP: 'CLOUD_BACKUP',
REBUILD_APP: 'REBUILD_APP',
ABOUT_APP: 'ABOUT_APP',
},
topLevelConfKeys: {
PAGE_INFO: 'pageInfo',