mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #69] [MERGED] feat: improve features #357
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#357
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/arikchakma/maily.to/pull/69
Author: @arikchakma
Created: 11/11/2024
Status: ✅ Merged
Merged: 11/13/2024
Merged by: @arikchakma
Base:
main← Head:feat/col📝 Commits (10+)
565866cfeat: columns responsivenessaa510cafix: update variable suggestion UI1b48cb3fix: for bubble menu positiond32910efix: update icon3927c41feat: delete noded5654a0fix: hide for bubble menuad7c689fix: active show colors5a6bbdcfix: content menu padding13cd226feat: dim element on focusf306a46fix: revert the opacity📊 Changes
22 files changed (+379 additions, -151 deletions)
View changed files
📝
apps/web/app/(playground)/playground/page.tsx(+2 -6)📝
apps/web/app/(playground)/template/[templateId]/page.tsx(+2 -12)📝
apps/web/app/(playground)/template/page.tsx(+2 -9)📝
apps/web/components/editor-preview.tsx(+110 -79)➕
apps/web/components/editor-topbar.tsx(+41 -0)📝
apps/web/stores/editor-store.tsx(+10 -0)📝
packages/core/src/blocks/layout.tsx(+12 -0)📝
packages/core/src/editor/components/column-menu/columns-bubble-menu-content.tsx(+35 -0)📝
packages/core/src/editor/components/column-menu/columns-bubble-menu.tsx(+1 -1)📝
packages/core/src/editor/components/column-menu/use-columns-state.tsx(+2 -0)📝
packages/core/src/editor/components/content-menu.tsx(+1 -1)📝
packages/core/src/editor/components/for-menu/for-bubble-menu.tsx(+4 -4)📝
packages/core/src/editor/components/for-menu/use-for-state.ts(+2 -0)📝
packages/core/src/editor/components/section-menu/section-bubble-menu.tsx(+13 -1)📝
packages/core/src/editor/components/show-popover.tsx(+15 -5)📝
packages/core/src/editor/components/ui/link-input-popover.tsx(+2 -2)📝
packages/core/src/editor/extensions/slash-command/default-slash-commands.ts(+2 -1)📝
packages/core/src/editor/nodes/columns/columns.ts(+18 -1)📝
packages/core/src/editor/nodes/variable/variable-suggestions.tsx(+66 -19)➕
packages/core/src/editor/utils/delete-node.ts(+19 -0)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.