summaryrefslogtreecommitdiffstats
path: root/web/sass-files
Commit message (Collapse)AuthorAgeFilesLines
* Implemented basic text formatting package using a modfied version of the ↵Reed Garmsen2015-08-122-0/+21
| | | | marked js library. Supports *bold*, _italics_, and `code`
* Added indicators for when a channel with unread posts is offscreenhmhealey2015-08-061-0/+22
|
* Merge pull request #329 from asaadmahmoodspin/ui-changesChristopher Speller2015-08-067-32/+80
|\ | | | | UI Improvements
| * Adding tooltip to email in user popoverAsaad Mahmood2015-08-051-0/+6
| |
| * Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-08-052-0/+7
| |\ | | | | | | | | | | | | Conflicts: web/react/components/mention_list.jsx
| * | UI ImprovementsAsaad Mahmood2015-08-047-32/+74
| | |
* | | Merge pull request #342 from mattermost/release-0.6.0Christopher Speller2015-08-052-2/+27
|\ \ \ | |_|/ |/| | Release 0.6.0
| * | Updating css for url input add-on and removing display flexAsaad Mahmood2015-08-052-3/+6
| | |
| * | Fixing tooltip word-wrapAsaad Mahmood2015-08-051-0/+3
| | |
| * | mm-1874 - Improving team url screen and fixing file attachments in IE 10Asaad Mahmood2015-08-042-0/+19
| |/
* | Fixed help text rendering on mobileReed Garmsen2015-08-041-3/+3
| |
* | Added help text informing the user that the team invite link has been copied ↵Reed Garmsen2015-08-032-0/+7
|/ | | | when they press the 'Copy Link' button
* Merge pull request #302 from hmhealey/mm1788Corey Hulen2015-08-021-6/+0
|\ | | | | MM-1788 Removed ^replying in preparation for 0.6.0
| * Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-6/+0
| |
* | image thumbnails now scale appropriately so there is no whitespace, also ↵JoramWilander2015-07-311-1/+6
| | | | | | | | generalized some thumbnail loading code
* | Merge pull request #271 from hmhealey/mm1656Joram Wilander2015-07-311-31/+77
|\ \ | | | | | | MM-1656 Updated file UI
| * | Changed flexbox styles to be compatible with all browsershmhealey2015-07-291-2/+4
| | |
| * | Updated ViewImage modal dialog to include details about non-image fileshmhealey2015-07-291-0/+32
| | |
| * | UI update for filesAsaad Mahmood2015-07-291-10/+6
| | |
| * | Fixed race condition which could occur while requesting the file size for ↵hmhealey2015-07-291-1/+1
| | | | | | | | | | | | the file attachment previews
| * | Removed unused custom-file CSS class that was being applied to non-image ↵hmhealey2015-07-291-3/+0
| | | | | | | | | | | | file attachment previews
| * | Center image icons in attachment previews instead of stretching themhmhealey2015-07-291-20/+17
| | |
| * | Add an info box next to image thumbnails which provides the name, type, and ↵hmhealey2015-07-291-5/+27
| | | | | | | | | | | | size of a file.
* | | Improving smoothness of RHS searchAsaad Mahmood2015-07-302-6/+13
| |/ |/|
* | Minor Ui updates regarding the search and the center channel header on mobile.Asaad Mahmood2015-07-293-12/+12
| |
* | Updating color of hover on LHS HeaderAsaad Mahmood2015-07-291-1/+1
| |
* | Fixing LHS Header cssAsaad Mahmood2015-07-291-1/+2
| |
* | Improving css for form hints in signup flowAsaad Mahmood2015-07-291-1/+1
| |
* | mm-1762 - Search improvements with some other minor Ui changesAsaad Mahmood2015-07-293-39/+84
|/
* Signup Ui changesAsaad Mahmood2015-07-282-37/+120
|
* Changed title of Active Devices to Active Sessions; added help text ↵Reed Garmsen2015-07-271-0/+3
| | | | explaining Active Sessions
* Ui Updates to signup flowAsaad Mahmood2015-07-251-7/+5
|
* Minor class changesAsaad Mahmood2015-07-241-3/+3
|
* Complete signup page UI changesAsaad Mahmood2015-07-241-2/+64
|
* UI changes for search bar in the RHS for Mobile WebAsaad Mahmood2015-07-231-3/+4
|
* Adjusting padding for LHS header infoAsaad Mahmood2015-07-231-1/+1
|
* Adding hover effect for LHS menu iconAsaad Mahmood2015-07-231-1/+5
|
* UI FixesAsaad Mahmood2015-07-233-3/+5
|
* Merge pull request #194 from ralder/fix-command-box-cssCorey Hulen2015-07-227-68/+63
|\ | | | | [webui] fix command-list css
| * [webui] fix command-list cssralder2015-07-227-68/+63
| |
* | Updating dropdown icon in LHS headerAsaad Mahmood2015-07-231-2/+2
| |
* | Minor UI ImprovementsAsaad Mahmood2015-07-235-9/+14
|/
* Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-0/+6
|\ | | | | MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
| * Changed the placeholder highlight for active thread to be more subtlehmhealey2015-07-211-2/+4
| |
| * Added function to reply to earlier messages by prefixing a message with caretshmhealey2015-07-211-1/+5
| |
* | Merge pull request #234 from asaadmahmoodspin/masterCorey Hulen2015-07-222-3/+15
|\ \ | | | | | | Profile pic changes in LHS Header
| * | Improving formatting for Channel IntroAsaad Mahmood2015-07-222-2/+14
| | |
| * | Profile pic changes in LHS HeaderAsaad Mahmood2015-07-221-1/+1
| | | | | | | | | | | | Removing profile pic in the LHS Header if the user hasn't uploaded a custom profile pic.
* | | Adding back Access History and Active DevicesReed Garmsen2015-07-224-6/+108
|/ /
* | Merge pull request #224 from hmhealey/mm1625Christopher Speller2015-07-222-4/+11
|\ \ | | | | | | MM-1625 Correct the appearance of the post menu on both desktop and mobile