Skip to content

Added Metadata Tooltip Information Modals#707

Open
SonAndrea wants to merge 3 commits into
mainfrom
671-metadata-information-modals
Open

Added Metadata Tooltip Information Modals#707
SonAndrea wants to merge 3 commits into
mainfrom
671-metadata-information-modals

Conversation

@SonAndrea
Copy link
Copy Markdown
Collaborator

Added information modal popups as according to task #671 Metadata Information Modals for metadata fields:

  • Date Created
  • Document Type
  • Format
  • Contributors
  • Keywords
  • Subject Headings
  • Spatial Coverage

@SonAndrea SonAndrea linked an issue Apr 7, 2026 that may be closed by this pull request
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 7, 2026

Deploy Preview for dailp ready!

Name Link
🔨 Latest commit 4a2b766
🔍 Latest deploy log https://app.netlify.com/projects/dailp/deploys/69fcd518a62a5500078a9f61
😎 Deploy Preview https://deploy-preview-707--dailp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@chullings chullings requested a review from nguyen-katie April 15, 2026 19:10
position: "relative",
display: "inline-flex",
alignItems: "center",
marginLeft: "6px",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great! Only thing I'd suggest is to avoid pixels/px units & using rem instead if possible according to the code standards, but no changes needed here since the tooltips still look nice in smaller screens.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest not making a new tsx file for just info tooltips since it will probably be used for metadata only. It might be better to condense files by making InfoTooltip an export of edit-document-modal.tsx and adding the associated styles to edit-document-modal.css.ts

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest not making a new tsx file for just info tag selectors since it will probably be used for metadata only. It might be better to condense files by making TagSelectoran export of edit-document-modal.tsx and adding the associated styles to edit-document-modal.css.ts

@SonAndrea
Copy link
Copy Markdown
Collaborator Author

Made changes to remove use of pixels in css for tooltips. I did not makes the changes of moving the tooltip login into the metadata as there are potential uses for the component outside of just using it within metadata tooltips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Metadata Information Modals

2 participants