omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
13.61k stars 880 forks source link

run `trim()` on user input text when creating a new label #2641

Closed kquinsland closed 1 year ago

kquinsland commented 1 year ago

This is a super minor bug/issue that I've noticed. I hit this "bug" on iOS but it probably applies to other platforms as well.

EDIT: Yep, same behavior with the android app as well.

When creating a new label, the keyboard will try to predict a word. If you select the prediction, the text will be updated to the selected word and an additional white space.

When the user clicks the "create this label" button, consider trimming the trailing white space off.

To illustrate this, see attached image.

omnivore-label-issue

To reproduce:

jacksonh commented 1 year ago