summaryrefslogtreecommitdiffstats
path: root/web/sass-files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Changed post menu label to be ... and to make it visible at all times on ↵hmhealey2015-07-211-0/+10
| | | | | | | | | | | | small screens (ie mobile devices)
| * | Changed post menu label to just be [...] regardless of whether or not the ↵hmhealey2015-07-211-4/+1
| |/ | | | | | | user is hovering over it
* | Merge pull request #200 from mattermost/mm-1356Corey Hulen2015-07-212-3/+6
|\ \ | |/ |/| MM-1356 Changing team URLs from team.domain.com to domain.com/team
| * Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-202-3/+6
| | | | | | | | | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* | mm-1631 - Fixing image previewer bugAsaad Mahmood2015-07-211-0/+6
| |
* | Added channel name to RHS comment threads; minor css changes to compensate ↵Reed Garmsen2015-07-191-1/+6
|/ | | | for addition
* Merge pull request #192 from nickago/MM-1079Corey Hulen2015-07-171-0/+6
|\ | | | | MM-1079 Changed hover effect for menu
| * Changed javascript to CSS methodnickago2015-07-171-0/+6
| |
* | Merge pull request #199 from asaadmahmoodspin/masterJoram Wilander2015-07-174-12/+19
|\ \ | |/ |/| Improving search header for mobile layouts and other UI changes
| * Improving search header for mobile layouts and other UI changesAsaad Mahmood2015-07-174-12/+19
| |
* | Merge pull request #193 from ralder/fix-manage-members-town-squareJoram Wilander2015-07-171-0/+1
|\ \ | |/ |/| [webui] remove admin's ability to manage members of default channel fixes (#172)
| * remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-0/+1
| |
* | MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-1710-10/+56
| |
* | Have arrow key selection working, but visually does not highlight correct ↵Reed Garmsen2015-07-161-0/+4
|/ | | | mention. Also if user continues to type things might get weird.
* Merge pull request #175 from ralder/fix-dispatchErrorJoram Wilander2015-07-163-9/+11
|\ | | | | [webui] fix incorrect call for AsyncClient.dispatchError
| * fix incorrect call for AsyncClient.dispatchErrorralder2015-07-133-9/+11
| |
* | Minor UI changesAsaad Mahmood2015-07-152-4/+4
| |
* | Merge pull request #168 from ralder/fix-loading-screen-for-ieJoram Wilander2015-07-142-42/+9
|\ \ | | | | | | [webui] fix loading animation for ie
| * | [webui] fix loading animation for ieralder2015-07-112-42/+9
| | |
* | | mm-1302 - Adding profile pick in LHS HeaderAsaad Mahmood2015-07-141-5/+22
| |/ |/|
* | Merge pull request #164 from ralder/fix-mentions-list-height-in-right-sidebarJoram Wilander2015-07-131-4/+5
|\ \ | |/ |/| [webui] fix incorrect height for mentions list for reply and edit textbox
| * [webui] fix incorrect height for mentions list for reply textboxralder2015-07-101-4/+5
| |
* | Merge pull request #159 from rgarmsen2295/mm-1269bCorey Hulen2015-07-101-0/+4
|\ \ | |/ |/| MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
| * Added errorchange listener to textbox that detects if inet is not connected. ↵Reed Garmsen2015-07-091-0/+4
| | | | | | | | Still do not have reliable way of checking if inet has reconnected
* | UI Improvements for RHSAsaad Mahmood2015-07-102-7/+12
| |
* | MM-1304 - Quick fix for error on welcome sign up pageAsaad Mahmood2015-07-101-3/+5
| |
* | Improving mentions list and other UI improvementsAsaad Mahmood2015-07-105-28/+51
|/
* Updating font size and margins for loading animationAsaad Mahmood2015-07-091-1/+2
|
* Updating Ui for postsAsaad Mahmood2015-07-092-66/+80
|