summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6836 - Updating post spacing (#6745)Asaad Mahmood2017-06-301-4/+5
| | | | | | | | * PLT-6836 - Updating post spacing * Updating post spacing * Updating post margins
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* Ui improvements (#6651)Asaad Mahmood2017-06-151-0/+4
| | | | | | | | | | | | * PLT-6691 - Centering emoji in post view * PLT-6737 - FIxing on hover style for heade icons * PLT-6768 - Fixing error on profile picture * PLT-6792 - Fixing link preview image not resizing * PLT-6793 - User popover position on mobile
* PLT-6127/PLT-6135/PLT-6137 Added EmojiPickerOverlay component to better ↵Harrison Healey2017-06-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | position emoji picker (#6352) * Cleaned up emoji picker CSS * Fixed border of emoji picker when reacting to comments in the RHS * PLT-6135 Made EmojiPicker automatically position itself above/below the [...] menu * PLT-6135 Changed post textbox emoji picker to use a RootCloseWrapper * PLT-6135 Changed comment textbox emoji picker to use a RootCloseWrapper * PLT-6135 Changed RHS post components to use EmojiPickerOverlay * Removed react-outside-event package * Fixed merge conflict * Fixed emoji picker position on posts in RHS * Removed unused CSS classes * Fixed not being able to react to posts with emoji picker
* Minor Ui improvements (#6515)Asaad Mahmood2017-05-301-2/+1
| | | | | | * PLT-6645 - Improving copy pasting behaviour * PLT-6149 - Fixing edited indicator in search
* Fixes for RC1 (#6376)Asaad Mahmood2017-05-101-0/+6
| | | | | | | | | | | | | | * PLT-6505 - Fixing z-index for post control menu * PLT-6507 - Channel header icons not aligned * PLT-6508 - Options popover issue on android * PLT-6528 - Removing cross contamination on badge * PLT-6535 - Aligning content in SSO buttons * PLT-6509 - Aligning dropdown close icon
* PLT-6297 - Pinned label overlapping on heading (#6324)Asaad Mahmood2017-05-041-0/+18
| | | | | | * PLT-6297 - Pinned label overlapping on heading * PLT-6500 - Fixing mention badge styling
* Minor Ui bug fixes (#6295)Asaad Mahmood2017-05-031-0/+1
| | | | | | * PLT-6435 - Adjusting tooltip for add-channel-btn * PLT-6404 - Fixing emoji reaction button on hover
* Multiple Ui fixes (#6272)Asaad Mahmood2017-05-011-2/+2
| | | | | | | | | | * PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay
* Minor UI fixes (#6262)Asaad Mahmood2017-04-281-1/+0
| | | | | | * Minor UI fixes * Updating post image size for search
* Ui improvements (#6198)Asaad Mahmood2017-04-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | * PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6302 - Margins not equal for paragraphs in post * PLT-6332 - FIxing inline images * PLT-6134 - Fixing border on emoji picker * PLT-6323 - Fixing UI for system console user list * PLT-6375 - Updating emoji picker * PLT-6327 - Updating more channel/user list * PLT-6241 - Adding IE detection * PLT-6332- Fixing inline markdown images
* Merge branch 'release-3.8'Christopher Speller2017-04-171-0/+3
|\
| * PLT-6280 Fixed post textbox not being able to scroll (#6034)Harrison Healey2017-04-101-0/+1
| |
| * Minor bug fixes (#6019)Asaad Mahmood2017-04-071-0/+2
| | | | | | | | | | | | | | | | * PLT-6193 - Post right scroll for small threads * PLT-6210 - Emoji icon not aligned. * Fixing word break
* | Ui improvements (#6089)Asaad Mahmood2017-04-161-3/+3
|/ | | | | | | | | | | | | | | | | | * PLT-6084 - Fixing emoji reaction overflow * PLT-6158 - Fixing pinned badge alignment in RHS * PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6245 - Adjusting spacing in emoji screen modal * PLT-6237 - Adjusting filter in system console * PLT-6247 - Adjusting spacing on code block tag * PLT-6302 - Margins not equal for paragraphs in post
* PLT-5985 Cleaned up CSS for post textbox (#5974)Harrison Healey2017-04-041-207/+167
|
* PLT-6147 Fixed reactions not rendering properly while loading (#5958)Harrison Healey2017-04-031-4/+0
|
* Add reaction picker (#5904)bonespiked2017-04-011-175/+233
|
* PLT-5868 - Redesigning compact view (#5821)Asaad Mahmood2017-03-271-4/+26
| | | | | | | | | | * PLT-5868 - Redesigning compact view * Improvements to compact view * Updating compact view * Updating webhook styles
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-241-5/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #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
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-2/+14
|\
| * 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-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-171-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Add pinned posts (#4217)Gabin Aureche2017-03-131-2/+10
|/
* 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-5380 Moved link preview image to top right corner of preview area (#5212)Debanshu Kundu2017-03-021-1/+1
| | | | | | | | * 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-021-1/+6
| | | | | | | | | | | | * 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-191-1/+0
|
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-161-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-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
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-101-0/+13
| | | | | | | | | | | | | | * 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
|
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-021-5/+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
* Bug fixes (#5218)Asaad Mahmood2017-01-301-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-301-3/+5
| | | | | | | | | | * 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
|
* 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-121-0/+4
|\
| * Fixed post height changes caused by reactions (#4982)Harrison Healey2017-01-061-0/+4
| |
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-121-4/+35
|/
* Ui fixes (#4954)Asaad Mahmood2017-01-041-32/+35
| | | | | | | | * 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-031-3/+3
| | | | | | | | | | | | | | | | | | | | * 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
* PLT-4943: Warn when editing a message > 4000 chars (#4789)Nick Frazier2016-12-211-12/+6
| | | | | | | | | | * added basic functionality * css fixes * css fixes part II: electric boogaloo * removed css interference with theme changes, for this and post length error
* Revert "PLT-135 Showing "(Edited)" indicator if a message has been edited." ↵Christopher Speller2016-12-201-16/+2
| | | | (#4854)
* PLT-4855 (#4708) Fix overlapping emoji reactions + UI improvements (#4783)Björn Roland2016-12-201-8/+2
| | | | | | | | * PLT-4855 (#4708) Fix overlapping emoji reactions * PLT-4855 (#4708) Add UI improvements * Fix merge fail
* Multiple UI improvements (#4835)Asaad Mahmood2016-12-191-0/+1
| | | | | | | | | | | | * Updating sizes for teams sidebar * PLT-4641 - Rearranging notification option * PLT-4504 - Updating styles for Oauth apps * PLT-4852 - Updating font size for lists * Fix for the unread indicator with teams sidebar