mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #92] [MERGED] feat: add variable in links and button label #372
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#372
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/92
Author: @arikchakma
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @arikchakma
Base:
main← Head:feat/text-variables📝 Commits (8)
8e2eb96wipf88ef7cwipc19e312wip6186146feat: addisVariableto links7b642f5feat: variable links7e22326Merge branch 'main' into feat/text-variables5394367fix: remove protocol if it's variable9046675fix: enter trigger📊 Changes
21 files changed (+538 additions, -153 deletions)
View changed files
📝
packages/core/src/editor/components/for-menu/for-bubble-menu.tsx(+4 -1)📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+24 -5)📝
packages/core/src/editor/components/image-menu/use-image-state.tsx(+19 -14)📝
packages/core/src/editor/components/show-popover.tsx(+2 -1)📝
packages/core/src/editor/components/text-menu/text-bubble-menu.tsx(+4 -1)📝
packages/core/src/editor/components/text-menu/use-text-menu-state.tsx(+2 -1)📝
packages/core/src/editor/components/ui/input-autocomplete.tsx(+15 -9)📝
packages/core/src/editor/components/ui/link-input-popover.tsx(+121 -52)📝
packages/core/src/editor/extensions/index.ts(+2 -2)➕
packages/core/src/editor/nodes/button/button-label-input.tsx(+88 -0)📝
packages/core/src/editor/nodes/button/button-view.tsx(+18 -15)📝
packages/core/src/editor/nodes/button/button.tsx(+35 -0)📝
packages/core/src/editor/nodes/image/image-view.tsx(+22 -6)📝
packages/core/src/editor/nodes/image/image.ts(+41 -0)➕
packages/core/src/editor/nodes/link.ts(+31 -0)📝
packages/core/src/editor/nodes/logo/logo-view.tsx(+7 -3)📝
packages/core/src/editor/nodes/logo/logo.ts(+20 -0)📝
packages/core/src/editor/nodes/variable/variable-suggestions.tsx(+11 -5)📝
packages/core/src/editor/nodes/variable/variable-view.tsx(+2 -18)📝
packages/core/src/editor/nodes/variable/variable.ts(+10 -0)...and 1 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.