summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-21 09:56:11 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-04-21 09:56:11 -0400
commit899ee09224799cb8b1dffaea781a18594616b50e (patch)
treee6b57b8458abd864ac92dd0074d73e9f7a5284cf /webapp/utils
parentcf1f3ba322ce64ca383ce1a5f0ca3d9bacb180ea (diff)
downloadchat-899ee09224799cb8b1dffaea781a18594616b50e.tar.gz
chat-899ee09224799cb8b1dffaea781a18594616b50e.tar.bz2
chat-899ee09224799cb8b1dffaea781a18594616b50e.zip
Adding option to display channels sanely (#2761)
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index ae660a486..87f4153fb 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -517,7 +517,11 @@ export default {
DISPLAY_PREFER_NICKNAME: 'nickname_full_name',
DISPLAY_PREFER_FULL_NAME: 'full_name',
CATEGORY_ADVANCED_SETTINGS: 'advanced_settings',
- TUTORIAL_STEP: 'tutorial_step'
+ TUTORIAL_STEP: 'tutorial_step',
+ CHANNEL_DISPLAY_MODE: 'channel_display_mode',
+ CHANNEL_DISPLAY_MODE_CENTERED: 'centered',
+ CHANNEL_DISPLAY_MODE_FULL_SCREEN: 'full',
+ CHANNEL_DISPLAY_MODE_DEFAULT: 'centered'
},
TutorialSteps: {
INTRO_SCREENS: 0,