// // App export const SHOW_MESSAGE = 'SHOW_MESSAGE'; export const HIDE_MESSAGE = 'HIDE_MESSAGE'; export const SAVE_DIMENSIONS = 'SAVE_DIMENSIONS'; export const SET_VERSION = 'SET_VERSION'; export const SET_APP_VALUE = 'SET_APP_VALUE'; export const SET_IS_SIDEBAR_VISIBLE = 'SET_IS_SIDEBAR_VISIBLE'; // // Settings export const FETCH_GENERAL_SETTINGS = 'settings/general/fetchGeneralSettings'; export const SET_GENERAL_SETTINGS_VALUE = 'settings/general/setGeneralSettingsValue'; export const SAVE_GENERAL_SETTINGS = 'settings/general/saveGeneralSettings'; // // Languages export const FETCH_LANGUAGES = 'FETCH_LANGUAGES';