feat: Replace dueDays input with Date Picker component - #488
Open
gelluisaac wants to merge 6 commits into
Open
Conversation
- Add shadcn/ui Calendar and Popover components - Create DatePicker component for intuitive date selection - Update InvoiceForm to use DatePicker instead of basic date input - Maintain existing validation for future dates only - Improve UX by allowing users to select specific calendar dates Closes TrusTrove#193
Contributor
|
@gelluisaac is attempting to deploy a commit to the K1NGD4VID Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
- Add SimulationResult type export to SDK index.ts - Fixes TypeScript error in app/lp/page.tsx where SimulationResult was imported but not exported - Resolves CI build failure
- Mock DatePicker component to simplify testing - Update test assertions to match new DatePicker UI - Fix date input selection to use test ID instead of type selector - Tests now pass with the new DatePicker implementation
Contributor
1 similar comment
Contributor
Author
|
@K1NGD4VID conflict fixed |
|
Automated merge failed and a retry also failed. This needs manual investigation. Details: Merge failed on first attempt; retry (if attempted) also failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #193