From f0e65b57c0f2529084c05d1ea538e4927df07241 Mon Sep 17 00:00:00 2001 From: Ulysse DURAND Date: Wed, 3 Jun 2026 16:46:43 +0200 Subject: [PATCH 1/2] docs(widgets): add the trame-radial-menu widget --- docs/vitepress/guide/intro/widgets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vitepress/guide/intro/widgets.md b/docs/vitepress/guide/intro/widgets.md index 39e62462..9d61e2c0 100644 --- a/docs/vitepress/guide/intro/widgets.md +++ b/docs/vitepress/guide/intro/widgets.md @@ -18,6 +18,7 @@ | | [pvui (ParaView UI)](https://github.com/Kitware/trame-pvui "Widgets that may be used in the Paraview user interface") | trame-pvui | 2 | 4 | | | [quasar](https://github.com/Kitware/trame-quasar "Quasar widgets") | trame-quasar | 3 | 123 | | | 👍 [simput](https://github.com/Kitware/trame-simput "Create forms from model/proxies") | trame-simput | 2 & 3 | 2 | +| | [radial-menu](https://github.com/Kitware/trame-radial-menu "Radial Menu GUI widget") | trame-radial-widget | 3 | 3 | | | [trame](https://github.com/Kitware/trame-components "Helper components") | trame-components | 2 & 3 [⚠️](# "In the code upgrade to support 2 & 3, some event keys have been updated.") | 11 | | | [tweakpane](https://github.com/Kitware/trame-tweakpane "Tweakpane widgets") | trame-tweakpane | 2 & 3 | 10 | | | 👍 [vuetify, vuetify2, vuetify3](https://github.com/Kitware/trame-vuetify "Vuetify UI components") | trame-vuetify | 2 & 3 [⚠️](# "The set of components are a bit different with API change. Please look at the 'upgrade guide' for more details.")| 146 & 156 | From b70cd0ecef47e811f5c7a56d452c7dbe6da45add Mon Sep 17 00:00:00 2001 From: Ulysse DURAND Date: Wed, 3 Jun 2026 17:13:50 +0200 Subject: [PATCH 2/2] docs(widgets): change trame-radial-menu's tooltip --- docs/vitepress/guide/intro/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vitepress/guide/intro/widgets.md b/docs/vitepress/guide/intro/widgets.md index 9d61e2c0..791e0627 100644 --- a/docs/vitepress/guide/intro/widgets.md +++ b/docs/vitepress/guide/intro/widgets.md @@ -18,7 +18,7 @@ | | [pvui (ParaView UI)](https://github.com/Kitware/trame-pvui "Widgets that may be used in the Paraview user interface") | trame-pvui | 2 | 4 | | | [quasar](https://github.com/Kitware/trame-quasar "Quasar widgets") | trame-quasar | 3 | 123 | | | 👍 [simput](https://github.com/Kitware/trame-simput "Create forms from model/proxies") | trame-simput | 2 & 3 | 2 | -| | [radial-menu](https://github.com/Kitware/trame-radial-menu "Radial Menu GUI widget") | trame-radial-widget | 3 | 3 | +| | [radial-menu](https://github.com/Kitware/trame-radial-menu "Creates a radial menu around the mouse cursor") | trame-radial-widget | 3 | 3 | | | [trame](https://github.com/Kitware/trame-components "Helper components") | trame-components | 2 & 3 [⚠️](# "In the code upgrade to support 2 & 3, some event keys have been updated.") | 11 | | | [tweakpane](https://github.com/Kitware/trame-tweakpane "Tweakpane widgets") | trame-tweakpane | 2 & 3 | 10 | | | 👍 [vuetify, vuetify2, vuetify3](https://github.com/Kitware/trame-vuetify "Vuetify UI components") | trame-vuetify | 2 & 3 [⚠️](# "The set of components are a bit different with API change. Please look at the 'upgrade guide' for more details.")| 146 & 156 |