summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4167 Team Sidebar (#4569)enahum2016-12-192-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* Ui improvements (#4815)Asaad Mahmood2016-12-191-0/+1
| | | | | | * PLT-4369 - Fixing scroll on mobile in the RHS * PLT-4924 - Fixing file thumbnail UX
* PLT-4901 - Fixing info popover (#4792)Asaad Mahmood2016-12-141-6/+3
| | | | | | | | * PLT-4901 - Fixing info popover * PLT-4775 - Fixing languages in firefox (system consle) * Fixing unread posts indicator in the LHS
* Ui improvements (#4780)Asaad Mahmood2016-12-141-8/+20
| | | | | | | | | | * PLT-4897 - Updating styles for emoji reactions * PLT-4971 - Fixing help and attachment buttons * PLT-4931 - Fixing UI for user list in system console * Fixing a bug with the new messages indicator
* Multiple Ui improvements (#4767)Asaad Mahmood2016-12-121-38/+46
| | | | | | | | | | * PLT-4911 - Adding new target for OAuth help links * PLT-4953 - Fixing styles for the unread messages indicator * PLT-4901 - Fixing header modal overlap on mobile * PLT-4916 - Swapping position of edit and delete
* Created a new message indicator component to indicate new messages (#4299)Pepijn2016-12-071-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | * Created a new message indicator component to indicate new messages are present outside the user's view: * Created new component with styling * Theming and i18n support for new messages indicator * Count new unviewed messages and integrate with component * Coding style for new message indicator * Fixed bugs with new message indicator: * Fix display issues with new message indicator * Update text to deal with plurals in React * Fix coded style for ticket 'PLT-1917': add new message indicator. * Use only server generated timestamps for checking new messages at the bottom * Move transitionend to prop, fix style selectors
* [PLT-4318] Display a message when post is over 4000 characters (#4687)Nick Frazier2016-12-061-0/+10
| | | | | | | | | | | | | | | | | | * test changes * added functionality * css updates * additional css updates * i18n updates * textbox cleanup * var naming tweak * replaced jQuery with React-based UI changes
* Multiple UI Improvements (#4712)Asaad Mahmood2016-12-062-1/+20
| | | | | | * Multiple UI Improvements * Reverting modal animation
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-301-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactored emoji.json to support multiple aliases and emoji categories * Added custom category to emoji.jsx and stabilized all fields * Removed conflicting aliases for :mattermost: and :ca: * fixup after store changes * Added emoji reactions * Removed reactions for an emoji when that emoji is deleted * Fixed incorrect test case * Renamed ReactionList to ReactionListView * Fixed :+1: and :-1: not showing up as possible reactions * Removed text emoticons from emoji reaction autocomplete * Changed emoji reactions to be sorted by the order that they were first created * Set a maximum number of listeners for the ReactionStore * Removed unused code from Textbox component * Fixed reaction permissions * Changed error code when trying to modify reactions for another user * Fixed merge conflicts * Properly applied theme colours to reactions * Fixed ESLint and gofmt errors * Fixed ReactionListContainer to properly update when its post prop changes * Removed unnecessary escape characters from reaction regexes * Shared reaction message pattern between CreatePost and CreateComment * Removed an unnecessary select query when saving a reaction * Changed reactions route to be under /reactions * Fixed copyright dates on newly added files * Removed debug code that prevented all unit tests from being ran * Cleaned up unnecessary code for reactions * Renamed ReactionStore.List to ReactionStore.GetForPost
* Hotfix: PLT-4779 Fixing scrolling on loading a channel and missing DM ↵Harrison Healey2016-11-211-1/+1
| | | | | | | | | | | | channel headers (#4584) * Added all parameters to call tracker ids when getting profiles * Changed channel header rendering to not depend on knowing all users in a DM channel * Added comment about a race condition in UserActions.populateDMChannelsWithProfiles * Added a fixed-height placeholder for the ChannelHeader when its state isn't valid for rendering
* PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea ↵Harrison Healey2016-11-041-26/+0
| | | | | | | | | | | | | | | | with a custom one (#4442) * PLT-4578 Replaced third party autosizing textarea with a custom one * Fix Textbox.handleHeightChange not being called * Removed unused CSS * PLT-4541 Force EditPostModal to resize upon opening * Removed usage of jquery from AutosizeTextarea * Reverted changes made for PLT-4580 as they're no longer needed
* Multiple UI Improvements (#4420)Asaad Mahmood2016-11-022-2/+7
|
* Shift UI changes (#4353)Asaad Mahmood2016-10-271-0/+1
| | | | | | * Shift UI changes * Reverting config.json
* Updating shift UI changes (#4326)Asaad Mahmood2016-10-272-2/+3
| | | | | | | | * Updating shift UI changes * Adding border to last account settings item * Fixing modals
* PLT-4460 Fix disappearing topbar when jumping from right sidebar (#4339)Thomas Hopkins2016-10-261-1/+1
|
* GH-4095 Favorite/Starred Channels (#4222)Alexander Smaga2016-10-261-0/+5
|
* Multiple UI Improvements (#4253)Asaad Mahmood2016-10-181-2/+9
| | | | | Reverting config Reverting config.json
* PLT-3252 Bring up profile popover after clicking on a profile picture… (#4144)Brendan Bowidas2016-10-061-0/+4
| | | | | | | | | | | | | | * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel remove important * fixed 'Cannot read property first_name of undefined' bug * fix status indicator position * refactoring per request
* PLT-4343 Fixes for mobile main menu (#4148)Harrison Healey2016-10-042-4/+5
| | | | | | | | * Fixed mobile app link in the main menu to be displayed on mobile browsers * Fixed doubled up dividers in mobile menu * Added scrolling to mobile main menu
* Multiple UI Improvements (#4117)Asaad Mahmood2016-09-292-1/+2
|
* Renamed NavbarDropdown to SidebarHeaderDropdown and switched it to ↵Harrison Healey2016-09-291-23/+26
| | | | react-bootstrap (#4109)
* Multiple UI Improvements (#4069)Asaad Mahmood2016-09-262-1/+7
| | | | | | | | | | | Minor contast fix for file uploading text. Updating icon markup Fixing icon for mentions Removing irrelevant characters Updating closing tag for mentions icon
* Webrtc client side (#4026)enahum2016-09-163-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)
* Highlight comment bar for comments considered mentions (#3938)Joram Wilander2016-09-131-0/+5
|
* PLT-3916 - Fixing flag icon position in the RHS (#3898)Asaad Mahmood2016-08-301-1/+5
|
* PLT-3982 Add statuses to profile pictures in the RHS and popover member list ↵Joram Wilander2016-08-221-0/+1
| | | | | | | | | | (#3845) * Added status indicator back to popover member list * Updating positions of status indicator (#3844) * Fixed squishy profile pictures and added statuses to RHS pics
* PLT-1831 Add statuses to centre channel profile pictures (#3826)Joram Wilander2016-08-191-0/+4
| | | | | | | | | | * Created profile picture componenet and added statuses to pictures in center channel * PLT-3899 - Updating UI for status indicators (#3823) * PLT-3899 - Updating UI for status indicators * Updating position of timestamps for compact layout
* PLT-2345 Switch "help" link below text input box to localizable version (#3794)enahum2016-08-181-0/+23
|
* Multiple UI Improvements (#3804)Asaad Mahmood2016-08-161-2/+2
| | | | | | | | | | | | | | * PLT-3834 - Updating Manage members modal for mobile * PLT-3792 - Making compact view compatible with search and flagged posts RHS * PLT-3910 - Improving suggestions separator * PLT-3769 - Enabling markdown headings in compact view * Updating view members text in en..json * Removing shouldcomponentupdate from search_results_item.jsx
* PLT-3817 - Updating flag icon (#3750)Asaad Mahmood2016-08-082-2/+2
| | | | | | | | | | * Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-043-6/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added flagged posts functionality * UI Improvements to flags (#3697) * Added flag functionality for mobile * Updating flagged text (#3699) * Add back button to RHS thread when coming from flagged posts * Updating position of flags (#3708) * Plt 3506 - Reverting flag position (#3724) * Revert "Updating position of flags (#3708)" This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58. * Fixing the icon in search * Help text and white space improvements (#3730) * Updatng help text and some white spacing. * Updating help text
* Align the sidebar dropdown (#3693)Martin Bastien2016-08-011-0/+4
| | | | | | | | * Align the sidebar dropdown * Change the sidebar dropdown width and realign it. * move sidebar dropdown css fix to headers.scss
* PLT-3553 Fix System messages show an empty box (#3689)enahum2016-07-281-0/+5
|
* PLT-3585 Added a timeout to the file upload overlay (#3656)Harrison Healey2016-07-221-0/+1
|
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-914 Add mention notifications for replies on a comment thread * remove useless store method fix highlighting comments posted before th user write something to thread * refactor out isCommentMention function after rebase * change comment bar highlighting to replay icon mention highlighting * settings and always visible highlight * fix unit tests for new settings * change highlight behaviour - if any message in comment thread generates mention - all thread is highlighted - remove always visible highlightion * fix bug about the textarea in the center channel not clearing * fix default settings value notify_props.comments * do not highlight own comments if there is no other user's messages in thread * refactor out ReactDOM.findDOMNode * refactor out using of UserStore from component
* PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)Asaad Mahmood2016-07-141-118/+116
| | | | | | | | | | | | | | * PLT-3627 - Fixing spacing in RHS * PLT-3516 - Fixing errors in backstage * PLT-3558 - Fixing system console menu on small screens * PLT-3570 - Fixing account settings sidebar truncating issue * PLT-3497 - Moving see other themes link * Removing formatted message import from premade theme chooser
* PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵samogot2016-07-141-0/+4
| | | | messages indicator (squashed) (#3374)
* PLT-3017 fixing iOS blank rendering (#3586)Corey Hulen2016-07-131-1/+1
|
* PLT-3157 - Adding display width customisation to intro message (#3521)Asaad Mahmood2016-07-121-0/+4
| | | | | | * PLT-3157 - Adding display width customisation to intro message * Fixing error
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-054-161/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements (#3449) Improving help text margins Updating changes for get link and create post files Fixing icon for select team screen Fixing styles for select team button Adding improvements to posts UI Adding improvement to post layout Updating changes for post controls Updating z-index for sidebar--right Updating help text position Fixing code for posts Fixing css for post view Pushing improvements for posts view Updating changes for post view Updating post layout Fixing system time css Updating header for system posts Updating post css Removing opacity and changing color for system messages Simplifying root post and system post behaviour Removing images from compact view Updating help text for display Updating embed preview text for advanced option PLT-3490 - Fixing RHS issue on Edge
* PLT-3490 - Fixing RHS issue on Edge (#3474)Asaad Mahmood2016-07-051-1/+6
|
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-293-9/+57
| | | | | | | | | | | | | | | | * Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-161-7/+10
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-161-2/+2
| | | | | Updating word break Updating improvements for about modal
* PLT-946 Add status icon to the left of the username in DM channel (#3258)Kevyn Bruyere2016-06-152-32/+4
| | | Add a StatusIcon component to be able to display a status icon from anywhere
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-143-91/+100
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* PLT-3094 - Fixing autocomplete and image modal scrolling on mobile (#3279)Asaad Mahmood2016-06-091-4/+0
|
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-064-90/+105
| | | | | | | | | | | | | | (#3238) * PLT-3182 - Improving switch channels modal and some minor UI improvements Enabling link previews Adding compact layout to RHS Improving timestamps * Adding update code for RHS components
* Reposition search highlighting for code blocks (#3230)Harrison Healey2016-06-051-0/+2
| | | Certain code bocks will have the search highlighting wrap differently than the code itself so they become out of sync