]> cat aescling's git repositories - mastodon.git/commit
Fix incorrect use of old WebUI paths (#16773)
authorClaire <claire.github-309c@sitedethib.com>
Mon, 27 Sep 2021 05:24:04 +0000 (07:24 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 05:24:04 +0000 (07:24 +0200)
commit6b19e1e632491117bb1d3458fff31cd353b761b7
treed6edb85a7777cd46b0d1018c7fafa5674c067248
parent11502ae46e4813bc23aeb5d03093a01d53991ab8
Fix incorrect use of old WebUI paths (#16773)

* Fix incorrect use of old WebUI paths

PR #16171 renamed some routes but missed some occurrences.
Without #16772, this leads to unreachable routes in those cases.

* Fix floating action button being displayed on statuses and compose screen
app/javascript/mastodon/features/direct_timeline/components/conversation.js
app/javascript/mastodon/features/follow_recommendations/components/account.js
app/javascript/mastodon/features/follow_recommendations/index.js
app/javascript/mastodon/features/ui/components/columns_area.js