You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#575 has come back - Tuba isn't showing the view switcher at narrow-but-not-narrow-enough-to-put-the-buttons-at-the-bottom sizes. It appears to be due to #651 fixing race conditions but breaking the initial value.
Built 8038e8f - broken.
Built 6793a3c (previous commit, before #651 merged) - correct behaviour.
Tried manually adding some of the old hooks back without any luck.
Added info() calls to TabbedBaseView.title_stack_page_visible but it doesn't log until the resize. So the breakpoint appears not to be handling the default size?
The text was updated successfully, but these errors were encountered:
Describe the bug
#575 has come back - Tuba isn't showing the view switcher at narrow-but-not-narrow-enough-to-put-the-buttons-at-the-bottom sizes. It appears to be due to #651 fixing race conditions but breaking the initial value.
Steps To Reproduce
Logs and/or Screenshots
No response
Instance Backend
Mastodon
Operating System
openSuse Tumbleweed
Package
Compiled manually
Troubleshooting information
Additional Context
Built 8038e8f - broken.
Built 6793a3c (previous commit, before #651 merged) - correct behaviour.
Tried manually adding some of the old hooks back without any luck.
Added
info()
calls toTabbedBaseView.title_stack_page_visible
but it doesn't log until the resize. So the breakpoint appears not to be handling the default size?The text was updated successfully, but these errors were encountered: