Font size selection for cooking mode #4884
rovo89
started this conversation in
Feature Request
Replies: 1 comment
-
Adjustable font size would be great !!!! I am 86 and my eyesight is not all that good...... Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
I'm evaluating a few recipe manager apps and currently Mealie is my favorite. None is perfect of course, but hey, it's open-source, so maybe I can help bring it closer to my expectations. 😉 However, since the project has a considerable size and I haven't worked with Vue/Nuxt before (only React), so it's hard for me to estimate the complexity. Not that I'll have to spend the next year on a few annoyances that I think shouldn't be hard to fix. 😆 So let's pick an example.
One of the things that bother me is the font size of the instructions. They're a bit hard to read on a small display, while the ingredients are larger. That's probably a matter of preference though, and even a single user might want different sizes for their phone/tablet/laptop. Plus I assume most users like the current size, otherwise it would have been changed already. Not everyone though, one feedback in the recent survey was: "Another one would be an option to increase the font size of recipes, again for use on tablet."
Please provide a concise description of the feature that would resolve your issue.
Hardcoding a larger font-size would be the easiest solution, but it wouldn't be adjustable.
v-bind
seems to be the proper solution, but is that available in the Vue/Nuxt version used by Mealie? If not, is there any other way that's not too complex?Once this is possible technically, the question is where to configure it. I would add a menu item "Device Settings" for the font size and maybe similar settings. They should be saved to Local Storage, which would automatically scope them to the current device.
Please consider and list out some caveats or tradeoffs made in your design decision
I think I outlined everything above.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions