mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1146] [MERGED] Blocks Beta - fixes #1174
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#1174
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/1146
Author: @Davy-c
Created: 9/7/2021
Status: ✅ Merged
Merged: 9/8/2021
Merged by: @Davy-c
Base:
feat/blocks-v3← Head:fix/blocks-beta-release📝 Commits (9)
8257557fix new doc button6c32529fix application error page and block tablesa6407b4sending map and api changes42464c2cleanup creation dom handlerc031142nested removalbea73f1remove optional nested removal28b2fc6minor fixesd1af01dgithub issue block7de4f10block editor view📊 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.