Skip to content

Commit

Permalink
Merge pull request #8 from alexisthual/feature/add_tooltips
Browse files Browse the repository at this point in the history
Add tooltips
  • Loading branch information
alexisthual authored Feb 12, 2024
2 parents 4584814 + 8a72489 commit 88ca8d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/pane/fingerprint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const FingerprintPane = ({
]
);
},
tooltip: "Contrasts / conditions",
},
{
inputType: InputType.BUTTON,
Expand All @@ -114,6 +115,7 @@ const FingerprintPane = ({
}
},
iconActive: "rotate-page",
tooltip: "Rotate pane",
},
],
},
Expand Down
3 changes: 3 additions & 0 deletions web/src/views/surface/surfacePane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ const SurfacePane = ({
changeState("meshSupport")(newValue);
}
},
tooltip: "Mesh support",
},
{
inputType: InputType.SELECT_STRING,
Expand All @@ -571,6 +572,7 @@ const SurfacePane = ({
changeState("meshType")(newValue);
}
},
tooltip: "Mesh type",
},
{
inputType: InputType.SELECT_STRING,
Expand All @@ -586,6 +588,7 @@ const SurfacePane = ({
changeState("hemi")(newValue);
}
},
tooltip: "Hemisphere",
},
],
},
Expand Down

0 comments on commit 88ca8d6

Please sign in to comment.