summaryrefslogtreecommitdiffstats
path: root/api/command_expand_collapse.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-2/+3
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* gh-4759 add system message feedbak for expand/collapse command (#4761)Yusuke Nemoto2016-12-111-5/+14
|
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-091-2/+2
| | | | | | | | | | | | | | | | | | | | | * PLT-1598 Slash command works in RHS * fix UserProfile in the reply for Slash Command * fix some problem about the system messages in RHS * system message in RHS isn't displayed as comment for root message * remove status indicator for system message in RHS * system message in RHS is colored to grey * system messages don't count as commented post * fix bug about cleaning draft in RHS * remove unnecessary function * implement new model for executing command
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-1/+1
| | | | | | * PLT-3734 Cleaning up shouldSendEvent function * Fix LHS unread highlight and jewel mentions
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-1/+1
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-0/+77
* Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting