mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1139] [MERGED] Feat/blocks v3 #1171
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#1171
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/1139
Author: @ButteryCrumpet
Created: 9/3/2021
Status: ✅ Merged
Merged: 9/9/2021
Merged by: @Davy-c
Base:
feat/blocks← Head:feat/blocks-v3📝 Commits (10+)
5efc0a7Move cell components to 'props'8348c21empty string handling for prop componentsf96fb54separate data updater components01079f9block prop moduleb05171bblock prop api hook221e3e3table api update5d79dd6block table api hook61b57e2Update table component to use new Table Block hooka6828c4Issue block to use props5db084bshow children in table📊 Changes
92 files changed (+4418 additions, -2009 deletions)
View changed files
📝
src/cloud/api/blocks/index.ts(+15 -8)📝
src/cloud/api/integrations/index.ts(+1 -0)📝
src/cloud/components/Blocks/BlockContent.tsx(+224 -207)➕
src/cloud/components/Blocks/BlockCreationModal.tsx(+108 -0)📝
src/cloud/components/Blocks/BlockEditor.tsx(+47 -1)➕
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(+96 -131)📝
src/cloud/components/Blocks/data/GithubAssigneesData.tsx(+46 -35)📝
src/cloud/components/Blocks/data/GithubLabelsData.tsx(+52 -40)📝
src/cloud/components/Blocks/data/GithubStatusData.tsx(+16 -11)➕
src/cloud/components/Blocks/data/types.ts(+6 -0)➖
src/cloud/components/Blocks/forms/ContainerForm.tsx(+0 -60)📝
src/cloud/components/Blocks/forms/EmbedForm.tsx(+70 -52)📝
src/cloud/components/Blocks/forms/GithubIssueForm.tsx(+119 -67)➖
src/cloud/components/Blocks/forms/MarkdownForm.tsx(+0 -60)➖
src/cloud/components/Blocks/forms/TableForm.tsx(+0 -60)➕
src/cloud/components/Blocks/props/BoostUserProp.tsx(+131 -0)➕
src/cloud/components/Blocks/props/CheckboxProp.tsx(+17 -0)...and 72 more files
📄 Description
V3 blocks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.