[CORL-161, CORL-240] Message Box (#2222)

* feat: Message Box

* test: do all the testing stuff

* fix: removed old messageBox

* Update src/core/client/stream/tabs/configure/components/MessageBoxConfig.tsx

Co-Authored-By: wyattjoh <wyattjoh@gmail.com>

* fix: addressed space error
This commit is contained in:
Kiwi
2019-03-19 00:08:22 +01:00
committed by GitHub
co-authored by wyattjoh
parent 9eb5afbb2b
commit 7501155078
63 changed files with 1932 additions and 432 deletions
@@ -846,7 +846,7 @@ type ReactionConfiguration {
type CommunityGuidelines {
"""
enable set to true will show the guidelines above the question box.
enable set to true will show the guidelines above the message box.
"""
enabled: Boolean!
@@ -2275,7 +2275,7 @@ input SettingsKarmaInput {
input SettingsCommunityGuidelinesInput {
"""
enable set to true will show the guidelines above the question box.
enable set to true will show the guidelines above the message box.
"""
enabled: Boolean