-
-
Notifications
You must be signed in to change notification settings - Fork 778
Open
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.
Description
What is the problem or limitation you are having?
Right now all date inputs are field-like; add Calendar to display a full calendar for picking dates.
Describe the solution you'd like
A new interface for abstracting calendar views. Wrap these native APIs:
macOS: Style set to https://developer.apple.com/documentation/appkit/nsdatepicker/style/clockandcalendar?language=objc
iOS: https://developer.apple.com/documentation/uikit/uicalendarview?language=objc
GTK: Gtk.Calendar
Android: https://developer.android.com/reference/android/widget/CalendarView
After that, replace the current large GTK date picker implementation with a TextInput or maybe two or three or other stuff.
Describe alternatives you've considered
Status quo, but we don't have large inline calendars to pick from then
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.