Commit Graph

13 Commits

Author SHA1 Message Date
ef4b9f98c1 FEATURE: Allow admins to reply without topic bump 2018-08-10 10:48:30 +10:00
3fc82bf200 FIX: adds a title to composer actions header 2018-06-18 19:01:37 +02:00
03a7d532cf DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
7232a6e5a9 FIX: do not show composer actions if irrelevant 2018-05-23 18:25:58 +02:00
d48542796e FIX: select-kit refactoring
- improve mini-tag-chooser keyboard behavior
- all multil select now respond to select all and left/right arrows
- improve events handling
- many minor tweaks
2018-03-22 11:29:55 +01:00
b9abd7dc9e FEATURE: Shared Drafts
This feature can be enabled by choosing a destination for the
`shared drafts category` site setting.

* Staff members can create shared drafts, choosing a destination
category for the topic when it is published.

* Shared Drafts can be viewed in their category, or above the
topic list for the destination category where it will end up.

* When the shared draft is ready, it can be published to the
appropriate category by clicking a button on the topic view.

* When published, Drafts change their timestamps to the current
time, and any edits to the original post are removed.
2018-03-20 17:15:26 -04:00
b0eed424f7 FIX: continue discussion when creating new topic from composer-actions 2018-02-14 10:32:46 +01:00
2faa4c2f5f FIX: Don't show personal messages if disabled as a composer action 2018-02-09 16:58:35 -05:00
8c89f5704d FIX: makes sure we display whisper if we don’t have a post 2018-02-08 14:18:53 +01:00
190d208631 FEATURE: improves composer-actions toggle menu
* only toggles
* fix a bug with presence
* more tests
* do not duplicate `continuing discussion...` text
* persist state to allow switching between toggles
2018-02-08 11:46:55 +01:00
f7df68c9a3 FIX: makes composer-actions toggling whisper instead of replying 2018-02-01 23:07:37 +01:00
97ddaeeae8 FIX: use css instead of js to fix select-kit-collection max-height 2018-02-01 16:56:07 +01:00
9923829402 FEATURE: Menu toggle for different reply modes
Allow users to access different reply modes from the composer.

Actions introduced:

- reply_as_new_topic
- reply_as_private_message
- reply_to_topic
- reply_as_whisper/not
2018-02-01 16:42:56 +01:00