hovancik / later-on

The reminder app
https://lateron.app
BSD 2-Clause "Simplified" License
10 stars 0 forks source link

Small improvements Add order and adding short infos #11

Closed senpl closed 3 years ago

senpl commented 3 years ago

I think adding new Remainders should be first, not last on list(currently the longer list the more scroll required). And during adding if notification title and body are empty it probably could be filled with name. Of course it could be optional , but this seems like expected bahaviour.

hovancik commented 3 years ago

Yeah, I am not that good with UI :) I wanted to add some sort of Modal for adding new Reminder but didn't put much thought into it.

What do you mean with the body and title? You mean when showing notification or as "default value" and thus saved as such when creating it in "DB"?

I need to look whether name is really needed at all...

senpl commented 3 years ago

What do you mean with the body and title?

Notification title and body. And yes, if you get rid of name than just notification title will be enough.

hovancik commented 3 years ago

I've removed name.

hovancik commented 3 years ago

I've released 0.0.4 with changes