mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1071] [MERGED] Feat/blocks #1128
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/blocks📝 Commits (10+)
b57f817block api600829cblocks apiaef05e7integration action apice0de74update doc interfaceb299b7cblocks storeaa58063Update new doc buttonbb87be2new github integration page5792b4fEmbed Block View & Form1081798Markdown Block View & Forme0a2714GithubIssue Block View & Form📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.