-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(react-components): color clicked poi instance and bump to 0.73.0 #4915
feat(react-components): color clicked poi instance and bump to 0.73.0 #4915
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of unknown stuff for me here. I had a few comments
react-components/src/architecture/concrete/pointsOfInterest/PointsOfInterestTool.ts
Show resolved
Hide resolved
import { is360ImageAnnotation } from './is360ImageAnnotation'; | ||
import { type RevealRenderTarget } from '../architecture'; | ||
|
||
export async function getInstancesFromClick( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to the same folder as PointsOfInterestTool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want this to be a general function that can be used multiple places. I think it will be easier for others to find if it's here
Type of change
Jira ticket 📘
https://cognitedata.atlassian.net/browse/
Description 📝
How has this been tested? 🔍
Test instructions ℹ️
Checklist ☑️