mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #60] [MERGED] feat: section improvements & image size #121
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#121
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/60
Author: @arikchakma
Created: 10/2/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @arikchakma
Base:
main← Head:feat/image-size📝 Commits (10+)
4385ddfwip: implement image size7bf6649wip: update columns9bcf8a2fix: section alignment392086cfeat: section border configurations4893076feat: add columns indicatorb9b8c14wip: add columns countf1b8c0fwip: add multiple columns7872dcefix: columns delete positione1b2a28fix: bullet and number list placeholderfbfe569fix: section colors📊 Changes
28 files changed (+1332 additions, -166 deletions)
View changed files
📝
packages/core/src/editor/components/base-button.tsx(+1 -1)📝
packages/core/src/editor/components/bubble-menu-button.tsx(+6 -2)📝
packages/core/src/editor/components/column-menu/columns-bubble-menu.tsx(+161 -45)📝
packages/core/src/editor/components/column-menu/columns-width.tsx(+2 -2)📝
packages/core/src/editor/components/column-menu/use-columns-state.tsx(+34 -4)📝
packages/core/src/editor/components/editor-menu-bar.tsx(+1 -1)➕
packages/core/src/editor/components/icons/grid-lines.tsx(+25 -0)📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+31 -4)➕
packages/core/src/editor/components/image-menu/image-size.tsx(+26 -0)➕
packages/core/src/editor/components/image-menu/use-image-state.tsx(+19 -0)📝
packages/core/src/editor/components/popover.tsx(+1 -1)📝
packages/core/src/editor/components/section-menu/section-bubble-menu.tsx(+152 -3)📝
packages/core/src/editor/components/section-menu/use-section-state.tsx(+32 -3)📝
packages/core/src/editor/components/spacer-bubble-menu.tsx(+4 -1)📝
packages/core/src/editor/components/text-menu/text-bubble-menu.tsx(+3 -2)📝
packages/core/src/editor/components/ui/divider.tsx(+1 -1)➕
packages/core/src/editor/components/ui/edge-spacing-controls.tsx(+108 -0)📝
packages/core/src/editor/components/ui/number-input.tsx(+11 -6)📝
packages/core/src/editor/extensions/columns/column.ts(+177 -8)📝
packages/core/src/editor/extensions/columns/columns.ts(+18 -39)...and 8 more files
📄 Description
Features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.