-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FEATURE BRANCH] 902 E&A breakout #1154
Merged
Merged
Commits on Nov 11, 2024
-
Expose ExplorationAndAnalysis component, update date-fns for building…
… library, and get to render in nextJs instance
Configuration menu - View commit details
-
Copy full SHA for 7ffa351 - Browse repository at this point
Copy the full SHA 7ffa351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7061c7f - Browse repository at this point
Copy the full SHA 7061c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6dfab5 - Browse repository at this point
Copy the full SHA a6dfab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef45523 - Browse repository at this point
Copy the full SHA ef45523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11eb134 - Browse repository at this point
Copy the full SHA 11eb134View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31fc6d - Browse repository at this point
Copy the full SHA a31fc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbf657 - Browse repository at this point
Copy the full SHA bcbf657View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad732f7 - Browse repository at this point
Copy the full SHA ad732f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4e65c - Browse repository at this point
Copy the full SHA 9f4e65cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9afeaaa - Browse repository at this point
Copy the full SHA 9afeaaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for af34511 - Browse repository at this point
Copy the full SHA af34511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39dfb20 - Browse repository at this point
Copy the full SHA 39dfb20View commit details -
Configuration menu - View commit details
-
Copy full SHA for df5da6c - Browse repository at this point
Copy the full SHA df5da6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6cff1 - Browse repository at this point
Copy the full SHA 1a6cff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c08048 - Browse repository at this point
Copy the full SHA 0c08048View commit details -
Configuration menu - View commit details
-
Copy full SHA for db9e3c1 - Browse repository at this point
Copy the full SHA db9e3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 103b3f6 - Browse repository at this point
Copy the full SHA 103b3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ac2a9 - Browse repository at this point
Copy the full SHA 20ac2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165906e - Browse repository at this point
Copy the full SHA 165906eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6047e - Browse repository at this point
Copy the full SHA 6d6047eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a538d20 - Browse repository at this point
Copy the full SHA a538d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb09159 - Browse repository at this point
Copy the full SHA fb09159View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb269d0 - Browse repository at this point
Copy the full SHA fb269d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d89476 - Browse repository at this point
Copy the full SHA 3d89476View commit details -
Configuration menu - View commit details
-
Copy full SHA for acafa2e - Browse repository at this point
Copy the full SHA acafa2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 090c256 - Browse repository at this point
Copy the full SHA 090c256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c90c3 - Browse repository at this point
Copy the full SHA 86c90c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529d6aa - Browse repository at this point
Copy the full SHA 529d6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6107a3c - Browse repository at this point
Copy the full SHA 6107a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e130a6a - Browse repository at this point
Copy the full SHA e130a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f23dac9 - Browse repository at this point
Copy the full SHA f23dac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for de31403 - Browse repository at this point
Copy the full SHA de31403View commit details -
Remove onClick from linkProps, Remove linkProps req from card, Fix to…
… have externallinkbadge hotfix changes
Configuration menu - View commit details
-
Copy full SHA for 4b59fd6 - Browse repository at this point
Copy the full SHA 4b59fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8321a12 - Browse repository at this point
Copy the full SHA 8321a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c502224 - Browse repository at this point
Copy the full SHA c502224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec5744 - Browse repository at this point
Copy the full SHA 0ec5744View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee9d96 - Browse repository at this point
Copy the full SHA bee9d96View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ab1a3f - Browse repository at this point
Copy the full SHA 1ab1a3fView commit details
Commits on Nov 13, 2024
-
Various cleanup on EA breakout feature branch (#1251)
**Related Ticket:** #1154 ### Description of Changes * Fixed to have changes from https://github.com/NASA-IMPACT/veda-ui/pull/1231/files# which I accidentally removed when resolving conflicts in main feature branch * Remove `onClick` from `LinkProperties` * When something is a link, it doesn't need an onClick event... The onClick event should be placed on the `Card` Component instead of link props * LinkProperties should not be required for the card component. Only when the card re-routes would it need the linkProperties. For example, cards on the dataset selector modal dont re-route and we shouldn't have to pass in linkProps * Remove try/catch around aoi area/point selection logic and into local state with useEffect ### Note Built `v5.9.1-ea.0` off of these changes Update: Bulit `v5.9.1-ea.1` has been built ### Validation / Testing * Please make sure Dataset Layer Selection modal and E&A works as expected * Please make sure all cards in the dashboard are working as expected * Make sure external cards link externally and have the external badge * Make sure internal cards link internally correctly * Make sure Dataset Layer Selection modal selects cards as expected **NextJs Preview with updated version:** developmentseed/next-veda-ui#4
Configuration menu - View commit details
-
Copy full SHA for 387401f - Browse repository at this point
Copy the full SHA 387401fView commit details
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.