zobnin / aio

AIO Launcher page for bug reports and suggestions
17 stars 1 forks source link

The task widget needs a better date picker #22

Closed penngrove closed 2 years ago

penngrove commented 2 years ago

Editing the date components individually is not ideal, a calendar picker of sort would be great

My new favorite launcher...

zobnin commented 2 years ago

Did you know that the date buttons can be scrolled to the left or right?

penngrove commented 2 years ago

Yes, but I needed to pick a date next week and I needed to change month and day, clicking on a calendar would be a single click

zobnin commented 2 years ago

Yes, if the desired date is in the next month you need to change two fields. Just like with the standard dialog, you need to do two actions: first, open the dialog, and then click on the desired date (and therefore also close the dialog). But often the dates are in the same month and I think it's much easier to just scroll through one button.

In fact, I spent a lot of time to make the date selection in the current form. Because I don't consider jumping between different dialogs (in this case the note editing dialog and the date selection dialog) to be convenient. Also in the case of the standard date selection dialog, a separate time selection dialog would also be needed. That is, you would have to first open the date selection dialog, then close it and open the time selection dialog. That's just awful.

penngrove commented 2 years ago

A +1 day and -1 day button would be great then so I can hit it a few times to get the correct date

On Tue, Jun 28, 2022, 10:41 PM zobnin @.***> wrote:

Yes, if the desired date is in the next month you need to change two fields. Just like with the standard dialog, you need to do two actions: first, open the dialog, and then click on the desired date (and therefore also close the dialog). But often the dates are in the same month and I think it's much easier to just scroll through one button.

In fact, I spent a lot of time to make the date selection in the current form. Because I don't consider jumping between different dialogs (in this case the note editing dialog and the date selection dialog) to be convenient. Also in the case of the standard date selection dialog, a separate time selection dialog would also be needed. That is, you would have to first open the date selection dialog, then close it and open the time selection dialog. That's just awful.

— Reply to this email directly, view it on GitHub https://github.com/zobnin/aio/issues/22#issuecomment-1169555772, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQXW3ZLCHEEZ3T5HNDRD4TVRPOXFANCNFSM52EF2QJA . You are receiving this because you authored the thread.Message ID: @.***>

penngrove commented 2 years ago

With rollover into the next or previous month

zobnin commented 2 years ago

You can add days, months and hours by long pressing task

penngrove commented 2 years ago

Nice, I did not see that, you can close this then, thank you