mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #67] [MERGED] feat: implement show if and refactor #358
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#358
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/67
Author: @arikchakma
Created: 11/2/2024
Status: ✅ Merged
Merged: 11/6/2024
Merged by: @arikchakma
Base:
main← Head:feat/show📝 Commits (10+)
12989e2feat: implement show if217e722feat: add variable show keyc69d952feat: separate blocks1e4b0dbfix: layout iconsb1b1b92fix: remove alpha color685bf04fix: section and column placeholder795765bfeat: column bg color3cce619fix: minor details4069e7afeat: for loop indicatorc202c0bfix: build size issue📊 Changes
46 files changed (+1439 additions, -1099 deletions)
View changed files
📝
packages/core/package.json(+19 -8)➕
packages/core/src/blocks.ts(+6 -0)➕
packages/core/src/blocks/button.tsx(+24 -0)➕
packages/core/src/blocks/image.tsx(+38 -0)➕
packages/core/src/blocks/layout.tsx(+64 -0)➕
packages/core/src/blocks/list.tsx(+24 -0)➕
packages/core/src/blocks/types.ts(+15 -0)➕
packages/core/src/blocks/typography.tsx(+115 -0)📝
packages/core/src/editor/components/column-menu/columns-bubble-menu-content.tsx(+38 -156)➕
packages/core/src/editor/components/column-menu/columns-width-config.tsx(+125 -0)📝
packages/core/src/editor/components/column-menu/use-columns-state.tsx(+5 -35)📝
packages/core/src/editor/components/content-menu.tsx(+2 -9)📝
packages/core/src/editor/components/for-menu/for-bubble-menu.tsx(+11 -0)📝
packages/core/src/editor/components/for-menu/use-for-state.ts(+1 -0)📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+14 -0)📝
packages/core/src/editor/components/image-menu/use-image-state.tsx(+5 -0)📝
packages/core/src/editor/components/spacer-menu/spacer-bubble-menu.tsx(+18 -3)➕
packages/core/src/editor/components/spacer-menu/use-spacer-state.ts(+16 -0)📝
packages/core/src/editor/components/text-menu/use-text-menu-state.tsx(+10 -1)📝
packages/core/src/editor/components/ui/color-picker.tsx(+6 -3)...and 26 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.