Skip to content
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

Add modal display of measurements details on selection of a specific raw measurement #1816

Open
Tracked by #1463
huddlej opened this issue Aug 16, 2024 · 1 comment

Comments

@huddlej
Copy link
Contributor

huddlej commented Aug 16, 2024

Description

When a user selects (clicks) an individual raw measurement in the measurements panel, the panel should display a modal window with the same details that get displayed in the tooltip on hover. This modal window should behave like the corresponding functionality in the tree panel when users click on a tip in the tree.

Once implemented, the hover panel should only display fields listed in the fields key of the collection config, if provided. All column values should be displayed in the full detail modal.

@huddlej huddlej changed the title add full modal on click to have a fixed display of details show in the hover panel (Once implemented, the hover panel should only display fields listed in the fields key of the collection config, if provided. All column values should be displayed in the full detail modal.) Add modal display of measurements details on selection of a specific raw measurement Aug 16, 2024
@jameshadfield
Copy link
Member

f7e944d should make it straightforward to display the same modal as if clicking on the node in the tree (<NodeClickedPanel>). If you want different information shown then it'll be a little more complicated and we should think about the interplay with this and the <Modal> component. Do you have a basic mock-up of the differences?

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

No branches or pull requests

2 participants