Commit Graph

114 Commits

Author SHA1 Message Date
92f22d1331
feat: add onSelect callback to SingleDatePicker and integrate with WeekPicker 2025-02-19 19:55:36 +11:00
a7e7cbe3fa
refactor: remove console log from SingleDatePicker component 2025-02-19 19:41:05 +11:00
2cadaae650
fix: update key prop in SingleDatePicker to avoid same key issue 2025-02-19 19:41:05 +11:00
6b2af762f9
refactor: adjust calendar start date calculation to handle week alignment correctly 2025-02-19 19:40:59 +11:00
f55c72b535
add: support value prop to control the selected date 2025-02-19 19:38:57 +11:00
d8658de5ca
add: define border color variable for improved style consistency in style.scss 2025-02-19 19:38:41 +11:00
48d3b6f559
refactor: update weekday localization to use narrow format in getL10Weekday utility 2025-02-19 19:38:36 +11:00
d8a38786fb
refactor: enhance localization support in SingleDatePicker component 2025-02-19 19:38:22 +11:00
52e4695ad5
refactor: add month navigation functionality to SingleDatePicker component 2025-02-19 19:38:10 +11:00
1b204b8dc0
refactor: enhance SingleDatePicker button styles and improve hover effects 2025-02-19 19:37:58 +11:00
613b8eebe8
refactor: streamline button styles and improve consistency in style.scss 2025-02-19 19:37:51 +11:00
1a9cb24e6e
refactor: simplify state management and enhance styling for SingleDatePicker component 2025-02-19 19:37:41 +11:00
4aa4c8f4e7
add: SingleDatePicker component with simple style and layout 2025-02-19 19:36:23 +11:00
47b565fcdf
initial commit 2025-02-19 19:36:11 +11:00