Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: YaruDateTimeEntry, YaruSegmentedEntry, YaruEdgeFocusInterceptor #824

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from

Conversation

Jupi007
Copy link
Member

@Jupi007 Jupi007 commented Jan 8, 2024

YaruEdgeFocusInterceptor

Intercept focus with callbacks, so you can know if the focus is coming from a previous node or a next one.

YaruSegmentedEntry

An entry, split into multiple segments, which each represents a selectable editable part of the value.
This widget provides keyboard navigation, and numeric value manipulation, using keyboard tab and arrow keys.

YaruDateTimeEntry

A YaruSegmentedEntry configured to accepts and validates a datetime entered by a user.

Capture.video.du.2024-01-08.16-40-31.webm

Related to: #799

TODO:

  • Add date and time only variants ;
  • Tests.

Coming next: Date picker overlay
image

@Jupi007 Jupi007 added the widgets label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant