From 66638c4f70adb3fa2777af03c6175347b8dbee6b Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 10 Nov 2015 13:23:10 -0500 Subject: Converted ChannelInfoModal to React-Bootstrap --- web/react/components/channel_header.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/react/components/channel_header.jsx') diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx index 79c7f90a9..33f20cd9e 100644 --- a/web/react/components/channel_header.jsx +++ b/web/react/components/channel_header.jsx @@ -5,8 +5,10 @@ const NavbarSearchBox = require('./search_bar.jsx'); const MessageWrapper = require('./message_wrapper.jsx'); const PopoverListMembers = require('./popover_list_members.jsx'); const EditChannelPurposeModal = require('./edit_channel_purpose_modal.jsx'); +const ChannelInfoModal = require('./channel_info_modal.jsx'); const ChannelInviteModal = require('./channel_invite_modal.jsx'); const ChannelMembersModal = require('./channel_members_modal.jsx'); +const ToggleModalButton = require('./toggle_modal_button.jsx'); const ChannelStore = require('../stores/channel_store.jsx'); const UserStore = require('../stores/user_store.jsx'); @@ -180,15 +182,13 @@ export default class ChannelHeader extends React.Component { key='view_info' role='presentation' > - {'View Info'} - + ); -- cgit v1.2.3-1-g7c22 From 69e378c556e817ce494af8511220389407dbed89 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 10 Nov 2015 15:45:19 -0500 Subject: Converted ChannelNotificationsModal to React-Bootstrap --- web/react/components/channel_header.jsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'web/react/components/channel_header.jsx') diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx index 33f20cd9e..a0676e929 100644 --- a/web/react/components/channel_header.jsx +++ b/web/react/components/channel_header.jsx @@ -8,6 +8,7 @@ const EditChannelPurposeModal = require('./edit_channel_purpose_modal.jsx'); const ChannelInfoModal = require('./channel_info_modal.jsx'); const ChannelInviteModal = require('./channel_invite_modal.jsx'); const ChannelMembersModal = require('./channel_members_modal.jsx'); +const ChannelNotificationsModal = require('./channel_notifications_modal.jsx'); const ToggleModalButton = require('./toggle_modal_button.jsx'); const ChannelStore = require('../stores/channel_store.jsx'); @@ -263,16 +264,13 @@ export default class ChannelHeader extends React.Component { key='notification_preferences' role='presentation' > - {'Notification Preferences'} - + ); -- cgit v1.2.3-1-g7c22 From 3d572be2f3bb0d4b6b2eb83b69a209234f807231 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 17 Nov 2015 11:10:33 -0500 Subject: Converted DeleteChannelModal to React-Bootstrap --- web/react/components/channel_header.jsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'web/react/components/channel_header.jsx') diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx index a0676e929..ffe7cbb5d 100644 --- a/web/react/components/channel_header.jsx +++ b/web/react/components/channel_header.jsx @@ -9,6 +9,7 @@ const ChannelInfoModal = require('./channel_info_modal.jsx'); const ChannelInviteModal = require('./channel_invite_modal.jsx'); const ChannelMembersModal = require('./channel_members_modal.jsx'); const ChannelNotificationsModal = require('./channel_notifications_modal.jsx'); +const DeleteChannelModal = require('./delete_channel_modal.jsx'); const ToggleModalButton = require('./toggle_modal_button.jsx'); const ChannelStore = require('../stores/channel_store.jsx'); @@ -300,16 +301,13 @@ export default class ChannelHeader extends React.Component { key='delete_channel' role='presentation' > - {'Delete '}{channelTerm}{'...'} - + ); } -- cgit v1.2.3-1-g7c22