Kin69 / EasyNotes

EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
333 stars 26 forks source link

Incorrect text wrapping on the 'continue' button on the password screen for the Vault #110

Closed koamedev closed 2 months ago

koamedev commented 2 months ago

Clicking the Vault button brings up a screen where you input the password.

If the screen's width is too small the text on the continue button will wrap characters to the next line (it's even worse with other languages). If the screen is too wide, the button becomes unnecessarily wide too.

I suggest matching the button's width to the width of the label.

Screenshot_20240717_164217_Easy Notes

Screenshot_20240717_170801_Easy Notes

I'm not very familiar with Compose but when I get this project to build on my PC I might make a pull request for a fix.

I was unsure if I should tag this as a bug, so:

Smartphone Information

Kin69 commented 2 months ago

Thanks for the feedback! I've addressed the button width issue in the latest nightly build. You can test the updated version here: Nightly Easy Notes. Your input helps us improve the app—let us know if you encounter any more issues!