-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fixed Debounce in AddClaimantModal
#14454
Commits on May 1, 2020
-
Updated copy in label for LIT_SUPPORT_PULAC_CERULLO task action
JC Quirin committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 31ef0e2 - Browse repository at this point
Copy the full SHA 31ef0e2View commit details -
Updated the url used for the Notify Lit Support modal
(removes mention of Pulac Cerullo in URL)
JC Quirin committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 64c9cd9 - Browse repository at this point
Copy the full SHA 64c9cd9View commit details
Commits on May 2, 2020
-
Updated existing
SelectClaimant
component:added proptypes; refactored into functional component
JC Quirin committedMay 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 33646a1 - Browse repository at this point
Copy the full SHA 33646a1View commit details
Commits on May 4, 2020
-
added frontend support for
attorney_fees
feature toggleJC Quirin committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d359f6 - Browse repository at this point
Copy the full SHA 4d359f6View commit details -
added story for `AddClaimantModal`; updated `SelectClaimant` to allow opening of `AddClaimantModal` if `attorneyFees` feature toggle is enabled;
JC Quirin committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 195c3c7 - Browse repository at this point
Copy the full SHA 195c3c7View commit details -
JC Quirin committed
May 4, 2020 Configuration menu - View commit details
-
Copy full SHA for ea91c10 - Browse repository at this point
Copy the full SHA ea91c10View commit details -
basics for onCancel and stub for onSubmit for
AddClaimantModal
from…… `SelectClaimant`
JC Quirin committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for a1652fd - Browse repository at this point
Copy the full SHA a1652fdView commit details -
JC Quirin committed
May 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3fa7d55 - Browse repository at this point
Copy the full SHA 3fa7d55View commit details -
SelectClaimant
only displays "Add Claimant" button if `veteranIsNot……Claimant` is true;
JC Quirin committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for ef0af5e - Browse repository at this point
Copy the full SHA ef0af5eView commit details -
Merge branch 'master' into jc/14136-add-claimant-modal
JC Quirin committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3d4aea7 - Browse repository at this point
Copy the full SHA 3d4aea7View commit details
Commits on May 5, 2020
-
fixed PropTypes on SelectClaimant;
added ADD_CLAIMANT_MODAL_TITLE to COPY
JC Quirin committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for bacaf53 - Browse repository at this point
Copy the full SHA bacaf53View commit details -
AddClaimantModal now pulls title from COPY;
JC Quirin committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for bf0c125 - Browse repository at this point
Copy the full SHA bf0c125View commit details -
Merge branch 'master' into jc/14136-add-claimant-modal
JC Quirin committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for cd9288e - Browse repository at this point
Copy the full SHA cd9288eView commit details -
wired up missing closeHandler on AddClaimantModal
JC Quirin committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 508a021 - Browse repository at this point
Copy the full SHA 508a021View commit details
Commits on May 6, 2020
-
Merge branch 'master' into jc/14136-add-claimant-modal
JC Quirin committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 7911600 - Browse repository at this point
Copy the full SHA 7911600View commit details -
restructured sample data to make it clear
AddClaimantModal
is focus……ed on returning participantId
JC Quirin committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 3763f24 - Browse repository at this point
Copy the full SHA 3763f24View commit details -
Added feature test to ensure "Add Claimant" option is available
(if appropriate feature toggle is set)
JC Quirin committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for da7f331 - Browse repository at this point
Copy the full SHA da7f331View commit details -
Configuration menu - View commit details
-
Copy full SHA for a522023 - Browse repository at this point
Copy the full SHA a522023View commit details -
implemented debounce & async search to
AddClaimantModal
JC Quirin committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c99f45 - Browse repository at this point
Copy the full SHA 5c99f45View commit details -
SelectClaimant updates redux store w/ participant ID of added claimant
JC Quirin committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 0328d07 - Browse repository at this point
Copy the full SHA 0328d07View commit details
Commits on May 7, 2020
-
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 0784a4f - Browse repository at this point
Copy the full SHA 0784a4fView commit details -
updated babel config for test environment
(avoids errors with async functions at top level of files)
JC Quirin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for ab15ec1 - Browse repository at this point
Copy the full SHA ab15ec1View commit details
Commits on May 15, 2020
-
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b06090 - Browse repository at this point
Copy the full SHA 9b06090View commit details -
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 07dd21a - Browse repository at this point
Copy the full SHA 07dd21aView commit details -
updated AddClaimantModal to fetch data from '/intake/attorneys' endpoint
(default — optionally supports a different async fn as a prop)
JC Quirin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 31509fe - Browse repository at this point
Copy the full SHA 31509feView commit details
Commits on May 18, 2020
-
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 538e2eb - Browse repository at this point
Copy the full SHA 538e2ebView commit details -
built out ability to show and remove added attorney
JC Quirin committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for d76212b - Browse repository at this point
Copy the full SHA d76212bView commit details
Commits on May 20, 2020
-
JC Quirin committed
May 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 092c2ba - Browse repository at this point
Copy the full SHA 092c2baView commit details -
added "relationship to veteran" select to
AddClaimantModal
;added basic local/mock data & async search fn in `AddClaimantModal` story;
JC Quirin committedMay 20, 2020 Configuration menu - View commit details
-
Copy full SHA for b96c295 - Browse repository at this point
Copy the full SHA b96c295View commit details
Commits on May 21, 2020
-
Various updates to "Add Claimant" functionality, tests
JC Quirin committedMay 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 8488b0f - Browse repository at this point
Copy the full SHA 8488b0fView commit details -
added test for removing added claimant
JC Quirin committedMay 21, 2020 Configuration menu - View commit details
-
Copy full SHA for bf0fe6e - Browse repository at this point
Copy the full SHA bf0fe6eView commit details -
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 21, 2020 Configuration menu - View commit details
-
Copy full SHA for fefe61a - Browse repository at this point
Copy the full SHA fefe61aView commit details
Commits on May 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 578a726 - Browse repository at this point
Copy the full SHA 578a726View commit details -
set default relationship in
AddClaimantModal
JC Quirin committedMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 1b6c495 - Browse repository at this point
Copy the full SHA 1b6c495View commit details -
added jest tests & snapshots for
AddClaimantModal
JC Quirin committedMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 4a52534 - Browse repository at this point
Copy the full SHA 4a52534View commit details -
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 00a9cd8 - Browse repository at this point
Copy the full SHA 00a9cd8View commit details -
JC Quirin committed
May 22, 2020 Configuration menu - View commit details
-
Copy full SHA for b463684 - Browse repository at this point
Copy the full SHA b463684View commit details
Commits on May 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dcca175 - Browse repository at this point
Copy the full SHA dcca175View commit details
Commits on May 28, 2020
-
moved "Add Claimant" tests from intake_spec to review_page_spec
JC Quirin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ca5460 - Browse repository at this point
Copy the full SHA 8ca5460View commit details -
updated
SearchableDropdown
to support:- loading indicator - filterOption fn - filterOptions fn (it passes relevant props to react-select)
JC Quirin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 37eb858 - Browse repository at this point
Copy the full SHA 37eb858View commit details -
updated
AddClaimantModal
to ensure claimant dropdown shows all opti……ons returned from backend
JC Quirin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ac2108 - Browse repository at this point
Copy the full SHA 4ac2108View commit details -
JC Quirin committed
May 28, 2020 Configuration menu - View commit details
-
Copy full SHA for c63208d - Browse repository at this point
Copy the full SHA c63208dView commit details -
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for dc979e3 - Browse repository at this point
Copy the full SHA dc979e3View commit details
Commits on May 29, 2020
-
updated snapshot for
AddClaimantModal
JC Quirin committedMay 29, 2020 Configuration menu - View commit details
-
Copy full SHA for bfd59b6 - Browse repository at this point
Copy the full SHA bfd59b6View commit details -
Merge branch 'master' into jc/14153-update-add-claimant-modal
JC Quirin committedMay 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 300f11f - Browse repository at this point
Copy the full SHA 300f11fView commit details
Commits on Jun 2, 2020
-
fixed debounce functionality in
AddClaimantModal
;additional jest tests for `AddClaimantModal`;
JC Quirin committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 778bc92 - Browse repository at this point
Copy the full SHA 778bc92View commit details -
Merge branch 'master' into jc/14153-fix-debounce
JC Quirin committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b82b01 - Browse repository at this point
Copy the full SHA 9b82b01View commit details -
JC Quirin committed
Jun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 7438792 - Browse repository at this point
Copy the full SHA 7438792View commit details
Commits on Jun 8, 2020
-
a couple additions to Jest tests for
AddClaimantModal
JC Quirin committedJun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f8077b - Browse repository at this point
Copy the full SHA 2f8077bView commit details -
JC Quirin committed
Jun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 9fc5022 - Browse repository at this point
Copy the full SHA 9fc5022View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdcfa0 - Browse repository at this point
Copy the full SHA fbdcfa0View commit details -
Merge branch 'master' into jc/14153-fix-debounce
JC Quirin committedJun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for a86b33c - Browse repository at this point
Copy the full SHA a86b33cView commit details