Commit Graph

133 Commits

Author SHA1 Message Date
Joram Wilander
4a3003c0dc Merge pull request #116 from nickago/MM-1341
MM-1341 mention auto-complete now goes away if you move off it's specific textbox
2015-07-03 15:05:33 -04:00
Reed Garmsen
1a1b29ee6c Restructured logic to flow more naturally and be cleaner 2015-07-02 16:38:34 -07:00
Reed Garmsen
483b37a64f Added logic for loading animation to appear when posts have yet to be loaded. Added markup necessary for loading animation css. Removed a file that was no longer needed for the design. 2015-07-02 14:54:33 -07:00
Reed Garmsen
d5d9481c0f Added new files for adding new loading animation 2015-07-02 14:54:33 -07:00
Asaad Mahmood
ea1ef222b7 MM-1319 - Copy link and background change 2015-07-18 01:52:37 +05:00
Corey Hulen
a3db8e83f6 Merge pull request #123 from asaadmahmoodspin/mm-1426
MM-1426 - Updating UI
2015-07-02 11:16:22 -08:00
Asaad Mahmood
97c112c427 Changing var currentUser in post_right 2015-07-17 23:56:27 +05:00
Asaad Mahmood
07601d6561 Changing var name from currentUser to currentUserCss 2015-07-17 23:43:36 +05:00
asaadmahmoodspin
74cfb65be1 Merge pull request #2 from rgarmsen2295/mm-1453
MM-1453 Added additional class to the markup indicating if the post came from the current user
2015-07-02 23:18:00 +05:00
Asaad Mahmood
764bd97bc7 Improving modal UI 2015-07-17 23:10:10 +05:00
Asaad Mahmood
665dff3f6d Improving channel notifications 2015-07-17 22:09:25 +05:00
Reed Garmsen
9fca35cad5 Added additional class to the markup indicating if the post came from the current user 2015-07-02 11:13:38 -07:00
Reed Garmsen
801cac46a9 Changed valet title and description for clarity 2015-07-02 09:02:47 -07:00
Joram Wilander
bd9b038c00 Merge pull request #118 from nickago/MM-1363
Mm 1363 Limit uploads to only JPEGs for profile pictures
2015-07-02 08:20:41 -04:00
Corey Hulen
3757bc85fb Merge pull request #115 from nickago/MM-1425
MM-1425 Facelifted "direct message" to "private message"
2015-07-01 22:21:09 -08:00
nickago
855f3d3630 Changed ordering of steps for upload to imporve asthetic 2015-07-01 17:04:10 -07:00
nickago
6f83b0fd2c Restricted profile picture uploads to just JPEGs 2015-07-01 16:04:18 -07:00
nickago
fd310e382a Finally fixed the git weirdness 2015-07-01 12:41:36 -07:00
nickago
d47c86b921 Removed a change originally made for a prior fix tactic 2015-07-01 11:14:18 -07:00
nickago
0967e1fd01 Fixed click response 2015-07-01 11:08:55 -07:00
nickago
26560b5fc6 Inital attempt at active element checking 2015-07-01 09:53:32 -07:00
nickago
27eeabafe0 Facelifted "direct message" to "private message" 2015-07-01 09:48:39 -07:00
nickago
018f6d96ba Aligned front end and back end domain requirements 2015-06-30 12:08:53 -07:00
Christopher Speller
7a7be75e74 Merge pull request #109 from nickago/MM-1289
Mm 1289 Now sorts extra channel members lexigraphically
2015-06-30 14:06:00 -04:00
Christopher Speller
aa023c8b08 Merge pull request #108 from rgarmsen2295/mm-1309
MM-1309 Fixed grammmatical issue in error message
2015-06-30 14:03:23 -04:00
Joram Wilander
a00b4e00ad Merge pull request #106 from mattermost/mm-1119
fixes mm-1119 adds @all and @channel mention capabilites
2015-06-30 11:58:22 -04:00
nickago
4022ab5ce0 Added extra precaution to avoid null error 2015-06-30 07:59:31 -07:00
nickago
ab154d50ea MM-1289 Now sorts users in lexigraphical order in extra members popover 2015-06-30 07:47:46 -07:00
Reed Garmsen
c1d1386122 Fixed grammmatical issue in error message 2015-06-30 07:46:43 -07:00
Christopher Speller
3943d6a209 Revert "MM-1289 Sorted the channel members popover lexigraphically" 2015-06-30 10:23:46 -04:00
JoramWilander
495b0e4523 add default icon for non-user autocompletes 2015-06-30 08:42:08 -04:00
Christopher Speller
236f7a9bd2 Merge pull request #101 from rgarmsen2295/mm-983
MM-983 Fixed file preview removal in IE10
2015-06-30 08:07:13 -04:00
Christopher Speller
ae86eab289 Merge pull request #91 from nickago/MM-1289
MM-1289 Sorted the channel members popover lexigraphically
2015-06-30 08:06:05 -04:00
Joram Wilander
884df23881 Merge pull request #103 from nickago/MM-1293
MM-1293 Updated file display key to avoid child flattening
2015-06-30 08:03:58 -04:00
nickago
351068491e Changed the style of key-assignment to allow for more assured variance 2015-06-29 17:19:00 -07:00
nickago
6df00cadb5 Updated file display key to avoid child flattening 2015-06-29 17:06:04 -07:00
nickago
e41e7a27cf Added semicolons 2015-06-29 15:27:53 -07:00
nickago
9afbc9c206 Sorted the channel members popover lexigraphically 2015-06-29 15:25:51 -07:00
Reed Garmsen
0dd73fb9b3 Changed file preview removal from using dataset which is unsupported in ie10 to using the getAttribute method which is backwards and forwards compatible 2015-06-29 15:04:08 -07:00
JoramWilander
2d3ef0b051 @all and @channel now auto-complete 2015-06-29 15:20:49 -04:00
JoramWilander
7b7e73fb92 added team-wide and channel-wide mentions 2015-06-29 14:37:59 -04:00
JoramWilander
72d54e427c add intro text specific to off-topic channel 2015-06-29 10:31:56 -04:00
JoramWilander
366557b101 rebase touch-ups 2015-06-29 08:10:59 -04:00
JoramWilander
ffe1e36a55 make channel notifications modal visible in mobile mode 2015-06-29 07:52:12 -04:00
JoramWilander
2b4888d062 fixes mm-1316 improves channel notifications UI and updates channellist etag 2015-06-29 07:45:12 -04:00
Joram Wilander
afb62bb40a Merge pull request #93 from rgarmsen2295/mm-1317
MM-1317 Fixed typo in team domain look-up page
2015-06-29 07:43:19 -04:00
Joram Wilander
bcc48ae210 Merge pull request #87 from asaadmahmoodspin/settings-ui
Updating settings UI
2015-06-29 07:42:06 -04:00
Joram Wilander
a1448a4e26 Merge pull request #79 from asaadmahmoodspin/master
Improving image preview modal and channel info modal
2015-06-29 07:41:44 -04:00
Reed Garmsen
2cd5f3629f Fixed typo in team domain look-up page 2015-06-28 19:36:41 -07:00
Corey Hulen
bf8511fa47 Merge pull request #83 from ralder/fix-broken-mailto-user-popover
gui: Fix broken mailto link in user-popover
2015-06-27 21:50:30 -08:00