Replace Date text fields with a DatePicker component #164
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#164
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Doing this removes all ambiguity of date and time formats. The picker components can still be sophisticated enough to allow the user to type directly into the text field, and the text field can be formatted according to the user's localization preferences. Typing directly into the text field will also instantly update the visible component.
GTK4 does not seem to have either component. It does have a Calendar component, which I will want to use in the construction of a date picker.
Requirements