[PR #1146] [MERGED] Blocks Beta - fixes #1174

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

📋 Pull Request Information

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

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


📝 Commits (9)

📊 Changes

21 files changed (+342 additions, -105 deletions)

View changed files

📝 src/cloud/components/Blocks/BlockContent.tsx (+43 -5)
📝 src/cloud/components/Blocks/BlockLayout.tsx (+1 -0)
📝 src/cloud/components/Blocks/BlockTree.tsx (+13 -2)
📝 src/cloud/components/Blocks/forms/EmbedForm.tsx (+8 -1)
📝 src/cloud/components/Blocks/views/Container.tsx (+12 -24)
📝 src/cloud/components/Blocks/views/GithubIssue.tsx (+43 -18)
📝 src/cloud/components/Blocks/views/Markdown.tsx (+1 -1)
📝 src/cloud/components/Blocks/views/Table/index.tsx (+29 -1)
📝 src/cloud/components/Blocks/views/index.tsx (+7 -0)
📝 src/cloud/components/Router.tsx (+3 -1)
📝 src/cloud/components/buttons/NewDocButton.tsx (+1 -1)
📝 src/cloud/interfaces/db/team.ts (+1 -0)
📝 src/cloud/lib/blocks/dom.ts (+25 -0)
📝 src/cloud/lib/hooks/sidebar/useCloudSidebarTree.tsx (+3 -1)
src/cloud/lib/hooks/useBlocksApi.ts (+97 -0)
📝 src/cloud/lib/hooks/useDocBlocks.ts (+34 -8)
📝 src/cloud/lib/stores/blocks/index.ts (+2 -38)
📝 src/cloud/lib/utils/events.ts (+8 -0)
📝 src/design/components/molecules/Navigation/NavigationItem.tsx (+3 -2)
📝 src/design/lib/hooks/useBulkApi.ts (+7 -2)

...and 1 more files

📄 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/1146 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 9/7/2021 **Status:** ✅ Merged **Merged:** 9/8/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `feat/blocks-v3` ← **Head:** `fix/blocks-beta-release` --- ### 📝 Commits (9) - [`8257557`](https://github.com/BoostIO/BoostNote-App/commit/8257557a002303183c3bdad159c3dd6c82d079b0) fix new doc button - [`6c32529`](https://github.com/BoostIO/BoostNote-App/commit/6c325292339d8342b212170ad5d9505d39cd8cdf) fix application error page and block tables - [`a6407b4`](https://github.com/BoostIO/BoostNote-App/commit/a6407b4c1fb8360b2ee6e5f93e23a35aebf6992c) sending map and api changes - [`42464c2`](https://github.com/BoostIO/BoostNote-App/commit/42464c2c4264d8280c8afe022bd6188d904a7581) cleanup creation dom handler - [`c031142`](https://github.com/BoostIO/BoostNote-App/commit/c031142ebf999d6027ccf5136e60a7bc3e96afa6) nested removal - [`bea73f1`](https://github.com/BoostIO/BoostNote-App/commit/bea73f1e15122d04c5bba54eadb4b7e8a237f0df) remove optional nested removal - [`28b2fc6`](https://github.com/BoostIO/BoostNote-App/commit/28b2fc65382f99a2f3907ff6a339f5d1456ee953) minor fixes - [`d1af01d`](https://github.com/BoostIO/BoostNote-App/commit/d1af01d437f6435fcdc2d33c0e496f1f2b07614b) github issue block - [`7de4f10`](https://github.com/BoostIO/BoostNote-App/commit/7de4f10aebe8591e31d994711488ca7eb171ec0f) block editor view ### 📊 Changes **21 files changed** (+342 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Blocks/BlockContent.tsx` (+43 -5) 📝 `src/cloud/components/Blocks/BlockLayout.tsx` (+1 -0) 📝 `src/cloud/components/Blocks/BlockTree.tsx` (+13 -2) 📝 `src/cloud/components/Blocks/forms/EmbedForm.tsx` (+8 -1) 📝 `src/cloud/components/Blocks/views/Container.tsx` (+12 -24) 📝 `src/cloud/components/Blocks/views/GithubIssue.tsx` (+43 -18) 📝 `src/cloud/components/Blocks/views/Markdown.tsx` (+1 -1) 📝 `src/cloud/components/Blocks/views/Table/index.tsx` (+29 -1) 📝 `src/cloud/components/Blocks/views/index.tsx` (+7 -0) 📝 `src/cloud/components/Router.tsx` (+3 -1) 📝 `src/cloud/components/buttons/NewDocButton.tsx` (+1 -1) 📝 `src/cloud/interfaces/db/team.ts` (+1 -0) 📝 `src/cloud/lib/blocks/dom.ts` (+25 -0) 📝 `src/cloud/lib/hooks/sidebar/useCloudSidebarTree.tsx` (+3 -1) ➕ `src/cloud/lib/hooks/useBlocksApi.ts` (+97 -0) 📝 `src/cloud/lib/hooks/useDocBlocks.ts` (+34 -8) 📝 `src/cloud/lib/stores/blocks/index.ts` (+2 -38) 📝 `src/cloud/lib/utils/events.ts` (+8 -0) 📝 `src/design/components/molecules/Navigation/NavigationItem.tsx` (+3 -2) 📝 `src/design/lib/hooks/useBulkApi.ts` (+7 -2) _...and 1 more files_ </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:58 +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#1174
No description provided.