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
The F1 Help modal loads slowly and then has seemingly infinite empty space under the two tables: I took the picture on the web branch, but it is the same on main.
Scrolling is terribly slow too. What is going on?!
After looking at the code, the culprit is the new maybeScroll function (da4db6e) which lets Help greedily take too much space.
The text was updated successfully, but these errors were encountered:
xsebek
added
Bug
The observed behaviour is incorrect or unexpected.
T-UI
Involves the user interface.
labels
Aug 6, 2022
Yes, I think that's right. We should make Help not so greedy. In fact we need to overhaul Help anyway. The second table of commands needs to be removed, it is very incomplete and we now have the Commands modal anyway. The first table perhaps needs some extra stuff added to it, and it probably doesn't need to be a table. And maybe we can add some friendly text with other helpful suggestions, like where to go if you have questions (the wiki, the IRC channel, etc.), where to find example code, etc.
The F1 Help modal loads slowly and then has seemingly infinite empty space under the two tables:
I took the picture on the web branch, but it is the same on main.
Scrolling is terribly slow too. What is going on?!
After looking at the code, the culprit is the new
maybeScroll
function (da4db6e) which lets Help greedily take too much space.The text was updated successfully, but these errors were encountered: