[PR #412] [MERGED] Feat/value panel img url #1671

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/412
Author: @devnaumov
Created: 7/7/2021
Status: Merged
Merged: 7/8/2021
Merged by: @Wroud

Base: develHead: feat/value-panel-img-url


📝 Commits (5)

  • 200d046 feat(plugin-data-spreadsheet-new): CB-1075 show img url as img in value panel
  • 14569c6 feat(plugin-data-spreadsheet-new): CB-1075 naming
  • 463fd43 feat(plugin-data-spreadsheet-new): CB-1075 add additional img formats
  • eede270 feat(plugin-data-spreadsheet-new): CB-1075 get cellValue from editor
  • 277b4d3 feat(plugin-data-spreadsheet-new): CB-1075 styles fixes

📊 Changes

9 files changed (+97 additions, -9 deletions)

View changed files

📝 webapp/packages/core-app/public/icons/icons.svg (+9 -0)
📝 webapp/packages/core-utils/src/index.ts (+2 -0)
webapp/packages/core-utils/src/isImageFormat.ts (+11 -0)
webapp/packages/core-utils/src/isValidUrl.ts (+19 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatter.tsx (+2 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatters/TextFormatter.tsx (+9 -2)
📝 webapp/packages/plugin-data-spreadsheet-new/src/styles/base.scss (+23 -0)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/ImageValue/ImageValuePresentation.tsx (+7 -4)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/ImageValue/ImageValuePresentationBootstrap.ts (+15 -3)

📄 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/412 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 7/7/2021 **Status:** ✅ Merged **Merged:** 7/8/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/value-panel-img-url` --- ### 📝 Commits (5) - [`200d046`](https://github.com/dbeaver/cloudbeaver/commit/200d04683895d99a915259bd4a1de5721d154c02) feat(plugin-data-spreadsheet-new): CB-1075 show img url as img in value panel - [`14569c6`](https://github.com/dbeaver/cloudbeaver/commit/14569c6860b7b12ea826e7cbbadc12ced4c8b67c) feat(plugin-data-spreadsheet-new): CB-1075 naming - [`463fd43`](https://github.com/dbeaver/cloudbeaver/commit/463fd436db8c06c2f5fd39df9eed7ddfdd9298fa) feat(plugin-data-spreadsheet-new): CB-1075 add additional img formats - [`eede270`](https://github.com/dbeaver/cloudbeaver/commit/eede270f66c14a9f54e721a017e164bc1b46593c) feat(plugin-data-spreadsheet-new): CB-1075 get cellValue from editor - [`277b4d3`](https://github.com/dbeaver/cloudbeaver/commit/277b4d3ae98fb45cdaf13f9117dfb4a118eae641) feat(plugin-data-spreadsheet-new): CB-1075 styles fixes ### 📊 Changes **9 files changed** (+97 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-app/public/icons/icons.svg` (+9 -0) 📝 `webapp/packages/core-utils/src/index.ts` (+2 -0) ➕ `webapp/packages/core-utils/src/isImageFormat.ts` (+11 -0) ➕ `webapp/packages/core-utils/src/isValidUrl.ts` (+19 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatter.tsx` (+2 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatters/TextFormatter.tsx` (+9 -2) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/styles/base.scss` (+23 -0) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/ImageValue/ImageValuePresentation.tsx` (+7 -4) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/ImageValue/ImageValuePresentationBootstrap.ts` (+15 -3) </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:05:08 +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#1671
No description provided.