summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1318 from mattermost/plt-1025Christopher Speller2015-11-061-1/+5
|\ | | | | PLT-1025 Make dots in tutorial intro clickable and always at the same spot
| * Make dots in tutorial intro clickable and always at the same spotJoramWilander2015-11-051-1/+5
| |
* | PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-0/+4
| |
* | collapse text after 700 chars or 5 line breaksFlorian Orben2015-11-051-0/+3
| |
* | attachments frontendFlorian Orben2015-11-051-0/+71
| |
* | UI Improvements for Slack and post dropdownAsaad Mahmood2015-11-051-17/+21
| |
* | Merge pull request #1316 from asaadmahmoodspin/ui-improvementsHarrison Healey2015-11-051-1/+1
|\ \ | |/ |/| Modal improvements for members
| * Modal improvements for membersAsaad Mahmood2015-11-051-1/+1
| |
* | Merge pull request #1313 from mattermost/plt-992Joram Wilander2015-11-055-5/+12
|\ \ | |/ |/| PLT-992 / PLT-984 Fixed center channel height magic. Fixes tutorial.
| * Fixed center channel height magic. Fixes tutorialChristopher Speller2015-11-055-5/+12
| |
* | Merge pull request #1308 from asaadmahmoodspin/plt-960Christopher Speller2015-11-053-6/+11
|\ \ | | | | | | Plt 960 - Moving code themes into custom themes
| * | Updating UI for access history and access log modalsAsaad Mahmood2015-11-052-6/+2
| | |
| * | Updating code themesAsaad Mahmood2015-11-051-0/+9
| |/
* | Merge pull request #1298 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-043-8/+10
|\ \ | |/ |/| Multiple UI Improvements
| * Adding legacy pie clear fix instead of just clear fix to container-fluidAsaad Mahmood2015-11-041-1/+1
| |
| * Making tutorial buttons and tutorial circles consistentAsaad Mahmood2015-11-041-5/+0
| |
| * Fixing tutorial next button to be fixed at the bottomAsaad Mahmood2015-11-041-1/+8
| |
| * Fixing issues with memberList modalAsaad Mahmood2015-11-041-1/+1
| |
* | Merge pull request #1287 from hmhealey/plt382Christopher Speller2015-11-041-0/+4
|\ \ | |/ |/| PLT-382 Refactored some modals to use React-Bootstrap and added a confirmation when discarding theme changes
| * Ported UserSettingsModal to React-Bootstraphmhealey2015-11-021-0/+4
| |
* | UI Improvements for multiple ticketsAsaad Mahmood2015-11-043-36/+43
| |
* | Merge pull request #1290 from mattermost/fixed-embed-heightCorey Hulen2015-11-033-1/+12
|\ \ | | | | | | PLT-991 Fixing height of embeded images
| * | Fixing height of embeded imagesChristopher Speller2015-11-033-1/+12
| | |
* | | Multiple UI changesAsaad Mahmood2015-11-035-13/+28
|/ /
* | Merge pull request #1275 from mattermost/PLT-951Joram Wilander2015-11-021-1/+1
|\ \ | | | | | | PLT-951 PLT-972 fixing issues with team directory
| * | PLT-951 PLT-972 fixing issues with team directory=Corey Hulen2015-11-021-1/+1
| | |
* | | Updating tutorials UIAsaad Mahmood2015-11-022-1/+89
| | |
* | | Updating tutorial screensAsaad Mahmood2015-11-022-9/+109
| | |
* | | Add tutorial popoversJoramWilander2015-11-022-1/+22
| |/ |/|
* | Hooking up external componentsChristopher Speller2015-11-021-0/+12
| |
* | Refactoring center channelChristopher Speller2015-11-021-0/+3
| |
* | Creating hierarchyChristopher Speller2015-11-021-18/+14
|/
* correctly align channel header with sidebar headerFlorian Orben2015-10-313-2/+8
|
* Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-301-0/+28
|\ | | | | PLT-340 allow team directory and open invites
| * Merge branch 'master' into PLT-340=Corey Hulen2015-10-281-1/+0
| |\
| * | PLT-340=Corey Hulen2015-10-271-0/+28
| | |
* | | highlight code in markdown blocksFlorian Orben2015-10-291-0/+16
| | |
* | | Updating margin for paragraphsAsaad Mahmood2015-10-291-1/+7
| | |
* | | UI ImprovementsAsaad Mahmood2015-10-295-79/+107
| | |
* | | Merge pull request #1206 from florianorben/post_styleCorey Hulen2015-10-281-1/+2
|\ \ \ | | | | | | | | Change post paragraphs' line heights and margins for better readability
| * | | Change post paragraphs' line heights and margins for better readabilityFlorian Orben2015-10-281-1/+2
| |/ /
* | | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-281-1/+1
|\ \ \ | | | | | | | | PLT-600 Renamed channel description to channel header and added channel purpose field
| * | | Added ability to see/edit channel purpose in the clienthmhealey2015-10-271-1/+1
| | | |
| * | | Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-271-1/+1
| | | |
* | | | Multiple UI changesAsaad Mahmood2015-10-296-47/+51
| | | |
* | | | Merge branch 'master' of https://github.com/mattermost/platform into ↵Asaad Mahmood2015-10-291-16/+0
|\ \ \ \ | | | | | | | | | | | | | | | ui-improvements
| * | | | Revert "PLT-395: Add syntax highlighting to Markdown code blocks"Christopher Speller2015-10-281-16/+0
| | |_|/ | |/| |
* | | | Merge branch 'master' of https://github.com/mattermost/platform into ↵Asaad Mahmood2015-10-281-0/+56
|\| | | | | | | | | | | | | | | ui-improvements
| * | | PLT-25 fixing issues with stats page=Corey Hulen2015-10-271-1/+0
| | |/ | |/|
| * | Merge pull request #1190 from mattermost/PLT-25Corey Hulen2015-10-271-0/+57
| |\ \ | | |/ | |/| PLT-25 adding stats to admin console