[PR #435] [MERGED] fix(plugin-data-viewer): CB-1129 handle readonly boolean representati… #1679

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

📋 Pull Request Information

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

Base: develHead: fix/readonly-boolean-representation


📝 Commits (2)

  • 5879814 fix(plugin-data-viewer): CB-1129 handle readonly boolean representation state
  • f1e78e6 fix(plugin-data-viewer): CB-1129 style changes

📊 Changes

19 files changed (+87 additions, -56 deletions)

View changed files

📝 webapp/packages/core-blocks/src/FormControls/Radio.tsx (+26 -5)
📝 webapp/packages/core-blocks/src/IconOrImage.tsx (+3 -2)
📝 webapp/packages/core-theming/src/styles/_radio.scss (+3 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/CellRenderer/CellRenderer.tsx (+8 -15)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridContextMenu/DataGridContextMenuCellEditingService.ts (+4 -3)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridTable.tsx (+1 -1)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatterFactory.tsx (+2 -2)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatters/BooleanFormatter.tsx (+17 -18)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatters/TextFormatter.tsx (+1 -1)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableIndexColumnHeader.tsx (+2 -1)
📝 webapp/packages/plugin-data-spreadsheet-new/src/Editing/EditingContext.tsx (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/Editing/useEditing.ts (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/locales/en.ts (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/locales/ru.ts (+1 -0)
📝 webapp/packages/plugin-data-spreadsheet-new/src/styles/base.scss (+1 -1)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/BooleanValuePresentation.tsx (+11 -3)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/BooleanValuePresentationBootstrap.ts (+2 -2)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/isBooleanValuePresentationAvailable.ts (+1 -1)
📝 webapp/packages/plugin-data-viewer/src/index.ts (+1 -1)

📄 Description

…on state


🔄 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/435 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 8/5/2021 **Status:** ✅ Merged **Merged:** 8/6/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/readonly-boolean-representation` --- ### 📝 Commits (2) - [`5879814`](https://github.com/dbeaver/cloudbeaver/commit/587981406d6052c7ca744758b67ed48d62502c70) fix(plugin-data-viewer): CB-1129 handle readonly boolean representation state - [`f1e78e6`](https://github.com/dbeaver/cloudbeaver/commit/f1e78e67d3812fe734ab4d0677742700dbb72a51) fix(plugin-data-viewer): CB-1129 style changes ### 📊 Changes **19 files changed** (+87 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-blocks/src/FormControls/Radio.tsx` (+26 -5) 📝 `webapp/packages/core-blocks/src/IconOrImage.tsx` (+3 -2) 📝 `webapp/packages/core-theming/src/styles/_radio.scss` (+3 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/CellRenderer/CellRenderer.tsx` (+8 -15) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridContextMenu/DataGridContextMenuCellEditingService.ts` (+4 -3) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridTable.tsx` (+1 -1) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatterFactory.tsx` (+2 -2) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatters/BooleanFormatter.tsx` (+17 -18) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/Formatters/CellFormatters/TextFormatter.tsx` (+1 -1) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableIndexColumnHeader.tsx` (+2 -1) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/Editing/EditingContext.tsx` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/Editing/useEditing.ts` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/locales/en.ts` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/locales/ru.ts` (+1 -0) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/styles/base.scss` (+1 -1) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/BooleanValuePresentation.tsx` (+11 -3) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/BooleanValuePresentationBootstrap.ts` (+2 -2) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/isBooleanValuePresentationAvailable.ts` (+1 -1) 📝 `webapp/packages/plugin-data-viewer/src/index.ts` (+1 -1) </details> ### 📄 Description …on state --- <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:11 +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#1679
No description provided.