[PR #1071] [MERGED] Feat/blocks #1128

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

📋 Pull Request Information

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

Base: masterHead: feat/blocks


📝 Commits (10+)

📊 Changes

98 files changed (+6647 additions, -538 deletions)

View changed files

📝 package-lock.json (+15 -3)
📝 package.json (+2 -0)
src/cloud/api/blocks/index.ts (+74 -0)
📝 src/cloud/api/integrations/index.ts (+53 -0)
📝 src/cloud/api/teams/docs/index.ts (+1 -0)
src/cloud/components/Blocks/BlockContent.tsx (+304 -0)
src/cloud/components/Blocks/BlockCreationModal.tsx (+108 -0)
src/cloud/components/Blocks/BlockEditor.tsx (+65 -0)
src/cloud/components/Blocks/BlockIcon.tsx (+36 -0)
src/cloud/components/Blocks/BlockLayout.tsx (+121 -0)
src/cloud/components/Blocks/BlockToolbar.tsx (+30 -0)
src/cloud/components/Blocks/BlockTree.tsx (+138 -0)
src/cloud/components/Blocks/data/GithubAssigneesData.tsx (+154 -0)
src/cloud/components/Blocks/data/GithubLabelsData.tsx (+167 -0)
src/cloud/components/Blocks/data/GithubStatusData.tsx (+120 -0)
src/cloud/components/Blocks/data/types.ts (+6 -0)
src/cloud/components/Blocks/forms/EmbedForm.tsx (+105 -0)
src/cloud/components/Blocks/forms/GithubIssueForm.tsx (+617 -0)
src/cloud/components/Blocks/props/BoostUserProp.tsx (+131 -0)
src/cloud/components/Blocks/props/CheckboxProp.tsx (+17 -0)

...and 78 more files

📄 Description

  • Block Editor (WiP)

🔄 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/1071 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 8/3/2021 **Status:** ✅ Merged **Merged:** 9/9/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `master` ← **Head:** `feat/blocks` --- ### 📝 Commits (10+) - [`b57f817`](https://github.com/BoostIO/BoostNote-App/commit/b57f817d1185ba6543b6b3c07127fe99fcbd723a) block api - [`600829c`](https://github.com/BoostIO/BoostNote-App/commit/600829ccbdd1e59376c27fd69cb2db00f1b346a3) blocks api - [`aef05e7`](https://github.com/BoostIO/BoostNote-App/commit/aef05e78db0d23c889cd3ec66731d258984198aa) integration action api - [`ce0de74`](https://github.com/BoostIO/BoostNote-App/commit/ce0de747c73ee7c1048146c2e84ff5bf5dc28347) update doc interface - [`b299b7c`](https://github.com/BoostIO/BoostNote-App/commit/b299b7c0f2e4f4ecd04a8e65ede1d85d18c59d84) blocks store - [`aa58063`](https://github.com/BoostIO/BoostNote-App/commit/aa58063090c0e13f1135b9775f7cb2d604abee96) Update new doc button - [`bb87be2`](https://github.com/BoostIO/BoostNote-App/commit/bb87be2780460a9dbd0f5d407c475bf7e72ece83) new github integration page - [`5792b4f`](https://github.com/BoostIO/BoostNote-App/commit/5792b4f5ce25f192f1c1042859ca50662e25c823) Embed Block View & Form - [`1081798`](https://github.com/BoostIO/BoostNote-App/commit/1081798a7bad55bb716d717519e83bf51667581f) Markdown Block View & Form - [`e0a2714`](https://github.com/BoostIO/BoostNote-App/commit/e0a2714cba300b13cd49929b7516ff7e2b31a13d) GithubIssue Block View & Form ### 📊 Changes **98 files changed** (+6647 additions, -538 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+15 -3) 📝 `package.json` (+2 -0) ➕ `src/cloud/api/blocks/index.ts` (+74 -0) 📝 `src/cloud/api/integrations/index.ts` (+53 -0) 📝 `src/cloud/api/teams/docs/index.ts` (+1 -0) ➕ `src/cloud/components/Blocks/BlockContent.tsx` (+304 -0) ➕ `src/cloud/components/Blocks/BlockCreationModal.tsx` (+108 -0) ➕ `src/cloud/components/Blocks/BlockEditor.tsx` (+65 -0) ➕ `src/cloud/components/Blocks/BlockIcon.tsx` (+36 -0) ➕ `src/cloud/components/Blocks/BlockLayout.tsx` (+121 -0) ➕ `src/cloud/components/Blocks/BlockToolbar.tsx` (+30 -0) ➕ `src/cloud/components/Blocks/BlockTree.tsx` (+138 -0) ➕ `src/cloud/components/Blocks/data/GithubAssigneesData.tsx` (+154 -0) ➕ `src/cloud/components/Blocks/data/GithubLabelsData.tsx` (+167 -0) ➕ `src/cloud/components/Blocks/data/GithubStatusData.tsx` (+120 -0) ➕ `src/cloud/components/Blocks/data/types.ts` (+6 -0) ➕ `src/cloud/components/Blocks/forms/EmbedForm.tsx` (+105 -0) ➕ `src/cloud/components/Blocks/forms/GithubIssueForm.tsx` (+617 -0) ➕ `src/cloud/components/Blocks/props/BoostUserProp.tsx` (+131 -0) ➕ `src/cloud/components/Blocks/props/CheckboxProp.tsx` (+17 -0) _...and 78 more files_ </details> ### 📄 Description - Block Editor (WiP) --- <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:45 +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#1128
No description provided.