lainsce / countdown

Track events until they happen or since they happened.
GNU General Public License v3.0
25 stars 7 forks source link

Date and time picker #14

Open dusansimic opened 2 years ago

dusansimic commented 2 years ago

Currently date and time are inputed via regular text boxes (and no notification is displayed if input is incorrect). It would be more convenient to have date and time picker widgets like in GNOME Calendar. Those widgets are not yet available in GTK4 or libadwaita but it could be implemented using the Calendar implementation as inspiration. It would improve the usability of the app greatly.

lainsce commented 2 years ago

I agree that the current UI isn't the best it could be, but I don't think copying Calendar in this place would be useful UI, I have an idea in mind that I didn't have time to implement.