ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

DatePicker (Calendar) TODOs #101

Open CRImier opened 6 years ago

CRImier commented 6 years ago

A simple calendar would be easy to make in ZPUI. However, if you think about it, we could really use a calendar-like UI element for picking dates - similar to how there's a PathPicker element, and there's an Utils=>File browser app that's essentially a PathPicker and a few more lines of code. Desired functions:

Optional nice-to-haves:

CRImier commented 5 years ago

Thanks to @derivmug for the work - now there are only TODOs left =)

piajesse commented 5 years ago

when you press the KEY_ENTER button it should open up a list of events on said day, and if there are none you should open a create new event menu, or something of the likes

CRImier commented 5 years ago

Yep, that'll be possible once there's a callback addition, I'll work on Calendar app plugins (and implement the event tracking functionality through plugins) after that's added

piajesse commented 5 years ago

maybe make it so that when you press KEY_F1 it goes smaller on the calendar size, like we could have Day, Week, month, and maybe a year view, and KEY_F2 would go bigger? e.g. Day > Week

CRImier commented 5 years ago

Most of the items are done - thanks to @derivmug !