From d64d1f4029505f48bb86035a557e2f4229e55443 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 6 Jul 2017 18:07:43 +0500 Subject: PLT-6905 - Updating channel header design (#6789) * PLT-6905 - Updating channel header design * Updating border-radius * Updating radius for wide icons * Updating trigger for overlay * Updating UI for channel header * Updating channel header sizing * Updating channel header css * Updating sidebar css * Updating status icons * Adjusting border * Updating comment * Removing type from status icon * Fixing UI issues for the channel header/sidebar * make "Add a channel description" open the channel header modal * Updating status and opacity * Updating stauts icon positioning * Updating description and heading size * Updating UI changes * Updating UI changes * add a focused class to the parent div .search__form and then remove when hover away * Fix active state for pinned posts icon * Updating UI changes * Update channel header text --- webapp/utils/constants.jsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 467aaf390..b2693ecf5 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -444,9 +444,10 @@ export const Constants = { OPEN_TEAM: 'O', MAX_POST_LEN: 4000, EMOJI_SIZE: 16, + MEMBERS_ICON_SVG: " ", TEAM_INFO_SVG: " ", - FLAG_ICON_OUTLINE_SVG: " ", - FLAG_ICON_SVG: " ", + FLAG_FILLED_ICON_SVG: " ", + FLAG_ICON_SVG: " ", ATTACHMENT_ICON_SVG: "", MATTERMOST_ICON_SVG: " ", ONLINE_AVATAR_SVG: " ", @@ -455,13 +456,21 @@ export const Constants = { ONLINE_ICON_SVG: "
", AWAY_ICON_SVG: "
", OFFLINE_ICON_SVG: "", - MENU_ICON: " ", + MENU_ICON: " ", COMMENT_ICON: " ", REPLY_ICON: " ", SCROLL_BOTTOM_ICON: " ", - VIDEO_ICON: " ", - PIN_ICON: "", + VIDEO_ICON: " ", + PIN_ICON_SVG: " ", LEAVE_TEAM_SVG: " ", + SEARCH_ICON_SVG: " ", + MENTIONS_ICON_SVG: " ", + MENU_ICON_SVG: " ", + INFO_ICON_SVG: " ", + MESSAGE_ICON_SVG: " ", + SWITCH_CHANNEL_ICON_SVG: " ", + GLOBE_ICON_SVG: " ", + LOCK_ICON_SVG: " ", THEMES: { default: { type: 'Mattermost', -- cgit v1.2.3-1-g7c22