Commit Graph

236 Commits

Author SHA1 Message Date
Asaad Mahmood
fe84def817 Multiple UI Improvements 2015-12-15 21:12:19 +05:00
Corey Hulen
412b45431a Merge pull request #1652 from hmhealey/plt1319
PLT-1319 Fixed direct channels not being visible when no actual channel exists
2015-12-11 06:40:37 -08:00
Christopher Speller
e80129a0e9 Revert "add helper method to add ephemeral messages; also switch 'delete mess…" 2015-12-10 08:32:30 -05:00
Florian Orben
99d79eee56 add helper method to add ephemeral messages; also switch 'delete message' to this new method 2015-12-09 22:29:54 +01:00
JoramWilander
699230bb3f Fix OEmbeds when switching channel, vine/soundcloud heights, and youtube embeds 2015-12-09 12:24:34 -05:00
hmhealey
c55e7895d9 Changed Sidebar direct channel list to be driven by preferences 2015-12-08 09:45:21 -05:00
Asaad Mahmood
901b830f2d Multiple UI Improvements 2015-12-07 21:18:03 +05:00
Corey Hulen
7aab27c8ec Merge pull request #1623 from mattermost/fixed-height-embeds
Fix embeds and add default fixed height
2015-12-04 15:22:21 -08:00
Corey Hulen
1bee1e06e4 Merge pull request #1613 from florianorben/PLT-1326
PLT-1326: Enable channel posts of type join or leave not trigger unread notifications
2015-12-04 11:30:50 -08:00
JoramWilander
975074b2ae Fix embeds and add default fixed height 2015-12-04 12:28:46 -05:00
Asaad Mahmood
62ee998714 Multiple UI Improvements 2015-12-04 19:19:21 +05:00
Florian Orben
14d1ec5191 PLT-1326: Enable channel posts of type join or leave not trigger unread notifications 2015-12-04 02:07:47 +01:00
hmhealey
ea46790fd2 Changed font changing code to use jquery to fix Safari weirdness 2015-12-03 16:30:45 -05:00
Christopher Speller
e92695c4a4 Merge pull request #1579 from hmhealey/plt1298
PLT-1298 Converted Command and @Mention autocomplete to new suggestion components
2015-12-03 08:23:43 -05:00
Christopher Speller
eddd4e0fc4 Merge pull request #1554 from florianorben/emoji_style
Allow to switch between default and emoji-one emoji style
2015-12-03 08:18:33 -05:00
Asaad Mahmood
c8cc46f6e0 Multiple UI Improvements 2015-12-02 22:51:48 +05:00
JoramWilander
13e55cd8ec Stop firefox from crashing due to fonts 2015-12-02 12:11:55 -05:00
Christopher Speller
2aa78002fe Merge pull request #1535 from florianorben/PLT-1233
PLT-1233: "Display Font" option in Account Settings > Display
2015-12-02 10:18:42 -05:00
Florian Orben
8a39d160f6 switch to only use emoji one smileys; remove setting to switch 2015-12-01 22:41:06 +01:00
Florian Orben
c111777f85 Allow to switch between default and emoji-one emoji style 2015-12-01 22:41:06 +01:00
hmhealey
a5080ed6b1 Cleaned up styling for command and at mention suggestions 2015-12-01 16:27:22 -05:00
Asaad Mahmood
179451b1ac Multiple UI Improvements 2015-12-01 23:20:12 +05:00
Reed Garmsen
478af4bf75 Enabled name display settings in more places 2015-12-01 08:21:58 -08:00
JoramWilander
0b3be654a2 Fix webhook post aggregation and pending/failed post aggregation 2015-11-30 14:15:28 -05:00
Florian Orben
42bf8173bd PLT-1233: "Display Font" option in Account Settings > Display 2015-11-28 02:54:04 +01:00
Florian Orben
61a35066b6 rename 'featureToggle' to 'isFeatureEnable' and move definition of available prerelease-features to constants.jsx 2015-11-27 23:17:45 +01:00
Florian Orben
6e1e5f7ae4 only show advanced settings section if there are any pre-release features 2015-11-27 23:17:45 +01:00
Florian Orben
abec097da1 PLT-1125: allow to toggle features in frontend 2015-11-27 23:17:45 +01:00
hmhealey
6237631a85 Ported EditChannelModal to React-Bootstrap 2015-11-23 10:53:06 -05:00
Christopher Speller
9e8cd93790 Implementing Permalinks and jumping to post from search. Performance
improvements.
2015-11-23 09:53:15 -05:00
Christopher Speller
55b831e4e1 Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package system. 2015-11-19 21:12:56 -05:00
Asaad Mahmood
094728a809 Multiple UI Improvements 2015-11-19 20:18:38 +05:00
Asaad Mahmood
ade5802ed1 Posts structure improvement 2015-11-19 01:11:06 +05:00
hmhealey
a4267471a5 Converted DeletePostModal to React-Bootstrap 2015-11-18 08:50:49 -05:00
Asaad Mahmood
b1ce1a8923 Multiple UI Improvements 2015-11-16 20:01:14 +05:00
JoramWilander
50815f9be7 Rename areStatesEqual to areObjectsEqual and make it more comprehensive and accurate. 2015-11-12 11:19:59 -05:00
Asaad Mahmood
186ab11c57 Updating UI for search autocomplete 2015-11-06 21:17:47 +05:00
Joram Wilander
1ecad4301e Merge pull request #1327 from florianorben/PLT-857-2
PLT-857: Support `attachments` for Incoming Webhooks
2015-11-06 09:05:32 -05:00
Joram Wilander
6417d4728d Merge pull request #1321 from hmhealey/plt911
PLT-911 Search autocomplete improvements
2015-11-06 08:13:03 -05:00
Florian Orben
d3ed791ab5 attachments frontend 2015-11-05 23:33:21 +01:00
=Corey Hulen
3c16cffea2 Switching to mp3 2015-11-05 13:18:30 -08:00
hmhealey
e29342d426 Moved public and private channels into separate sections in the search autocomplete 2015-11-05 14:12:31 -05:00
=Corey Hulen
a28441be7e PLT-1040 changing ding 2015-11-05 10:23:06 -08:00
JoramWilander
c41dd77b29 Only allow one ding every 3s 2015-11-05 10:44:38 -05:00
Christopher Speller
40eea5b5e3 Merge pull request #1308 from asaadmahmoodspin/plt-960
Plt 960 - Moving code themes into custom themes
2015-11-05 07:31:37 -05:00
Reed Garmsen
4897997025 Removed old code theme selector and fixed some issues 2015-11-04 14:58:21 -08:00
Asaad Mahmood
2cf2b9b2a6 Making tutorial buttons and tutorial circles consistent 2015-11-04 22:37:26 +05:00
Joram Wilander
d9c7fce077 Merge pull request #1279 from rgarmsen2295/plt-743
PLT-741/743 Adds additional checks when sorting channels/teams by display name
2015-11-04 07:51:49 -05:00
Asaad Mahmood
38fd4acebd Adding browser functions in utilis and calling them in settings_sidebar 2015-11-03 21:56:18 +05:00
Asaad Mahmood
c49f3b3956 Multiple UI changes 2015-11-03 19:56:46 +05:00