]> cat aescling's git repositories - mastodon.git/commit
Feature: Direct message from Statuses (#7089)
authorEmelia Smith <ThisIsMissEm@users.noreply.github.com>
Mon, 9 Apr 2018 15:09:11 +0000 (17:09 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 9 Apr 2018 15:09:11 +0000 (17:09 +0200)
commit904a2479dd2085dfc94f33746ad6f7a755e72609
tree374190e579fc965e7e872c91bf5176119bf0a7ea
parente057c0e525692a7dcca188f254f043e3c77e1a8a
Feature: Direct message from Statuses (#7089)

* Fix: Switching between composing direct message and mention from menus

Previously clicking "direct message" followed by "mention" resulted in the composed status staying as "direct", along with weird spacing of items in the text area. This attempts to fix that.

* Fix: Add missing proptype check for onMention in Status component

* Add the ability to send a direct message to a user from the menu on Statuses

* Add space between "Embed" and "Mention" on expanded statuses menu
app/javascript/mastodon/components/status.js
app/javascript/mastodon/components/status_action_bar.js
app/javascript/mastodon/containers/status_container.js
app/javascript/mastodon/features/status/components/action_bar.js
app/javascript/mastodon/features/status/index.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/reducers/compose.js