mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #66] [MERGED] feat: improve ui and config #128
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#128
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/66
Author: @arikchakma
Created: 10/26/2024
Status: ✅ Merged
Merged: 10/28/2024
Merged by: @arikchakma
Base:
main← Head:fix/variable📝 Commits (10+)
8704cecfix: variable bubble menu48f0821wip: text bubble menu8cb5e55fix: text bubble menudb2b71bwip: for bubble menuc448ee6feat: variable and payload value suggestion char80fcb7efix: for bubble menuf904698wip: section bubble menufb728c4wip: section and columns bubble menu17d7927wip: column add or remove5f7a1adfix: delete columns📊 Changes
33 files changed (+939 additions, -642 deletions)
View changed files
📝
apps/web/components/preview-email.tsx(+1 -1)➕
packages/core/src/editor/components/column-menu/columns-bubble-menu-content.tsx(+192 -0)📝
packages/core/src/editor/components/column-menu/columns-bubble-menu.tsx(+5 -201)📝
packages/core/src/editor/components/column-menu/use-columns-state.tsx(+0 -6)➕
packages/core/src/editor/components/for-menu/for-bubble-menu.tsx(+124 -0)➕
packages/core/src/editor/components/for-menu/use-for-state.ts(+16 -0)➕
packages/core/src/editor/components/icons/border-color.tsx(+25 -0)➕
packages/core/src/editor/components/icons/margin-icon.tsx(+21 -0)➕
packages/core/src/editor/components/icons/padding-icon.tsx(+21 -0)📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+2 -2)📝
packages/core/src/editor/components/section-menu/section-bubble-menu.tsx(+150 -158)📝
packages/core/src/editor/components/section-menu/use-section-state.tsx(+3 -3)📝
packages/core/src/editor/components/text-menu/text-bubble-menu.tsx(+56 -62)📝
packages/core/src/editor/components/text-menu/use-text-menu-state.tsx(+7 -0)📝
packages/core/src/editor/components/ui/link-input-popover.tsx(+1 -1)📝
packages/core/src/editor/components/ui/select.tsx(+24 -3)➕
packages/core/src/editor/components/vertical-alignment-switch.tsx(+48 -0)📝
packages/core/src/editor/extensions/index.ts(+12 -7)📝
packages/core/src/editor/index.tsx(+12 -1)📝
packages/core/src/editor/nodes/button/button-view.tsx(+2 -2)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.