[PR #1155] [MERGED] Bug/table block cols #1177

Closed
opened 2026-03-03 00:24:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1155
Author: @ButteryCrumpet
Created: 9/8/2021
Status: Merged
Merged: 9/8/2021
Merged by: @Davy-c

Base: feat/blocks-v3Head: bug/table-block-cols


📝 Commits (4)

  • d4f8c06 move back to using uniquely identified columns
  • 56e2188 update hook with newer api
  • b4df497 update ui with newer api
  • bf1e7e1 remove unused imports

📊 Changes

5 files changed (+249 additions, -186 deletions)

View changed files

📝 src/cloud/components/Blocks/views/Table/ColumnSettings.tsx (+20 -30)
📝 src/cloud/components/Blocks/views/Table/TableSettings.tsx (+3 -2)
📝 src/cloud/components/Blocks/views/Table/index.tsx (+12 -5)
📝 src/cloud/lib/blocks/table.ts (+116 -103)
📝 src/cloud/lib/hooks/useBlockTable.ts (+98 -46)

📄 Description

  • Move back to using uuid for column identification
  • Add some better abstractions for interacting with Columns
  • update UI code to use updated table module

🔄 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/BoostIO/BoostNote-App/pull/1155 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 9/8/2021 **Status:** ✅ Merged **Merged:** 9/8/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `feat/blocks-v3` ← **Head:** `bug/table-block-cols` --- ### 📝 Commits (4) - [`d4f8c06`](https://github.com/BoostIO/BoostNote-App/commit/d4f8c06d2f4647a8da785b266c2e7c620e85e2cc) move back to using uniquely identified columns - [`56e2188`](https://github.com/BoostIO/BoostNote-App/commit/56e2188279a195ed03c56e6355edc5c94d4b84d4) update hook with newer api - [`b4df497`](https://github.com/BoostIO/BoostNote-App/commit/b4df4975e07c1a5a9b8f2387a2f1b354ae8fed60) update ui with newer api - [`bf1e7e1`](https://github.com/BoostIO/BoostNote-App/commit/bf1e7e188b4392b8c3ac1851e5b63bfb32b519ba) remove unused imports ### 📊 Changes **5 files changed** (+249 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Blocks/views/Table/ColumnSettings.tsx` (+20 -30) 📝 `src/cloud/components/Blocks/views/Table/TableSettings.tsx` (+3 -2) 📝 `src/cloud/components/Blocks/views/Table/index.tsx` (+12 -5) 📝 `src/cloud/lib/blocks/table.ts` (+116 -103) 📝 `src/cloud/lib/hooks/useBlockTable.ts` (+98 -46) </details> ### 📄 Description - Move back to using uuid for column identification - Add some better abstractions for interacting with `Column`s - update UI code to use updated table module --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:59 +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/BoostNote-App#1177
No description provided.