habitica
habitica copied to clipboard
Task column help text hidden by tasks
Fixes #13542
Changes
Checked whether to show column background when a resize event occurs.
It seems that there was logic to hide the help text when the help text was covered by tasks in the past. I thought the problem was that it was only called the first time.
There are other workarounds, but I think this is the way to solve the problem with the fewest changes to the project. I don't know exactly what the value 150 in setColumnBackgroundVisibility refers to.
If there is something I misunderstood or solved, please feel free to give me feedback.
UUID: 1ba464e6-fd6e-4a4c-be54-b66a8ff5001e
This is getting close to what we need, I think!
I am seeing that if the user has no custom Rewards, and pinned Rewards break to two lines, there's plenty of space for the help text but it hides anyway:
If we can intelligently add up the height of custom and pinned Rewards, and hide the help text when those together would overlap it, that's going to work out best!
@Jeewhan are you still working on this one? Has the Reward thing got you stumped?
@SabreCat It's still in progress. Recently, I have been so busy with work that I have not been able to proceed quickly. I will upload it soon. Thanks for asking.
Closing this for now--if you get a chance to circle back on this, @Jeewhan, feel free to reopen!