LeoColman / Petals

🌻 The Open Source app Petals aims to help its users to either quit weed, reduce usage or simply know how much they're using.
GNU Affero General Public License v3.0
85 stars 33 forks source link

✨ Change date and time picker to material design #663

Closed panwar2001 closed 3 months ago

panwar2001 commented 3 months ago

DATE & TIME PICKER

solution for issue #601

panwar2001 commented 3 months ago

what else can be done? @LeoColman

LeoColman commented 3 months ago

Thanks for the contribution @panwar2001 !! It's awesome to have people interested in this project :)

One thing I'd like to address before merging the PR and taking it off your hands is removing the 12H version of the TimeDialog and keep only the 24H version for now. We have issue #618 to take care of letting the user choose which format they preffer.

panwar2001 commented 3 months ago

24 hour mode time picker

panwar2001 commented 3 months ago

Removed the vanpra library usage but , there is a warning message in other files as material and material3 library is used together.

image

LeoColman commented 3 months ago

I think we are OK on having those warnings until we migrate all components to Material3.

Thanks for the contribution @panwar2001 !!