~eliasnaur/gio#598: 
Support for Date Picker

I'm new to gio, and from the documentation there's already some input available. But I haven't found the date input yet. Is there any solution for this?

Status
REPORTED
Submitter
~wakels
Assigned to
No-one
Submitted
8 months ago
Updated
a month ago
Labels
No labels applied.

~gedw99 8 months ago

Just want to clarify the question:

If you mean a dedicated GIO Date Picker there is one here: https://github.com/mearaj/giowidgets/blob/main/calendar.go

Its used in: https://github.com/mearaj/bhagad-house-booking/tree/main/frontend

It uses the Materials Design look like the rest of GIO.

If would be awesome if one day this was part of the GIO project, but at the moment its outside the main code.

~wakels 8 months ago

Thank you very much, that's what I wanted. I also think that if Gio's widgets were richer, more people would enjoy using them. Now the code is spending too much time on widgets.

~gedw99 8 months ago*

I agree :)

Maybe make a PR to the main GIO repo at https://github.com/gioui/gio/tree/main/widget ?

I think https://github.com/mearaj would be happy if this happened as its MIT license. https://github.com/mearaj/giowidgets/blob/main/LICENSE

~gedw99 8 months ago

I raised it to see if we can get this happening: https://github.com/mearaj/giowidgets/issues/1

~wakels 7 months ago*

none

~mil a month ago

Would this be a candidate for gio-x?

E.g. maybe base calendar (https://github.com/mearaj/giowidgets/blob/main/calendar.go) could be ported to gio-x?

This seems likes a very common thing that would be very helpful to may projects

~eliasnaur a month ago

~whereswaldon maintains gio-x, but I have to ask what you hope to achieve by moving the giowidgets calendar to gio-x? With Go modules, there's no difference between using gio-x vs other modules. Perhaps you want the calender to be maintained better? That's probably not going to happen unless the maintainer of giowidgets, or someone else, agree to co-maintain gio-x with Chris.

Register here or Log in to comment, or comment via email.