]> cat aescling's git repositories - mastodon.git/commit
Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 15 Dec 2020 11:56:43 +0000 (12:56 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 11:56:43 +0000 (12:56 +0100)
commit1f564051b6b447e3663852c482982b3ff5a2f238
tree97e9d7b5d77971e1ad9013247e4c64b1c3a3b58d
parent1045549f85041b13002801808b30a332c3a68c61
Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573)
12 files changed:
app/helpers/statuses_helper.rb
app/javascript/mastodon/components/autosuggest_input.js
app/javascript/mastodon/components/autosuggest_textarea.js
app/javascript/mastodon/components/status_content.js
app/javascript/mastodon/features/compose/components/reply_indicator.js
app/javascript/mastodon/rtl.js [deleted file]
app/javascript/styles/mailer.scss
app/javascript/styles/mastodon/components.scss
app/views/notification_mailer/_status.html.haml
app/views/statuses/_detailed_status.html.haml
app/views/statuses/_simple_status.html.haml
spec/helpers/statuses_helper_spec.rb