Skip to content

feat(date-time-picker): added precision and value interactions #4811

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
a05159f
feat(calendar): keyboard navigation
mizgaionutalexandru Aug 12, 2024
bba0ffa
chore: fix todo message
mizgaionutalexandru Aug 12, 2024
9cf1fac
fix: focus on disabled dates
mizgaionutalexandru Aug 12, 2024
3e12b02
refactor: storybook absolute Dates for VRTs
mizgaionutalexandru Aug 12, 2024
25e48a4
chore: update golden img hash
mizgaionutalexandru Aug 14, 2024
8f114cb
fix(calendar): focusable day management when changing months
mizgaionutalexandru Aug 16, 2024
cca3b0b
feat(calendar): new value API
mizgaionutalexandru Aug 16, 2024
a13486e
fix: story decorator locale picker lang resolver
mizgaionutalexandru Aug 16, 2024
e042eee
perf(calendar): run getDatesInWeek only when needed
mizgaionutalexandru Aug 19, 2024
4223fdb
chore: rebase fix
mizgaionutalexandru Aug 19, 2024
8b4561f
refactor: remove textfield and inputsegments from DTP inheritance chain
mizgaionutalexandru Aug 21, 2024
f55a997
style(date-time-picker): style fixing
mizgaionutalexandru Aug 22, 2024
81f0955
fix(calendar): weeks in current month number updates
mizgaionutalexandru Aug 23, 2024
2d4489f
fix(calendar): preselected value not changing current month dates
mizgaionutalexandru Aug 27, 2024
7cbc3c7
feat(date-time-picker): update value API and granularity
mizgaionutalexandru Aug 27, 2024
0c4f619
fix(date-time-picker): value updates controller with precision
mizgaionutalexandru Aug 28, 2024
a49bc0b
fix(date-time-picker): date type coming from calendar
mizgaionutalexandru Aug 28, 2024
174c30d
test(date-time-picker): added tests structure
mizgaionutalexandru Aug 29, 2024
a460099
chore(date-time-picker): type changes
mizgaionutalexandru Sep 2, 2024
7b96781
test(date-time-picker): value changes on arrow key up
mizgaionutalexandru Sep 3, 2024
e57fb59
test(date-time-picker): value changes on arrow key down
mizgaionutalexandru Sep 4, 2024
2824659
feat(date-time-picker): clear method
mizgaionutalexandru Sep 5, 2024
7c89ec3
feat(calendar): clear method
mizgaionutalexandru Sep 5, 2024
bedc4d5
test(date-time-picker): typed in values partially
mizgaionutalexandru Sep 5, 2024
4e06cd0
chore: remove LanguageResolution change
mizgaionutalexandru Sep 5, 2024
056bea3
Merge branch 'feature/date-time-picker' into imizga/DTP-value-api
mizgaionutalexandru Sep 6, 2024
a3c9079
chore: remove lit direct dep
mizgaionutalexandru Sep 6, 2024
3e87297
test: added tests for changing the segments using typed in values
mizgaionutalexandru Sep 9, 2024
59acf53
test: added tests for deleting the segments' value
mizgaionutalexandru Sep 9, 2024
f2800d3
fix(calendar): fixed navigation using prev/next month buttons
mizgaionutalexandru Sep 9, 2024
5094797
fix(calendar): fixed navigation using prev/next month buttons
mizgaionutalexandru Sep 9, 2024
775103b
fix(date-time-picker): check values compliance
imizga Sep 10, 2024
2561b3a
test(date-time-picker): multiple types management for values
mizgaionutalexandru Sep 10, 2024
d72ba0c
fix(date-time-picker): fixed storybook precision not applying
mizgaionutalexandru Sep 10, 2024
6bff8e0
test(date-time-picker): test structure for events
mizgaionutalexandru Sep 10, 2024
2c30aa3
refactor(date-time-picker): extract helpers
mizgaionutalexandru Sep 11, 2024
4e4e215
refactor(date-time-picker): added SegmentsFactory
mizgaionutalexandru Sep 13, 2024
4d18a0c
refactor(date-time-picker): added SegmentsModifier
mizgaionutalexandru Sep 16, 2024
0737d68
refactor(date-time-picker): added SegmentsFormatter and initial usage
mizgaionutalexandru Sep 16, 2024
b0eca21
fix(date-time-picker): fixed 12h hour conversion
mizgaionutalexandru Sep 18, 2024
7a15437
refactor(date-time-picker): moved segment formatting to SegmentsModifier
mizgaionutalexandru Sep 18, 2024
7123607
refactor(date-time-picker): added Clear and Input segment modifiers
mizgaionutalexandru Sep 18, 2024
c61003f
refactor(date-time-picker): localized support for dayPeriod typed in …
mizgaionutalexandru Sep 19, 2024
4c9cd9e
refactor(date-time-picker): created segments wrapper
mizgaionutalexandru Sep 19, 2024
060f43f
refactor(date-time-picker): cleanup
mizgaionutalexandru Sep 19, 2024
4cfc8f8
refactor(date-time-picker): moved get date from segments to DateTimeS…
mizgaionutalexandru Sep 24, 2024
a1b6705
chore: improved dates compliance check readability
mizgaionutalexandru Sep 25, 2024
0ca7200
chore: small improvements
mizgaionutalexandru Sep 25, 2024
3989398
test(date-time-picker): fix failing tests
mizgaionutalexandru Sep 26, 2024
357c886
fix(date-time-picker): fixed value clearing
mizgaionutalexandru Sep 27, 2024
dbaa3d3
test(calendar): extracted test helpers
mizgaionutalexandru Sep 30, 2024
5dd040c
fix: clear value when interval is changed and value is non compliant
mizgaionutalexandru Sep 30, 2024
2efb19e
fix(date-time-picker): zonedDateTime edge-cases
mizgaionutalexandru Oct 2, 2024
a274883
test(date-time-picker): added calendar management tests
mizgaionutalexandru Oct 2, 2024
5843521
test(date-time-picker): added tests for value type when segments are …
mizgaionutalexandru Oct 3, 2024
d148c11
test: improved readability
mizgaionutalexandru Oct 7, 2024
d472443
feat(date-time-picker): precision and date value props interactions
mizgaionutalexandru Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
parameters:
current_golden_images_hash:
type: string
default: 77fc745068639c0f956c26f7635c7ff5643ea905
default: ee8f9f1cc2fbe29917c792fd40bdb6fce2f622bd
wireit_cache_name:
type: string
default: wireit
Expand Down
Loading