summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5122 - Switching to circular status icons (#5049)Asaad Mahmood2017-01-301-36/+0
| | | | | | | | | | * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
* 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
* PLT-5179 - Fixing modal overflow for autocomplete (#5002)Asaad Mahmood2017-01-091-5/+0
| | | | | | * PLT-5179 - Fixing modal overflow for autocomplete * PLT-5171 - Fixing search bar popover behaviour
* Bug fixes for search and direct messages (#4986)Asaad Mahmood2017-01-061-34/+17
| | | | | | * PLT-5145 - Fixing search popover on mobile * PLT-5093 - Fixing direct messages list height
* Revert "Ui fixes" (#4963)Joram Wilander2017-01-041-12/+27
|
* Made Edit Post Modal autocomplete always attach to the bottom of the ↵Harrison Healey2017-01-041-4/+6
| | | | textarea (#4956)
* Ui fixes (#4917)Asaad Mahmood2016-12-301-27/+12
| | | | | | | | * PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
* PLT-4943: Warn when editing a message > 4000 chars (#4789)Nick Frazier2016-12-211-0/+15
| | | | | | | | | | * added basic functionality * css fixes * css fixes part II: electric boogaloo * removed css interference with theme changes, for this and post length error
* PLT-4815 Refactor 'More Channels' modal into the new modal pattern (#4742)Joram Wilander2016-12-151-0/+1
| | | | | | | | * Refactor 'More Channels' modal into the new modal pattern * Fix unit test * Readded CSS changes
* Multiple UI fixes and improvements (#4572)Asaad Mahmood2016-11-171-1/+1
| | | | | Reverting switch teams code Fixing change css function
* PLT-4609 - Fixing list modals on mobile (#4536)Asaad Mahmood2016-11-111-13/+29
| | | | | | * PLT-4609 - Fixing list modals on mobile * PLT-4609 - Adjust more modal height
* PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea ↵Harrison Healey2016-11-041-1/+1
| | | | | | | | | | | | | | | | 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
* Minor UI improvements (#4431)Asaad Mahmood2016-11-021-0/+4
|
* Multiple UI Improvements (#4420)Asaad Mahmood2016-11-021-3/+3
|
* Minor UI fixes (#4372)Asaad Mahmood2016-10-281-1/+3
|
* Shift UI changes (#4353)Asaad Mahmood2016-10-271-0/+1
| | | | | | * Shift UI changes * Reverting config.json
* Updating shift UI changes (#4326)Asaad Mahmood2016-10-271-0/+6
| | | | | | | | * Updating shift UI changes * Adding border to last account settings item * Fixing modals
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#4200)Asaad Mahmood2016-10-121-1/+5
| | | | | | * Multiple UI Improvements * Adjusting return to call position on mobile
* Multiple UI Improvements (#4117)Asaad Mahmood2016-09-291-0/+4
|
* PLT-3455 More channels filter (#4022)enahum2016-09-151-1/+8
|
* PLT-3982 Add statuses to profile pictures in the RHS and popover member list ↵Joram Wilander2016-08-221-2/+6
| | | | | | | | | | (#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-19/+29
| | | | | | | | | | * 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-3838 Remove close button shadow in modals (#3809)phrix322016-08-171-0/+1
|
* PLT-3817 - Updating flag icon (#3750)Asaad Mahmood2016-08-081-0/+1
| | | | | | | | | | * Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
* Online status in all modals (#3617)samogot2016-07-291-1/+22
| | | | | | | | * add wrapper to modal avatar image which show small round indicator of online/away status of member in all modals * add offline indicator * the color of the status indicators follow the theme
* Change view image modal loading text to be visible (#3581)Harrison Healey2016-07-141-1/+1
|
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-161-2/+8
| | | | | Updating word break Updating improvements for about modal
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-141-20/+10
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-061-0/+15
| | | | | | | | | | | | | | (#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
* Adding compact layout (#2991)Asaad Mahmood2016-05-161-2/+2
| | | | | | * Adding compact layout * Fixing ESLint error
* DM and Modal changes (#2927)Asaad Mahmood2016-05-091-7/+20
| | | | | | * DM and Modal changes * Fixing image previews
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-0/+15
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* Fixing icon on invite members modal (#2720)Asaad Mahmood2016-04-141-1/+1
|
* Minor Ui Improvements (#2713)Asaad Mahmood2016-04-141-1/+1
|
* Multiple UI changes (#2699)Asaad Mahmood2016-04-131-66/+66
| | | | | | | | | | * Adding the sidebar fix * Fixing inner-wrap before outside the app * PLT-2560 - Fixing userlist in system console * Removing sidebar stuff
* Added min/max height to edit post modal and allowed suggestion list to ↵Harrison Healey2016-04-111-5/+10
| | | | overflow (#2674)
* PLT-2549 - Improvements to theme stuff (#2657)Asaad Mahmood2016-04-071-399/+403
|
* Multiple UI ImprovementsAsaad Mahmood2016-04-061-33/+1
| | | | | | * Multiple UI Improvements * Adding app_body behind missing classes
* Improvements to preview textarea and about modalAsaad Mahmood2016-03-311-0/+32
|
* Multiple UI improvementsAsaad Mahmood2016-03-231-0/+1
|
* Created component CodePreviewRodrigo Corsi2016-03-171-1/+15
|
* Updating asss lint stuff with other scss improvementsAsaad Mahmood2016-03-171-131/+126
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+508