mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #58] [MERGED] feat: implement section and columns #118
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#118
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/58
Author: @arikchakma
Created: 9/22/2024
Status: ✅ Merged
Merged: 9/23/2024
Merged by: @arikchakma
Base:
main← Head:feat/section📝 Commits (10+)
b0bd8dawip: implement columnsee28984wip: implement sectiondf9647ffix: hide section bubble menu09c64affeat: implement column vertical alignbd037cefix: allow column inside sectionbb4db9dfix: refactor number input64f6be2feat: implement section background coloraaa03dffeat: add text color7d86efcfix: update attributesdee4e06fix: update attributes📊 Changes
32 files changed (+1508 additions, -242 deletions)
View changed files
📝
apps/web/components/preview-email.tsx(+12 -2)📝
packages/core/package.json(+6 -1)📝
packages/core/src/editor/components/bubble-menu-button.tsx(+11 -5)➖
packages/core/src/editor/components/color-picker.tsx(+0 -37)➕
packages/core/src/editor/components/column-menu/columns-bubble-menu.tsx(+147 -0)➕
packages/core/src/editor/components/column-menu/columns-width.tsx(+24 -0)➕
packages/core/src/editor/components/column-menu/use-columns-state.tsx(+30 -0)📝
packages/core/src/editor/components/image-bubble-menu.tsx(+2 -1)➕
packages/core/src/editor/components/section-menu/section-bubble-menu.tsx(+107 -0)➕
packages/core/src/editor/components/section-menu/use-section-state.tsx(+23 -0)📝
packages/core/src/editor/components/spacer-bubble-menu.tsx(+2 -1)📝
packages/core/src/editor/components/text-menu/text-bubble-menu.tsx(+71 -33)➕
packages/core/src/editor/components/text-menu/use-text-menu-state.tsx(+19 -0)➕
packages/core/src/editor/components/ui/color-picker.tsx(+49 -0)➕
packages/core/src/editor/components/ui/divider.tsx(+20 -0)➕
packages/core/src/editor/components/ui/number-input.tsx(+28 -0)➕
packages/core/src/editor/extensions/columns/column.ts(+71 -0)➕
packages/core/src/editor/extensions/columns/columns.ts(+134 -0)📝
packages/core/src/editor/extensions/image-resize.tsx(+3 -3)📝
packages/core/src/editor/extensions/index.ts(+19 -0)...and 12 more files
📄 Description
Features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.