Replies: 3 comments
-
Hey, thanks for looking to contribute! Sorry for the delay. Sure, I'll merge a PR for this. The easiest way to see all the places where the calculations for this width would be affected, you can search for The setting is in the Let me know if you have any more questions. If you wanted to add in any error handling for values that don't make sense, I would happily merge that as well. |
Beta Was this translation helpful? Give feedback.
-
PR: #1616 |
Beta Was this translation helpful? Give feedback.
-
resolved in #1616 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey 👋 first things first, thanks for creating and continuing to develop this app!
I use Todo Mode a lot in my workflows to pin a notes app, and I often find myself using two different screen sizes (I'm lucky enough to have a 39" ultrawide at home, and use the 16" laptop screen when I'm away from home). this means that Todo Mode acts differently on these screens due to it being fixed to a pixel number (e.g. 600px) and I find myself adjusting it down when I need to use the smaller screen.
would it be possible to add a percentage width to Todo Mode?
I am not a designer but the 'px' text here could be changed to a drop-down component/toggle for 'px' or '%'? I noticed that there's no existing error boundary here for 'px' (as in you can set it to 5000px even if you have a 1080px wide monitor), so it's probably fine if someone enters a value over 100%

happy to submit a PR if you think this is a good idea, and have the time to give me a few pointers to relevant parts of the codebase!
Beta Was this translation helpful? Give feedback.
All reactions