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

[bug] note name has no limits #24

Closed wadeack closed 3 months ago

wadeack commented 3 months ago

Steps to reproduce:

  1. create new note or edit existing one
  2. add text to note name
  3. repeat step 2 until there is no space left on the screen =)
  4. (optionally) go to preview mode

Expected result: A limit. Here are some examples:

  1. Text length to be entered in the note name
  2. Editable area for note name, e.g. there is no word wrap to a new line introducing a horizontal scroll (see how it's done here for issue title)
  3. Combination of 1 and 2 ?

Actual result: note name cover all the editable area, so the note description is no longer visible. image

Kin69 commented 3 months ago

Thank you for your feedback. The issue you reported has been fixed. See https://github.com/Kin69/EasyNotes/commit/ffdc61fd8f27c375b18a01732a231ee705e95bae