summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
Commit message (Collapse)AuthorAgeFilesLines
...
* Ui fixes (#4917)Asaad Mahmood2016-12-301-20/+15
| | | | | | | | * PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
* Add error to RHS reply box for messages > 4000 chars, consistent with create ↵Nick Frazier2016-12-262-0/+9
| | | | | | | | | | | | | | post and edit post errors (#4871) * functionality * CSS updates * cleanup * moved message length checks to Textbox component * cleanup
* PLT-3782 Do not move the "@" sign and flag icon to the left of search bar ↵khawerrind2016-12-222-0/+13
| | | | | | | | | | | | | | when opening the right hand sidebar (#4850) * do not move the mention & flag button to the left of the search box when in search mode * fixed the margin & padding issues of the search box * fixed the member icon positioning issue and the expanded sidebar toggle issue * fixed remaining bugs when sidebar is in expanded mode * changed propTypes from func to bool
* PLT-4943: Warn when editing a message > 4000 chars (#4789)Nick Frazier2016-12-211-7/+3
| | | | | | | | | | * added basic functionality * css fixes * css fixes part II: electric boogaloo * removed css interference with theme changes, for this and post length error
* Fixing unreads on mobile (#4845)Asaad Mahmood2016-12-201-3/+3
|
* Multiple UI improvements (#4835)Asaad Mahmood2016-12-191-10/+7
| | | | | | | | | | | | * 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
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-4815 Refactor 'More Channels' modal into the new modal pattern (#4742)Joram Wilander2016-12-151-23/+17
| | | | | | | | * Refactor 'More Channels' modal into the new modal pattern * Fix unit test * Readded CSS changes
* PLT-4901 - Fixing info popover (#4792)Asaad Mahmood2016-12-141-2/+12
| | | | | | | | * 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-142-10/+10
| | | | | | | | | | * 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-0/+5
| | | | | | | | | | * 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
* [PLT-4318] Display a message when post is over 4000 characters (#4687)Nick Frazier2016-12-061-0/+6
| | | | | | | | | | | | | | | | | | * 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-061-28/+21
| | | | | | * Multiple UI Improvements * Reverting modal animation
* Multiple UI improvements (#4671)Asaad Mahmood2016-11-291-11/+34
| | | | | | | PLT-4638 - Removing close buttons from modals Updating UI for filter and search on mobile Reverting utils
* Multiple UI improvements (#4628)Asaad Mahmood2016-11-222-2/+29
|
* Multiple UI fixes and improvements (#4572)Asaad Mahmood2016-11-171-34/+98
| | | | | Reverting switch teams code Fixing change css function
* Merge branch 'release-3.5'Christopher Speller2016-11-141-25/+70
|\
| * PLT-4609 - Fixing list modals on mobile (#4536)Asaad Mahmood2016-11-111-2/+28
| | | | | | | | | | | | * PLT-4609 - Fixing list modals on mobile * PLT-4609 - Adjust more modal height
| * PLT-4602 Fix misaligned close button and fix Android icon rendering bug (#4492)Kai Faust2016-11-091-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4602 Fix horizontal alignment for .close__button Reduce negative left margin to fix miscalculated center-positioning. * PLT-4602 Fix dropdown close icon rendering bug on Android The combination of using a unicode character and a pseudo element was too problematic, so I added a new custom icon svg CLOSE_ICON that renders consistently on all browsers. * PLT-4602 Use font-family fix, remove <svg> You were correct @hmhealey, the problem was that the unicode characters were rendering as different fonts: Open Sans and Helvetica Neue!
| * PLT-4546 Welcome/tutorial screens have messed up layout at a width of 320px ↵David Meza2016-11-081-3/+23
| | | | | | | | (iPhone 5 size) or less (#4476)
* | PLT-4609 - Fixing list modals on mobile (#4453)Asaad Mahmood2016-11-081-2/+7
|/ | | | | | | | | | | | | | | | | | | | | | * PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import Removing Utils Removing memberlist style prop Removing blank line * Removing height code from team members modal
* PLT-4459 Fixed not being able to scroll on mobile after autocomplete is ↵Harrison Healey2016-11-041-8/+0
| | | | | | | | shown (#4464) * Fixed not being able to scroll on mobile after autocomplete is shown * Fixed SuggestionLists not being scrollable on iOS
* Updating UI fixes (#4437)Asaad Mahmood2016-11-033-47/+77
|
* Multiple UI Improvements (#4420)Asaad Mahmood2016-11-022-1/+31
|
* Minor UI fixes (#4372)Asaad Mahmood2016-10-281-4/+4
|
* Shift UI changes (#4353)Asaad Mahmood2016-10-271-41/+48
| | | | | | * Shift UI changes * Reverting config.json
* Updating shift UI changes (#4326)Asaad Mahmood2016-10-271-8/+56
| | | | | | | | * Updating shift UI changes * Adding border to last account settings item * Fixing modals
* Updating shift UI changes (#4317)Asaad Mahmood2016-10-241-1/+135
|
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve performance on sendNotifications * Fix SQL queries * Remove get direct profiles, not needed anymore * Add raw data to error details if AppError fails to decode * men * Fix decode (#4052) * Fixing json decode * Adding unit test * Initial work for client scaling (#4051) * Begin adding paging to profiles API * Added more paging functionality * Finish hooking up admin console user lists * Add API for searching users and add searching to all user lists * Add lazy loading of profiles * Revert config.json * Fix unit tests and some style issues * Add GetProfilesFromList to Go driver and fix web unit test * Update etag for GetProfiles * Updating ui for filters and pagination (#4044) * Updating UI for pagination * Adjusting margins for filter row * Adjusting margin for specific modals * Adding relative padding to system console * Adjusting responsive view * Update client user tests * Minor fixes for direct messages modal (#4056) * Remove some unneeded initial load calls (#4057) * UX updates to user lists, added smart counts and bug fixes (#4059) * Improved getExplicitMentions and unit tests (#4064) * Refactor getting posts to lazy load profiles correctly (#4062) * Comment out SetActiveChannel test (#4066) * Profiler cpu, block, and memory profiler. (#4081) * Fix TestSetActiveChannel unit test (#4071) * Fixing build failure caused by dependancies updating (#4076) * Adding profiler * Fix admin_team_member_dropdown eslint errors * Bumping session cache size (#4077) * Bumping session cache size * Bumping status cache * Refactor how the client handles channel members to be large team friendly (#4106) * Refactor how the client handles channel members to be large team friendly * Change Id to ChannelId in ChannelStats model * Updated getChannelMember and getProfilesByIds routes to match proposal * Performance improvements (#4100) * Performance improvements * Fixing re-connect issue * Fixing error message * Some other minor perf tweaks * Some other minor perf tweaks * Fixing config file * Fixing buffer size * Fixing web socket send message * adding some error logging * fix getMe to be user required * Fix websocket event for new user * Fixing shutting down * Reverting web socket changes * Fixing logging lvl * Adding caching to GetMember * Adding some logging * Fixing caching * Fixing caching invalidate * Fixing direct message caching * Fixing caching * Fixing caching * Remove GetDirectProfiles from initial load * Adding logging and fixing websocket client * Adding back caching from bad merge. * Explicitly close go driver requests (#4162) * Refactored how the client handles team members to be more large team friendly (#4159) * Refactor getProfilesForDirectMessageList API into getAllProfiles API * Refactored how the client handles team members to be more large team friendly * Fix js error when receiving a notification * Fix JS error caused by current user being overwritten with sanitized version (#4165) * Adding error message to status failure (#4167) * Fix a few bugs caused by client scaling refactoring (#4170) * When there is no read replica, don't open a second set of connections to the master database (#4173) * Adding connection tacking to stats (#4174) * Reduce DB writes for statuses and other status related changes (#4175) * Fix bug preventing opening of DM channels from more modal (#4181) * Fixing socket timing error (#4183) * Fixing ping/pong handler * Fixing socket timing error * Commenting out status broadcasting * Removing user status changes * Removing user status changes * Removing user status changes * Removing user status changes * Adding DoPreComputeJson() * Performance improvements (#4194) * * Fix System Console Analytics queries * Add db.SetConnMaxLifetime to 15 minutes * Add "net/http/pprof" for profiling * Add FreeOSMemory() to manually release memory on reload config * Add flag to enable http profiler * Fix memory leak (#4197) * Fix memory leak * removed unneeded nil assignment * Fixing go routine leak (#4208) * Merge fixes * Merge fix * Refactored statuses to be queried by the client rather than broadcast by the server (#4212) * Refactored server code to reduce status broadcasts and to allow getting statuses by IDs * Refactor client code to periodically fetch statuses * Add store unit test for getting statuses by ids * Fix status unit test * Add getStatusesByIds REST API and move the client over to use that instead of the WebSocket * Adding multiple threads to websocket hub (#4230) * Adding multiple threads to websocket hub * Fixing unit tests * Fixing so websocket connections from the same user end up in the same… (#4240) * Fixing so websocket connections from the same user end up in the same list * Removing old comment * Refactor user autocomplete to query the server (#4239) * Add API for autocompleting users * Converted at mention autocomplete to query server * Converted user search autocomplete to query server * Switch autocomplete API naming to use term instead of username * Split autocomplete API into two, one for channels and for teams * Fix copy/paste error * Some final client scaling fixes (#4246) * Add lazy loading of profiles to integration pages * Add lazy loading of profiles to emoji page * Fix JS error when receiving post in select team menu and also clean up channel store
* Multiple UI Improvements (#4253)Asaad Mahmood2016-10-181-8/+33
| | | | | Reverting config Reverting config.json
* Multiple UI Improvements (#4200)Asaad Mahmood2016-10-121-0/+7
| | | | | | * Multiple UI Improvements * Adjusting return to call position on mobile
* Minor bug fixes (#4172)Asaad Mahmood2016-10-061-0/+4
|
* Multiple UI Improvements (#4117)Asaad Mahmood2016-09-291-0/+9
|
* Renamed NavbarDropdown to SidebarHeaderDropdown and switched it to ↵Harrison Healey2016-09-291-1/+1
| | | | react-bootstrap (#4109)
* Multiple UI Improvements (#4069)Asaad Mahmood2016-09-261-0/+2
| | | | | | | | | | | 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-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* PLT-3455 More channels filter (#4022)enahum2016-09-151-1/+2
|
* Ui improvements (#3963)Asaad Mahmood2016-09-061-0/+12
| | | | | | | | | | * PLT-4061 - Updating pdf preview pages message * PLT-4063 - Fixing spacing for LDAP button * PLT-3837 - Showing reply button on mobile in the RHS * PLT-4046 - Cantering tutorial on older mobile versions
* PLT-1831 Add statuses to centre channel profile pictures (#3826)Joram Wilander2016-08-191-2/+2
| | | | | | | | | | * 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-3642 Add PDF previewer (#3812)Joram Wilander2016-08-181-1/+2
| | | | | | * Added a PDF previewer * PLT-3900 - Improving UI for the pdf max pages (#3800)
* PLT-3760 - Fixing tutorial positioning on mobile (#3783)Asaad Mahmood2016-08-111-0/+8
|
* PLT-3817 - Updating flag icon (#3750)Asaad Mahmood2016-08-081-2/+0
| | | | | | | | | | * Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
* PLT-2036 - Enabling popover on mobile (#3742)Asaad Mahmood2016-08-042-2/+4
|
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-042-5/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-0/+17
| | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
* Multiple Ui improvements (#3678)Asaad Mahmood2016-08-011-3/+19
| | | | | | | | * Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens
* PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)Asaad Mahmood2016-07-141-12/+42
| | | | | | | | | | | | | | * 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
* Submitting an improvement for the post control in consecutive messages (#3519)Asaad Mahmood2016-07-071-0/+6
|
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-052-40/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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