Conversation
60f97ab to
752f899
Compare
752f899 to
26ab615
Compare
|
Nice! |
I am not showing the details button when the MOC is used for a search interface, like dce, spherex, or euclid. For coverage views I enable it. |
I will look at this |
4470715 to
fa56af2
Compare
|
that is really, really nice. i love it! |
jaladh-singhal
left a comment
There was a problem hiding this comment.
Code looks good - just minor comments.
Tested - works great in all different modes - fits, embedded hips, coverage, etc.
|
|
||
| export const VisInlineToolbarView = memo( (props) => { | ||
| const {pv, showDelete,deleteVisible, topOffset=0}= props; | ||
| export const RightSidePvDecoration = memo( (props) => { |
There was a problem hiding this comment.
I think we should minimize naming components based on position/layout since they may move in future, it should rather be based on children components. How about "PlotStatusAndControls" or something like that? (status for warning, legends and controls for remove button)
| ? 'Choose search area: click and draw circle on map' | ||
| : 'Choose search area: click and draw rectangle on map' ); |
There was a problem hiding this comment.
Since we have other shapes that may get added in future, maybe explicitly check for SelectedShape.rect and default to just "Choose search area: click and draw region on map"
- Added a legend on hips and images - New xs size for button - Added selection in embedded components - Added shortTitle for MOCs - Some refactor and clean up - Renamed a couple of files to better reflect their function - includes some reponse from several rounds of feedback
fa56af2 to
77ee6ff
Compare


Firefly-1924: Add Legend Support
xssize for buttonife PR: https://github.com/IPAC-SW/irsa-ife/pull/459
Testing