[PR #352] [MERGED] fix(core-dialogs): CB-875 add toolTip property to menuItem #1633

Closed
opened 2026-03-07 21:04:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/352
Author: @devnaumov
Created: 4/21/2021
Status: Merged
Merged: 4/22/2021
Merged by: @Wroud

Base: develHead: fix/tooltips


📝 Commits (3)

  • 5b7f13b fix(core-dialogs): CB-875 add toolTip property to menuItem
  • bb330e3 fix(core-dialogs): CB-875 toolTip -> tooltip
  • 052613b fix(core-dialogs): CB-875 useTranslate type change

📊 Changes

11 files changed (+31 additions, -7 deletions)

View changed files

📝 webapp/packages/core-blocks/src/PropertiesTable/PropertyItem.tsx (+3 -2)
📝 webapp/packages/core-dialogs/src/Menu/ContextMenu/ContextMenu.ts (+4 -0)
📝 webapp/packages/core-dialogs/src/Menu/IMenuPanel.ts (+1 -0)
📝 webapp/packages/core-dialogs/src/Menu/models/ComputedMenuItemModel.ts (+8 -0)
📝 webapp/packages/core-dialogs/src/Menu/models/MenuOptionsStore.ts (+2 -0)
📝 webapp/packages/core-localization/src/LocalizationService.ts (+8 -4)
📝 webapp/packages/core-localization/src/useTranslate.ts (+1 -1)
📝 webapp/packages/plugin-data-export/src/DataExportMenuService.ts (+1 -0)
📝 webapp/packages/plugin-data-export/src/locales/en.ts (+1 -0)
📝 webapp/packages/plugin-data-export/src/locales/ru.ts (+1 -0)
📝 webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuItem.tsx (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/352 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 4/21/2021 **Status:** ✅ Merged **Merged:** 4/22/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/tooltips` --- ### 📝 Commits (3) - [`5b7f13b`](https://github.com/dbeaver/cloudbeaver/commit/5b7f13be205c6bdd1a97e3239add150c5d93057f) fix(core-dialogs): CB-875 add toolTip property to menuItem - [`bb330e3`](https://github.com/dbeaver/cloudbeaver/commit/bb330e351adb68bd84fc27a2cd0e3badf597d5d8) fix(core-dialogs): CB-875 toolTip -> tooltip - [`052613b`](https://github.com/dbeaver/cloudbeaver/commit/052613b3ab70992df906bd05ec8e5d603802ec43) fix(core-dialogs): CB-875 useTranslate type change ### 📊 Changes **11 files changed** (+31 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-blocks/src/PropertiesTable/PropertyItem.tsx` (+3 -2) 📝 `webapp/packages/core-dialogs/src/Menu/ContextMenu/ContextMenu.ts` (+4 -0) 📝 `webapp/packages/core-dialogs/src/Menu/IMenuPanel.ts` (+1 -0) 📝 `webapp/packages/core-dialogs/src/Menu/models/ComputedMenuItemModel.ts` (+8 -0) 📝 `webapp/packages/core-dialogs/src/Menu/models/MenuOptionsStore.ts` (+2 -0) 📝 `webapp/packages/core-localization/src/LocalizationService.ts` (+8 -4) 📝 `webapp/packages/core-localization/src/useTranslate.ts` (+1 -1) 📝 `webapp/packages/plugin-data-export/src/DataExportMenuService.ts` (+1 -0) 📝 `webapp/packages/plugin-data-export/src/locales/en.ts` (+1 -0) 📝 `webapp/packages/plugin-data-export/src/locales/ru.ts` (+1 -0) 📝 `webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuItem.tsx` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:04:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1633
No description provided.