NASA-PDS / doi-ui

The web interface for the PDS DOI Service providing the ability management PDS archive DOIs. See the DOI Service for more details on the available capabilities. https://nasa-pds.github.io/doi-service/
Apache License 2.0
0 stars 4 forks source link

Fix DOI Search And DOI UI Integration Bugs #117

Closed eddiesarevalo closed 2 years ago

eddiesarevalo commented 2 years ago

Fix these bugs that occur when the DOI Search is installed into the DOI UI.

The tool tip is probably crashing because of a missing file reference.

It looks like the styling for material UI is being loaded twice. It might be be caused by conflicting material UI imports.

eddiesarevalo commented 2 years ago

The fix for the second item has to be done on the pds-wds-react repo. Will create a new ticket to track that item.

eddiesarevalo commented 2 years ago

https://github.com/NASA-PDS/pds-wds-react/issues/26 for the first item

eddiesarevalo commented 2 years ago

Added a prefix to the doi search component styles so that they won't override the client app's styles

eddiesarevalo commented 2 years ago

NASA-PDS/pds-wds-react#27 for the second item. It has to be fixed on the pds-wds-react repo.

eddiesarevalo commented 2 years ago

Updating react fixed the hover popover bug.

eddiesarevalo commented 2 years ago

Found one more bug referenced and fixed in NASA-PDS/pds-wds-react#29