summaryrefslogtreecommitdiffstats
path: root/webapp/sass
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5281 error messages contain a link to documentation about reserved words ↵Ari Autio2017-03-241-2/+8
| | | | | | | | | | (#5530) * PLT-5281 error messages contain a link to documentation about reserved words * Updated comments per PM review * Proposed fix to review comments
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-247-17/+3864
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #4665 Added EmojiPicker Work primarily by @broernr-de and @harrison on pre-release.mattermost.com * Final fixes to handle custom emojis from internal review and single merge error * ESLint fixes * CSS changes and other code to support emoji picker in reply window * Fix for file upload and emoji picker icon positions on post and comment. RHS emoji picker appearing see-through at this time. * Fix for two ESLint issues. * covered most of feedback: RHS emoji picker looks correct color-wise RHS emoji picker dynamically positions against height of thread size (post + reply messages) escape closes emoji window search box focused on open ESLint fixes against other files oversized emoji preview fixes * Adding in 'outside click' eventing to dismiss the emoji window * Changing some formatting to fix mismatch between my local eslant rules and jenkins. * adding alternative import method due to downstream testing errors * yet another attempt to retain functionality and pass tests - skipping import of browser store * fix for feedback items 5 and 7: * move search to float on top with stylistic changes * whitespace in the header (+1 squashed commit) Squashed commits: [6a26d32] changes that address items 1, 2, 6, 8, and 9 of latest feedback * Fix for attachment preview location on mobile * Fix for latest rounds of feedback * fixing eslint issue * making emojipicker sprite based, fixing alignments * Fix for emoji quality, fixing some behavior (hover background and cursor settings) undoing config changes * Preview feature for emojis * Adjustments to config file, and changing layout/design of attachment and emoji icon. * manual revert from master branch for config.json * reverting paperclip and fixing alignments. Additionally fixing inadvertent display of picker on mobile. * CSS changes to try to fix the hover behavior - currently working for emoji picker (when enabled), but hover for attachment isn't working * Made suggested changes by jwilander except for jQuery removal * Adding hover for both icons * removal of some usages of jQuery * Fix for two layout issues on IE11/Edge * UI improvements for emoji picker * Fix for many minor display issues * fix for additional appearance items * fix to two minor UI items * A little extra padding for IE11 * fix for IE11 scroll issue, and removing align attribute on img tag which was throwing js error * fixes some display issues on firefox * fix for uneven sides of emojis * fix for eslint issues that I didn't introduce * fix for missing bottom edge of RHS emojipicker. also fixing text overlapping icons on text area (including RHS) * Update "emoji selector" to "emoji picker" * changes for code review - removal of ..getDOMNode - use sprite imagery for emoji preview - remove lastBlurAt from state as it wasn't used * fixes for: - fake custom emoji preview in picker - RHS scrollbar on preview * fix for minor alignment of preview emoji
* PLT-5669: Change format of timestamp of access history (#5646)VeraLyu2017-03-231-0/+4
| | | | Add new line for timestamp and forbid wrap for ip and sessionid of access history to prevent unnecessary line wrap.
* Remove blue bar from link previews (#5673)Ryan Wang2017-03-201-0/+3
|
* Merge branch 'release-3.7' into master.George Goldberg2017-03-176-8/+31
|\
| * Multiple bug fixes (#5699)Asaad Mahmood2017-03-093-4/+13
| | | | | | | | | | | | * Multiple bug fixes * Fixing modal on mobile
| * Bug fixes (#5682)Asaad Mahmood2017-03-081-0/+7
| | | | | | | | | | | | * PLT-5740 - Fixing overlapping attachment icon * PLT-5748 - Scroll not visible in RHS IE11
| * Ui improvements and bug fixes (#5677)Asaad Mahmood2017-03-084-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5565 - Fixing theme colors not updating * PLT-4721 - Removing status ind for system messages * PLT-5735 - Fixing ellipsis in firefox * PLT-5010 - Removing extra space in channel modal * PLT-5584 - Inline image overrning edit textarea * PLT-5475 - Fixing tutorials on mobile * PLT-5142 - Disabling poitner events for status * PLT-5728 - Fixing emoji highlight on hover
* | Ui improvements (#5755)Asaad Mahmood2017-03-178-12/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5816 - Flagged posts tooltip fix * PLT-5766 - Link previews appearing outside the box * PLT-5795 - Fixing alignment user list in channel * PLT-5818 - Reset password error not aligned * PLT-5837 - Adjusting image preview max height * PLT-5778 - Updating word break for paragraphs * PLT-5848 - Updating label for file error * PLT-5846 - Markdown tables extra border on mobile * PLT-5662 - Pinned post UI improvement * Fixing eslint error * Updating tooltip eslint issue * PLT-5832 - Removing error styling on labels
* | PLT-4606: Date separator in RHS (#5606)Mika Andrianarijaona2017-03-141-1/+8
| |
* | Add pinned posts (#4217)Gabin Aureche2017-03-136-11/+110
|/
* PLT-5703 Update license expiry timing and text (#5602)Joram Wilander2017-03-061-1/+34
| | | | | | * Update license expiry timing and text * Updating error bar (#5632)
* Mobile Web: Auto-focus cursor in the search box (#5284)Saturnino Abril2017-03-032-6/+20
| | | | | | | | | | | | | | * Mobile Web: Auto-focus cursor in the search box and open keyboard when the search icon is tapped * fixed issue with safari mobile view * added isFocus props to search_bar.jsx component * used 'x' and fixed spacing * changed 'x' icon and fixed css * added aria-hidden='true'
* PLT-5484 Reduced scope of CSS rules for (edited) tag (#5599)Harrison Healey2017-03-031-26/+10
| | | | | | * PLT-5484 Reduced scope of CSS rules for (edited) tag * Reverted accidental change from div tags to spans
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-026-7/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* PLT-5380 Moved link preview image to top right corner of preview area (#5212)Debanshu Kundu2017-03-024-8/+121
| | | | | | | | * PLT-5380 Moved link preview image to top right corner of preview area for smaller images, larger and wide images are still shown below the text. Also added logic to hide image area if image loading fails. * Updating link previews css
* Ui improvements (#5588)Asaad Mahmood2017-03-022-2/+19
| | | | | | | | | | | | * PLT-5354 - Making statistics flow on page * PLT-5262 - Updating icon on join team page * PLT-5218 - Making menu colors consistent on mobile * PLT-5377 - Adding bg to current posts in the RHS * PLT-5645 - Adjusting spacing after/before ul/ol
* PLT-5188: Reinstate delete option on system messages. (#5113)George Goldberg2017-02-281-0/+11
| | | | | | | | * PLT-5188: Reinstate delete option on system messages. * Fix styling. * Fix empty hover box.
* PLT-5573 - Fixing emoticons (#5461)Asaad Mahmood2017-02-192-5/+11
|
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-167-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
* PLT-5441 Disabled the "Add Comment" button in the right-hand side unless ↵Saturnino Abril2017-02-141-0/+5
| | | | there is a valid input (#5320)
* [PLT-1412] Updated search buttons on mobile GH-5261 (#5306)Saturnino Abril2017-02-132-33/+24
| | | | | | | | * Update search buttons on mobile * removed commented codes in _mobile.scss * deleted 'search_bar.cancel' from webapp/i18n/en.json
* PLT-5470 - Timestamps not visible on dark theme (#5379)Asaad Mahmood2017-02-131-3/+7
| | | | | | | | | | | | * PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block * PLT-5470 - Timestamps not visible on dark theme
* Multiple Ui improvements (#5349)Asaad Mahmood2017-02-103-53/+28
| | | | | | | | | | * PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-102-1/+16
| | | | | | | | | | | | | | * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * fix error with duplicated import * underline permalink on hover
* Disable send icon until valid message or file counts (#5214)Saturnino Abril2017-02-071-0/+4
|
* Updating client dependancies except ESLint and react-router (#5253)Christopher Speller2017-02-031-3/+3
|
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-023-12/+15
| | | | | | | | | | | | * PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
* PLT-5356 - Fixing margins for paragraphs (#5217)Asaad Mahmood2017-02-011-14/+4
| | | | | | | | * PLT-5356 - Fixing margins for paragraphs * Fixing conflict * Fixing font size for paragraphs
* Minor fix for system console menu (#5225)Asaad Mahmood2017-01-311-0/+5
|
* Bug fixes (#5218)Asaad Mahmood2017-01-308-122/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5319 - Fixing text alignment security modal * PLT-5280 - Fixing add comment button in RHS mobile * PLT-5397 - Fixing Floating timestamp on mobile * PLT-5129 - Hiding formatting help text * PLT-5242 - Adjusting team sidebar border on IE!! * PLT-5226 - Placing settings toggle over header * PLT-5222 - Placed team description tooltip on top * PLT-5201 - Account settings overlap on mobile * PLT-5138 - Adding bg to pending post actions * PLT-5286 - Adjusting play button on youtube videos * PLT-5313 - Adjusting space between emoji reactions * PLT-5187 - Adjusting text in channel switcher * PLT-5399 - Reverting button alignment in modal
* PLT-5122 - Switching to circular status icons (#5049)Asaad Mahmood2017-01-304-43/+39
| | | | | | | | | | * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
* Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201)Saturnino Abril2017-01-301-0/+4
|
* Fixing various issues with markdown spacing (#5203)Asaad Mahmood2017-01-271-21/+23
|
* #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-201-1/+19
| | | | graph data from those links. (#4890)
* PLT-137: Disable upload button when max uploads reached (#5053)Mika Andrianarijaona2017-01-181-0/+9
| | | | | | | | | | | | | | * Change upload button color opacity when max reached * Display max upload message * Remove error when deleting preview * Clear error message in side-bar when user reaches max upload and error is displayed in side-bar, removing one file won't remove error message * Scroll in preview after file upload in sidebar
* Merge branch 'release-3.6'Christopher Speller2017-01-125-91/+80
|\
| * PLT-5191 - Filter box overlapping fix for IE (#5034)Asaad Mahmood2017-01-101-1/+5
| | | | | | | | | | | | * PLT-5191 - Filter box overlapping fix for IE * Updating flex value for direct divs
| * Minor UI fixes (#5023)Asaad Mahmood2017-01-091-4/+6
| | | | | | | | | | | | * PLT-5207 - Enabling scroll in settings modal * PLT-5194 - Removing status indicator on mobile
| * PLT-5179 - Fixing modal overflow for autocomplete (#5002)Asaad Mahmood2017-01-093-18/+11
| | | | | | | | | | | | * PLT-5179 - Fixing modal overflow for autocomplete * PLT-5171 - Fixing search bar popover behaviour
| * Fixed post height changes caused by reactions (#4982)Harrison Healey2017-01-061-0/+4
| |
| * Bug fixes for search and direct messages (#4986)Asaad Mahmood2017-01-064-83/+69
| | | | | | | | | | | | * PLT-5145 - Fixing search popover on mobile * PLT-5093 - Fixing direct messages list height
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-122-4/+38
| |
* | Ui fixes (#4987)Asaad Mahmood2017-01-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
* | PLT-5000 (#4817) Fix file upload alignment in tablet and mobile view (#4826)Björn Roland2017-01-062-2/+2
|/
* Revert "Ui fixes" (#4963)Joram Wilander2017-01-043-32/+47
|
* Made Edit Post Modal autocomplete always attach to the bottom of the ↵Harrison Healey2017-01-042-4/+11
| | | | textarea (#4956)
* Minor UI improvements (#4959)Asaad Mahmood2017-01-044-20/+15
| | | | | | * PLT-5128 - Fixing channel header responsively * PLT-4984 - Fixing search popover behaviour
* Ui fixes (#4954)Asaad Mahmood2017-01-042-33/+37
| | | | | | | | * PLT-5102 - Adjusting whitespace for post textarea * PLT-5099 - Fixing alignment for inputs * PLT-5095 - Pending post controls z-index increase
* Ui improvements (#4900)Asaad Mahmood2017-01-035-28/+42
| | | | | | | | | | | | | | | | | | | | * PLT-5091 - Updating teams sidebar style * PLT-4650 - Updating bot indicator * Removing text decoration * Fixing dropdown menu in admin console * Updating bot indicator position on desktop * Updating bot indicator on mobile * Moving bot indicator below for mobile * Adding bg to the bot indicator * Updating css for bot indicator in compact view