[PR #1156] [CLOSED] Fix/blocks beta release #1175

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/1156
Author: @Davy-c
Created: 9/8/2021
Status: Closed

Base: feat/blocks-v3Head: fix/blocks-beta-release


📝 Commits (6)

📊 Changes

10 files changed (+186 additions, -194 deletions)

View changed files

📝 src/cloud/components/Blocks/BlockContent.tsx (+27 -132)
📝 src/cloud/components/Blocks/BlockTree.tsx (+15 -0)
📝 src/cloud/components/Blocks/forms/GithubIssueForm.tsx (+8 -8)
📝 src/cloud/components/Blocks/props/DataTypeMenu.tsx (+17 -0)
📝 src/cloud/components/Blocks/views/Container.tsx (+87 -2)
📝 src/cloud/components/Blocks/views/Markdown.tsx (+7 -13)
📝 src/cloud/components/Blocks/views/Table/ColumnSettings.tsx (+4 -3)
📝 src/cloud/components/Blocks/views/Table/index.tsx (+8 -8)
📝 src/cloud/lib/blocks/dom.ts (+6 -15)
📝 src/cloud/lib/utils/events.ts (+7 -13)

📄 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/BoostIO/BoostNote-App/pull/1156 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 9/8/2021 **Status:** ❌ Closed **Base:** `feat/blocks-v3` ← **Head:** `fix/blocks-beta-release` --- ### 📝 Commits (6) - [`daead15`](https://github.com/BoostIO/BoostNote-App/commit/daead15825cd5f7bbbb91514c8513315fa596aeb) CR set duplicate - [`d419430`](https://github.com/BoostIO/BoostNote-App/commit/d4194300bfca058c05d243a04622c724b13ad972) page creation in top level - [`56dfc47`](https://github.com/BoostIO/BoostNote-App/commit/56dfc47aee6f99d62af3ee9c4c97a03df7c328d9) hoverable lines in block nav - [`2ba40a9`](https://github.com/BoostIO/BoostNote-App/commit/2ba40a984c9eaaff5f7a19e75102f281c9314ee6) fix block icon and events - [`5d032ec`](https://github.com/BoostIO/BoostNote-App/commit/5d032ec90121548926bc2b2d46bb337cc68e770c) container changes and add image - [`e95d039`](https://github.com/BoostIO/BoostNote-App/commit/e95d039410118d9f84ea20b7a1a0c0fb12b0a8d9) fixes ### 📊 Changes **10 files changed** (+186 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Blocks/BlockContent.tsx` (+27 -132) 📝 `src/cloud/components/Blocks/BlockTree.tsx` (+15 -0) 📝 `src/cloud/components/Blocks/forms/GithubIssueForm.tsx` (+8 -8) 📝 `src/cloud/components/Blocks/props/DataTypeMenu.tsx` (+17 -0) 📝 `src/cloud/components/Blocks/views/Container.tsx` (+87 -2) 📝 `src/cloud/components/Blocks/views/Markdown.tsx` (+7 -13) 📝 `src/cloud/components/Blocks/views/Table/ColumnSettings.tsx` (+4 -3) 📝 `src/cloud/components/Blocks/views/Table/index.tsx` (+8 -8) 📝 `src/cloud/lib/blocks/dom.ts` (+6 -15) 📝 `src/cloud/lib/utils/events.ts` (+7 -13) </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-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#1175
No description provided.