You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
trwnh 6a147f8377 Fix the display of missing lists (#8523)
* Fix the display of missing lists

See #6786 -- this fixes part of the issue pertaining to lists that don't exist. I copied the Column being returned from the missing status logic, which works fine. Prior to this, the missing lists logic would generate a column with no back button and with a broken layout. This doesn't fix the broken display of missing accounts -- the column construction pertaining to that logic happens in multiple external functions.

* import ColumnBackButton

missed the import with the first commit
6 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 6 years ago
controllers Self-notify on accepting follow requests (#8541) 6 years ago
helpers Do not show follow button on moved or memorial accounts (#8546) 6 years ago
javascript Fix the display of missing lists (#8523) 6 years ago
lib Fix autoplay issue with spoiler tag (#8540) 6 years ago
mailers Fix low-hanging rubocop gripes (#8458) 6 years ago
models Fix nil host in remotable (#8508) 6 years ago
policies Allow mods to disable login, improve message when login disabled (#8329) 6 years ago
presenters Add admin custom CSS setting (#8399) 6 years ago
serializers Only display web push notifications after API call (fixes #7902) (#8396) 6 years ago
services Add CLI task for rotating keys (#8466) 6 years ago
validators Call address instead of exchange (#8076) 7 years ago
views Fix autoplay issue with spoiler tag (#8540) 6 years ago
workers Add CLI task for rotating keys (#8466) 6 years ago