-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge case: "regeneration indicator" has different heights for missing statuses/accounts #6786
Comments
After some more testing: it seems that the bug is an artifact of using div.scrollable and div.item-list on the /accounts error (which demonstrates this issue), but not on any other error (which load fine). Removing those two divs (.scrollable and .item-list) in Firefox's HTML editor fixes the issue. |
* 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
Now that #8523 has been merged:
|
* Fix the display of missing lists See mastodon#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
Possibly due to #12084 (but I'm not sure, as I don't know what commit mastodon.social is running right now), the mascot and error message are finally centered in all 3 cases of status/list/account, except the "invalid account" case has no Back button as a header. Presumably this is the relevant code? Would a PR adding |
@trwnh Yes, I think so |
When attempting to load an invalid account:
When attempting to load an invalid status:
master
(If you're a user, don't worry about this).The text was updated successfully, but these errors were encountered: