mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1142] [MERGED] Blocks UI/UX #1172
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#1172
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/1142
Author: @Davy-c
Created: 9/5/2021
Status: ✅ Merged
Merged: 9/6/2021
Merged by: @Davy-c
Base:
feat/blocks-v3← Head:feat/blocks-ui-improvements📝 Commits (10+)
1deb22ainitial5f113e4fix sidenava06904bfix switches in col settingsb8e2410context menu scrolls top by default14fe06ffix block treee2c9ce8small feedbacks7455efbdoc share removal73c5e69markdown block edit on creationf37c36fadd prop location4815f44kazz/simon feedback📊 Changes
76 files changed (+2941 additions, -1417 deletions)
View changed files
📝
src/cloud/api/blocks/index.ts(+10 -7)📝
src/cloud/api/integrations/index.ts(+1 -0)📝
src/cloud/components/Blocks/BlockContent.tsx(+238 -131)➖
src/cloud/components/Blocks/BlockCreate.tsx(+0 -135)➕
src/cloud/components/Blocks/BlockCreationModal.tsx(+108 -0)📝
src/cloud/components/Blocks/BlockEditor.tsx(+46 -1)➕
src/cloud/components/Blocks/BlockLayout.tsx(+120 -0)➕
src/cloud/components/Blocks/BlockToolbar.tsx(+30 -0)📝
src/cloud/components/Blocks/BlockTree.tsx(+72 -102)📝
src/cloud/components/Blocks/data/GithubAssigneesData.tsx(+32 -25)📝
src/cloud/components/Blocks/data/GithubLabelsData.tsx(+39 -31)📝
src/cloud/components/Blocks/data/GithubStatusData.tsx(+2 -1)➖
src/cloud/components/Blocks/forms/ContainerForm.tsx(+0 -60)📝
src/cloud/components/Blocks/forms/EmbedForm.tsx(+63 -52)📝
src/cloud/components/Blocks/forms/GithubIssueForm.tsx(+113 -63)➖
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(+81 -36)📝
src/cloud/components/Blocks/props/CheckboxProp.tsx(+3 -3)📝
src/cloud/components/Blocks/props/DataTypeMenu.tsx(+6 -0)...and 56 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.