[PR #14] [MERGED] fix(ag-grid-plugin): styles after upgrade #1385

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/14
Author: @Wroud
Created: 4/22/2020
Status: Merged
Merged: 4/22/2020
Merged by: @Wroud

Base: develHead: chore-deps-update


📝 Commits (2)

  • a1c13da fix(ag-grid-plugin): styles after upgrade
  • 7d36f4e chore(ag-grid-plugin): cleanup

📊 Changes

16 files changed (+290 additions, -271 deletions)

View changed files

📝 webapp/configs/rollup.config.js (+1 -0)
📝 webapp/configs/webpack/common.js (+120 -124)
📝 webapp/package.json (+1 -0)
📝 webapp/packages/ag-grid-plugin/src/AgGridTable/AgGridTable.tsx (+1 -2)
📝 webapp/packages/ag-grid-plugin/src/AgGridTable/AgGridTableController.ts (+3 -2)
📝 webapp/packages/ag-grid-plugin/src/AgGridTable/PlainTextEditor/PlainTextEditor.tsx (+1 -1)
webapp/packages/ag-grid-plugin/src/AgGridTable/styles.ts (+0 -16)
📝 webapp/packages/ag-grid-plugin/src/styles/base.raw.scss (+32 -17)
webapp/packages/ag-grid-plugin/src/styles/styles.ts (+26 -0)
webapp/packages/ag-grid-plugin/src/styles/themes/_base-ag-grid.scss (+62 -0)
webapp/packages/ag-grid-plugin/src/styles/themes/_styles.scss (+0 -88)
📝 webapp/packages/ag-grid-plugin/src/styles/themes/dark.scss (+6 -2)
📝 webapp/packages/ag-grid-plugin/src/styles/themes/light.scss (+5 -1)
📝 webapp/packages/core/assets/styles/_color.scss (+9 -4)
📝 webapp/packages/core/src/app/shared/InlineEditor/styles.ts (+18 -9)
📝 webapp/packages/core/src/theming/useStyles.ts (+5 -5)

📄 Description

dbeaver-corp/dbeaver-web#611


🔄 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/14 **Author:** [@Wroud](https://github.com/Wroud) **Created:** 4/22/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `chore-deps-update` --- ### 📝 Commits (2) - [`a1c13da`](https://github.com/dbeaver/cloudbeaver/commit/a1c13da17c6a34156637f24c4ae4c39b34c9554a) fix(ag-grid-plugin): styles after upgrade - [`7d36f4e`](https://github.com/dbeaver/cloudbeaver/commit/7d36f4e103813e9dd07feb5bacf99dfa3b18c036) chore(ag-grid-plugin): cleanup ### 📊 Changes **16 files changed** (+290 additions, -271 deletions) <details> <summary>View changed files</summary> 📝 `webapp/configs/rollup.config.js` (+1 -0) 📝 `webapp/configs/webpack/common.js` (+120 -124) 📝 `webapp/package.json` (+1 -0) 📝 `webapp/packages/ag-grid-plugin/src/AgGridTable/AgGridTable.tsx` (+1 -2) 📝 `webapp/packages/ag-grid-plugin/src/AgGridTable/AgGridTableController.ts` (+3 -2) 📝 `webapp/packages/ag-grid-plugin/src/AgGridTable/PlainTextEditor/PlainTextEditor.tsx` (+1 -1) ➖ `webapp/packages/ag-grid-plugin/src/AgGridTable/styles.ts` (+0 -16) 📝 `webapp/packages/ag-grid-plugin/src/styles/base.raw.scss` (+32 -17) ➕ `webapp/packages/ag-grid-plugin/src/styles/styles.ts` (+26 -0) ➕ `webapp/packages/ag-grid-plugin/src/styles/themes/_base-ag-grid.scss` (+62 -0) ➖ `webapp/packages/ag-grid-plugin/src/styles/themes/_styles.scss` (+0 -88) 📝 `webapp/packages/ag-grid-plugin/src/styles/themes/dark.scss` (+6 -2) 📝 `webapp/packages/ag-grid-plugin/src/styles/themes/light.scss` (+5 -1) 📝 `webapp/packages/core/assets/styles/_color.scss` (+9 -4) 📝 `webapp/packages/core/src/app/shared/InlineEditor/styles.ts` (+18 -9) 📝 `webapp/packages/core/src/theming/useStyles.ts` (+5 -5) </details> ### 📄 Description dbeaver-corp/dbeaver-web#611 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:03:46 +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#1385
No description provided.