-
Notifications
You must be signed in to change notification settings - Fork 38
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
MMT-3490: Adding homepage #1117
Merged
Merged
Conversation
This file contains 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
mandyparson
reviewed
Feb 2, 2024
static/src/js/components/MetadataForm/__tests__/MetadataForm.test.js
Outdated
Show resolved
Hide resolved
static/src/js/components/MetadataForm/__tests__/MetadataForm.test.js
Outdated
Show resolved
Hide resolved
trevorlang
commented
Feb 5, 2024
trevorlang
commented
Feb 5, 2024
trevorlang
commented
Feb 5, 2024
mandyparson
approved these changes
Feb 6, 2024
dmistry1
approved these changes
Feb 7, 2024
dmistry1
pushed a commit
that referenced
this pull request
Feb 13, 2024
* MMT-3490: Adding homepage and tweaking header * MMT-3490: Cleanup * MMT-3490: PR feedback * MMT-3490: Linter cleanup * MMT-3490: Linter cleanup * MMT-3490: Moving Panel to new component
dmistry1
added a commit
that referenced
this pull request
Feb 23, 2024
* MMT-3410: Adds routes for tool-drafts * MMT-3410: Sets up apollo client to use local cmr token * MMT-3410: Adds draft preview page * MMT-3410: Added form and custom text widget * MMT-3410: Navigate to form by clicking preview section title * MMT-3410: Fixes fixes the preview page field level links * MMT-3410: Added widgets and templates Added: CustomSelect CustomTextarea CustomDateTime CustomArrayField * MMT-3410: Convert BoundingRechtangleField * MMT-3410: Fix scss file, typo in file name BoundingRechtangleField * MMT-3410: Add BoundingRectangleField * MMT-3410: adding CustomRadioWidget * MMT-3410: fixing conflicts * MMT-3410: Moved StreetAddressField to use Functional Components. * MMT-3410: Store active draft in context * MMT-3410: Added StreetAddress field to registered fields. * MMT-3410: Fixed styles * MMT-3410: Added LayoutGridField support. * MMT-3410: Change Class to functional component for CustomTitleField.jsx * MMT-3410: Remove the editor in functional component for CustomTitleField.jsx * MMT-3410: Fix typo on MetadataForm.jsx * MMT-3410: Fixing display of form navigation * MMT-3410: Add CustomCountrySelectWidget * MMT-3410: Remove unused import * MMT-3410: Update to use CustomCountrySelectWidget * MMT-3410: Adding CutomFieldTemplate * MMT-3410: Removing console.log * MMT-3410: Converse class to functional component CustomTitleFieldTemplate.jsx * MMT-3410: Create folders for CustomTitleField, and CustomTitleFieldTemplate * MMT-3410: Bug fixes to layout grid schema, street address field, and custom select widget. * MMT-3410: Component clean up * MMT-3410 Comments added, updated after feedback * MMT-3410: Added JsonPreview, started on LayoutGridControlledField. * MMT-3410: Add uiSchema prop types, and comments based on Matthew's feedback * MMT-3410: Fix uiSchema Prop types based on Matthew's second feedback * MMT-3410: Remove eslint exception in import * MMT-3410: added CustomSelect keywords from CMR Also fixed uiSchema propTypes * MMT-3410: Fixed a bug in CustomSelect * MMT-3410: Editing CRadioWidget and CFieldTemplate * MMT-3410: Adding back in files * MMT-3410: fixing radio buttons * MMT-3410: Updates NagivationItemError * MMT-3410: Updates to LayoutGridControlledField and CustomSelectBox * MMT-3410: Updated comment. * MMT-3410: More refactoring done on GridLayout * MMT-3410: Add data-testid for CustomTitleField, it was missed when doing the conversion * MMT-3410: Added a test, refactored widgets * MMT-3410: Fixed issues with GridLayout * MMT-3410: Fixed bad data * MMT-3410: Added test * MMT-3410: Added Keyword Picker * MMT-3410: Added CustomMultiSelect * MMT-3410: Addressed Matthew's comment about select widget * MMT-3410: Refactored KeywordPicker * MMT-3410: Fixed test errors * MMT-3410: Added jsDoc to the components and util * MMT-3410: Fixed issue with CustomSelect propType * MMT-3410: Added more tests * MMT-3410: Updating bootstrap imports * MMT-3410: Added jsDoc to all the components * MMT-3410: Fixed issues with form disappearing when selecting a value from controlled field. * MMT-3410: Fixed bug with StreetAddressField where it was not setting formData properly. * MMT-3410: Adding tests * MMT-3410: Add tests for clearFormData and convertToDottedNotation * MMT-3410: Add tests to clearFormData * MMT-3410: Added errorLogger Lambda * MMT-3410: Tests for isRequired.js and remove extra export * MMT-3410: Add test for getConceptTypeByDraftConceptId.js * MMT-3410: Replace it() to test() * MMT-3410: Change file name getFormData to getParentFormData * MMT-3410: Add tests for removeEmpty.js * MMT-3410: Rename getNextForm.js to getNextFormName.js * MMT-3410: Add tests for shouldHideGetData.js * MMT-3410: Cleaned up errorLogger and added tests * MMT-3410: Add tests for shouldHideGetService.js * MMT-3410: Change variable name from getData to setService for shouldHideGetService.js * MMT-3410: Add test for getNextFormName.js * MMT-3410: getAvailableKey and OnKeyChange Edits * MMT-3410: Add tests for shouldFocusField.js * MMT-3410: Add test for getFormSchema.js * MMT-3410: Added tests for: fetchCmrKeywords.js parseCmrKeywords.js * MMT-3410: Added test cases for getConfig.js * MMT-3410: Building Manage and Drafts pages * MMT-3410: Add tests, remove eslint-disable-next-line, remove named export, add more comments inside function for onPropertyChange.js * MMT-3410: Fixing issue with draft preview * MMT-3410: Changes GridField back to a class that extends ObjectField * MMT-3410: Minor formatting changes * MMT-3410: Linter fixes * MMT-3410: Added tests for getKeywords, getParentFormData, parseCmrResponse (and moved traverse which is a helper function into parseCmrResponse). Added mock data for related urls. * MMT-3410: Fixed import and variable name. * MMT-3410: Updated calling to CMR in KeywordPicker Also updated test describe titles * MMT-3410: Fixed the related-ur-ls in the URL * MMT-3410: Added toLowerKebabCase util function * MMT-3410: Follow describe/test blocks in the tests for removeEmpty.js and shouldFocusField.js * MMT-3410: Polish test description * MMT-3410: Restructure and add tests to createResponseFromKeywords * MMT-3410: Updated traverse to pass in a node object and will now return the keywords. * MMT-3410: Updated variable name to make it a bit more understandable. * MMT-3410: Fixes validations * MMT-3410: Added test cases for CustomTitleField * MMT-3410: Refactors * MMT-3410: Adding notifications * MMT-3410: Fixing linting * MMT-3410: renamed traverse to traverseCmrResponse * MMT-3410: Added test cases for: CustomArrayFieldTemplate CustomTextWidget CustomTitleField * MMT-3410: Implments Cancel button, adds tests * MMT-3410: Add test for BoundingRectangleField.jsx * MMT-3410: Adds tests for reducers * MMT-3410: Use user-event * MMT-3410: Notifications tests * MMT-3410: Added test for GridTitle * MMT-3410: Add tests for CustomTitleFieldTemplate.jsx * MMT-3410: Now checks props. * MMT-3410: Fixed duplicate describe statement * MMT-3410: Add test to CustomCountrySelectWidget * MMT-3410: Rename directory 'CustomMultiSelect' to 'CustomMultiSelectWidget' * MMT-3410 Add file CustomMultiSelectWidget.test.js * MMT-3410: Renove unused file * MMT-3410: Adds DraftPreview tests, adds retries to CMR calls * MMT-3410: Add tests to CustomMultiSelectWidget * MMT-3410: Adding tests for Radio Widget * MMT-3410: Remove unused statement * MMT-3410: Update imports * MMT-3410: Added tests for KeywordPicker * MMT-3410: MetadataForm tests * MMT-3410: Add test to DraftList * MMT-3410: Test cases for JsonPreview.jsx * MMT-3410: Add test to StreetAddressField * MMT-3410: Adds useControlledKeywords test * MMT-3410: Added test for DateTime and CustomFieldTemplate * MMT-3410: Select widget tests * MMT-3410: Added tests for GridField and GridRow * MMT-3410: GridControlledField tests * MMT-3410: Added GridCol test * MMT-3410: Added tests for GridRow * MMT-3410: Added tests for GridLayout * MMT-3410: Add tests to Button.jsx * MMT-3410: Form improvements and loading state * MMT-3410: Add support for Download JSON. * MMT-3410: Resetting state variable if error occurs. * MMT-3140: Added test for ObjectField.test.js * MMT-3410: Changed from useQuery to useLazyQuery * MMT-3410: Cleaned up and added createDownloadDraftParas * MMT-3410: Added jsDoc for CustomFieldTemplate * MMT-3410: Cleanup * MMT-3410: More cleanup * MMT-3410: Switch to lodash-es * MMT-3410: Fixed tests for download json option. * MMT-3410: Removed console.log * MMT-3410: Added test for contructDownloadableFile * MMT-3410: Forgot to include test. * MMT-3410: accidently included unused import * MMT:3410: More cleanup * MMT-3410: Fixes tests * MMT-3410: Updates readme * MMT-3410: Removes console log * MMT-3410: Use widget wrapper for country select, removes test ids * MMT:3410: Fixes linting issue, updates comments to new ticket * MMT-3414: Added support for UMM-S * MMT-3414: implemented OneOfField.jsx * MMT-3414: removed headerClassName * MMT-3414: Added test cases for CheckBox.jsx * MMT-3414: Added test for oneOfField.js * MMT-3414: FIxed eslint error * MMT-3414: Added test for oneOf in CustomSelect * MMT-3418: Added variable crud * MMT-3418: Fixed science keywords * MMt-3418: Fixed oneOF warnings * MMT-3418: Adding Sets, RelatedUrls, InstanceInfo * MMT-3418: Fixing itemTitle issue * MMT-3418: Add form single panel * MMT-3418: Fixed singlePanel * MMT-3418: Fixed remove for single panel * MMT-3418: Add test GridGroupedSinglePanel.test.js * MMT-3418: Check if form arrays are empty * MMT-3418: Added Collection Association * MMT-3483: Added Collection Association * MMT-3483: Implemented basic collection association and the preview circle * MMT-3483: Added pagination * MMT-3483: Variable Publish working * MMT-3484: Added all of the field for the search field * MMT-3483: Updated test for CustomRadio.rsx * MMT-3490: Adding homepage (#1117) * MMT-3490: Adding homepage and tweaking header * MMT-3490: Cleanup * MMT-3490: PR feedback * MMT-3490: Linter cleanup * MMT-3490: Linter cleanup * MMT-3490: Moving Panel to new component * Mmt 3407: Support logging in with launchpad (#1122) * MMT-3407: State of effort after talking with Trevor * MMT-3407: Added support for logging in with launchpad. Added lambdas for logging in and saml callbacks. Added protected routes. Added support for cookies. Fixed critical vulnerability errors by removing saml2js as a dep and implementing similar logic using better libs. Added support to still work in with a local env setup. --------- Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: Trevor Lang <[email protected]> * Mmt 3407: Quick PR to add some debug statements for was lambda callback (#1123) --------- Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: Trevor Lang <[email protected]> * Mmt 3407 - Fixed deployment issue to SIT (#1125) * MMT-3407: Cleaned up local dev mode. Worked around issue where AWS won't send multiple cookies. --------- Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: Trevor Lang <[email protected]> * MMT-3590: Fixing mocks (#1121) * MMT-3590: Fixes for table props (#1126) * MMT-3590: Fixing mocks * MMT-3590: Fixes for Table Props * MMT-3483: Added test for collectionAssociation.tsx * MMT-3483: Added tests for collection association util function * MMT-3483: Added test for Collection Association * MMT-3583: Fixed eslint * MMT-3482: Fixed style lint * MMT-3483: Removed scss file * MMT-3483: Addressed PR feedback * MMT-3483: Address PR comments * MMT-3552: Published record search (#1128) * MMT-3553: Public record search * MMT-3553: Search page tests and cleanup * MMT-3553: Fixing eslint * MMT-3552: Adds additional types, fixes prop type errors in tests, fixes auth redirect * MMT-3552: eslint cleanup * MMT-3552: PR feedback * MMT-3552: PR feedback * MMT-3483: Implemented the Table layout * MMT-3483: Addressed PR comments --------- Co-authored-by: Matthew Crouch <[email protected]> Co-authored-by: htranho <[email protected]> Co-authored-by: Mandy Parson <[email protected]> Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: tle1989 <[email protected]> Co-authored-by: Trevor Lang <[email protected]> Co-authored-by: cgokey <[email protected]> Co-authored-by: Mandy Parson <[email protected]>
dmistry1
added a commit
that referenced
this pull request
Feb 23, 2024
* MMT-3410: Adds routes for tool-drafts * MMT-3410: Sets up apollo client to use local cmr token * MMT-3410: Adds draft preview page * MMT-3410: Added form and custom text widget * MMT-3410: Navigate to form by clicking preview section title * MMT-3410: Fixes fixes the preview page field level links * MMT-3410: Added widgets and templates Added: CustomSelect CustomTextarea CustomDateTime CustomArrayField * MMT-3410: Convert BoundingRechtangleField * MMT-3410: Fix scss file, typo in file name BoundingRechtangleField * MMT-3410: Add BoundingRectangleField * MMT-3410: adding CustomRadioWidget * MMT-3410: fixing conflicts * MMT-3410: Moved StreetAddressField to use Functional Components. * MMT-3410: Store active draft in context * MMT-3410: Added StreetAddress field to registered fields. * MMT-3410: Fixed styles * MMT-3410: Added LayoutGridField support. * MMT-3410: Change Class to functional component for CustomTitleField.jsx * MMT-3410: Remove the editor in functional component for CustomTitleField.jsx * MMT-3410: Fix typo on MetadataForm.jsx * MMT-3410: Fixing display of form navigation * MMT-3410: Add CustomCountrySelectWidget * MMT-3410: Remove unused import * MMT-3410: Update to use CustomCountrySelectWidget * MMT-3410: Adding CutomFieldTemplate * MMT-3410: Removing console.log * MMT-3410: Converse class to functional component CustomTitleFieldTemplate.jsx * MMT-3410: Create folders for CustomTitleField, and CustomTitleFieldTemplate * MMT-3410: Bug fixes to layout grid schema, street address field, and custom select widget. * MMT-3410: Component clean up * MMT-3410 Comments added, updated after feedback * MMT-3410: Added JsonPreview, started on LayoutGridControlledField. * MMT-3410: Add uiSchema prop types, and comments based on Matthew's feedback * MMT-3410: Fix uiSchema Prop types based on Matthew's second feedback * MMT-3410: Remove eslint exception in import * MMT-3410: added CustomSelect keywords from CMR Also fixed uiSchema propTypes * MMT-3410: Fixed a bug in CustomSelect * MMT-3410: Editing CRadioWidget and CFieldTemplate * MMT-3410: Adding back in files * MMT-3410: fixing radio buttons * MMT-3410: Updates NagivationItemError * MMT-3410: Updates to LayoutGridControlledField and CustomSelectBox * MMT-3410: Updated comment. * MMT-3410: More refactoring done on GridLayout * MMT-3410: Add data-testid for CustomTitleField, it was missed when doing the conversion * MMT-3410: Added a test, refactored widgets * MMT-3410: Fixed issues with GridLayout * MMT-3410: Fixed bad data * MMT-3410: Added test * MMT-3410: Added Keyword Picker * MMT-3410: Added CustomMultiSelect * MMT-3410: Addressed Matthew's comment about select widget * MMT-3410: Refactored KeywordPicker * MMT-3410: Fixed test errors * MMT-3410: Added jsDoc to the components and util * MMT-3410: Fixed issue with CustomSelect propType * MMT-3410: Added more tests * MMT-3410: Updating bootstrap imports * MMT-3410: Added jsDoc to all the components * MMT-3410: Fixed issues with form disappearing when selecting a value from controlled field. * MMT-3410: Fixed bug with StreetAddressField where it was not setting formData properly. * MMT-3410: Adding tests * MMT-3410: Add tests for clearFormData and convertToDottedNotation * MMT-3410: Add tests to clearFormData * MMT-3410: Added errorLogger Lambda * MMT-3410: Tests for isRequired.js and remove extra export * MMT-3410: Add test for getConceptTypeByDraftConceptId.js * MMT-3410: Replace it() to test() * MMT-3410: Change file name getFormData to getParentFormData * MMT-3410: Add tests for removeEmpty.js * MMT-3410: Rename getNextForm.js to getNextFormName.js * MMT-3410: Add tests for shouldHideGetData.js * MMT-3410: Cleaned up errorLogger and added tests * MMT-3410: Add tests for shouldHideGetService.js * MMT-3410: Change variable name from getData to setService for shouldHideGetService.js * MMT-3410: Add test for getNextFormName.js * MMT-3410: getAvailableKey and OnKeyChange Edits * MMT-3410: Add tests for shouldFocusField.js * MMT-3410: Add test for getFormSchema.js * MMT-3410: Added tests for: fetchCmrKeywords.js parseCmrKeywords.js * MMT-3410: Added test cases for getConfig.js * MMT-3410: Building Manage and Drafts pages * MMT-3410: Add tests, remove eslint-disable-next-line, remove named export, add more comments inside function for onPropertyChange.js * MMT-3410: Fixing issue with draft preview * MMT-3410: Changes GridField back to a class that extends ObjectField * MMT-3410: Minor formatting changes * MMT-3410: Linter fixes * MMT-3410: Added tests for getKeywords, getParentFormData, parseCmrResponse (and moved traverse which is a helper function into parseCmrResponse). Added mock data for related urls. * MMT-3410: Fixed import and variable name. * MMT-3410: Updated calling to CMR in KeywordPicker Also updated test describe titles * MMT-3410: Fixed the related-ur-ls in the URL * MMT-3410: Added toLowerKebabCase util function * MMT-3410: Follow describe/test blocks in the tests for removeEmpty.js and shouldFocusField.js * MMT-3410: Polish test description * MMT-3410: Restructure and add tests to createResponseFromKeywords * MMT-3410: Updated traverse to pass in a node object and will now return the keywords. * MMT-3410: Updated variable name to make it a bit more understandable. * MMT-3410: Fixes validations * MMT-3410: Added test cases for CustomTitleField * MMT-3410: Refactors * MMT-3410: Adding notifications * MMT-3410: Fixing linting * MMT-3410: renamed traverse to traverseCmrResponse * MMT-3410: Added test cases for: CustomArrayFieldTemplate CustomTextWidget CustomTitleField * MMT-3410: Implments Cancel button, adds tests * MMT-3410: Add test for BoundingRectangleField.jsx * MMT-3410: Adds tests for reducers * MMT-3410: Use user-event * MMT-3410: Notifications tests * MMT-3410: Added test for GridTitle * MMT-3410: Add tests for CustomTitleFieldTemplate.jsx * MMT-3410: Now checks props. * MMT-3410: Fixed duplicate describe statement * MMT-3410: Add test to CustomCountrySelectWidget * MMT-3410: Rename directory 'CustomMultiSelect' to 'CustomMultiSelectWidget' * MMT-3410 Add file CustomMultiSelectWidget.test.js * MMT-3410: Renove unused file * MMT-3410: Adds DraftPreview tests, adds retries to CMR calls * MMT-3410: Add tests to CustomMultiSelectWidget * MMT-3410: Adding tests for Radio Widget * MMT-3410: Remove unused statement * MMT-3410: Update imports * MMT-3410: Added tests for KeywordPicker * MMT-3410: MetadataForm tests * MMT-3410: Add test to DraftList * MMT-3410: Test cases for JsonPreview.jsx * MMT-3410: Add test to StreetAddressField * MMT-3410: Adds useControlledKeywords test * MMT-3410: Added test for DateTime and CustomFieldTemplate * MMT-3410: Select widget tests * MMT-3410: Added tests for GridField and GridRow * MMT-3410: GridControlledField tests * MMT-3410: Added GridCol test * MMT-3410: Added tests for GridRow * MMT-3410: Added tests for GridLayout * MMT-3410: Add tests to Button.jsx * MMT-3410: Form improvements and loading state * MMT-3410: Add support for Download JSON. * MMT-3410: Resetting state variable if error occurs. * MMT-3140: Added test for ObjectField.test.js * MMT-3410: Changed from useQuery to useLazyQuery * MMT-3410: Cleaned up and added createDownloadDraftParas * MMT-3410: Added jsDoc for CustomFieldTemplate * MMT-3410: Cleanup * MMT-3410: More cleanup * MMT-3410: Switch to lodash-es * MMT-3410: Fixed tests for download json option. * MMT-3410: Removed console.log * MMT-3410: Added test for contructDownloadableFile * MMT-3410: Forgot to include test. * MMT-3410: accidently included unused import * MMT:3410: More cleanup * MMT-3410: Fixes tests * MMT-3410: Updates readme * MMT-3410: Removes console log * MMT-3410: Use widget wrapper for country select, removes test ids * MMT:3410: Fixes linting issue, updates comments to new ticket * MMT-3414: Added support for UMM-S * MMT-3414: implemented OneOfField.jsx * MMT-3414: removed headerClassName * MMT-3414: Added test cases for CheckBox.jsx * MMT-3414: Added test for oneOfField.js * MMT-3414: FIxed eslint error * MMT-3414: Added test for oneOf in CustomSelect * MMT-3418: Added variable crud * MMT-3418: Fixed science keywords * MMt-3418: Fixed oneOF warnings * MMT-3418: Adding Sets, RelatedUrls, InstanceInfo * MMT-3418: Fixing itemTitle issue * MMT-3418: Add form single panel * MMT-3418: Fixed singlePanel * MMT-3418: Fixed remove for single panel * MMT-3418: Add test GridGroupedSinglePanel.test.js * MMT-3418: Check if form arrays are empty * MMT-3418: Added Collection Association * MMT-3483: Added Collection Association * MMT-3483: Implemented basic collection association and the preview circle * MMT-3483: Added pagination * MMT-3483: Variable Publish working * MMT-3484: Added all of the field for the search field * MMT-3483: Updated test for CustomRadio.rsx * MMT-3490: Adding homepage (#1117) * MMT-3490: Adding homepage and tweaking header * MMT-3490: Cleanup * MMT-3490: PR feedback * MMT-3490: Linter cleanup * MMT-3490: Linter cleanup * MMT-3490: Moving Panel to new component * Mmt 3407: Support logging in with launchpad (#1122) * MMT-3407: State of effort after talking with Trevor * MMT-3407: Added support for logging in with launchpad. Added lambdas for logging in and saml callbacks. Added protected routes. Added support for cookies. Fixed critical vulnerability errors by removing saml2js as a dep and implementing similar logic using better libs. Added support to still work in with a local env setup. --------- Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: Trevor Lang <[email protected]> * Mmt 3407: Quick PR to add some debug statements for was lambda callback (#1123) --------- Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: Trevor Lang <[email protected]> * Mmt 3407 - Fixed deployment issue to SIT (#1125) * MMT-3407: Cleaned up local dev mode. Worked around issue where AWS won't send multiple cookies. --------- Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: Trevor Lang <[email protected]> * MMT-3590: Fixing mocks (#1121) * MMT-3590: Fixes for table props (#1126) * MMT-3590: Fixing mocks * MMT-3590: Fixes for Table Props * MMT-3483: Added test for collectionAssociation.tsx * MMT-3483: Added tests for collection association util function * MMT-3483: Added test for Collection Association * MMT-3583: Fixed eslint * MMT-3482: Fixed style lint * MMT-3483: Removed scss file * MMT-3483: Addressed PR feedback * MMT-3483: Address PR comments * MMT-3552: Published record search (#1128) * MMT-3553: Public record search * MMT-3553: Search page tests and cleanup * MMT-3553: Fixing eslint * MMT-3552: Adds additional types, fixes prop type errors in tests, fixes auth redirect * MMT-3552: eslint cleanup * MMT-3552: PR feedback * MMT-3552: PR feedback * MMT-3483: Implemented the Table layout * MMT-3483: Addressed PR comments * MMT-3483: Fixed the association issue found in SIT --------- Co-authored-by: Matthew Crouch <[email protected]> Co-authored-by: htranho <[email protected]> Co-authored-by: Mandy Parson <[email protected]> Co-authored-by: Christopher D. Gokey <[email protected]> Co-authored-by: tle1989 <[email protected]> Co-authored-by: Trevor Lang <[email protected]> Co-authored-by: cgokey <[email protected]> Co-authored-by: Mandy Parson <[email protected]>
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.
Adds the homepage to the application and adjusts some styling in the wrapper and header