mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #138] [MERGED] feat: variable suggestions popover #181
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#181
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/138
Author: @arikchakma
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @arikchakma
Base:
main← Head:feat/variable-suggestion📝 Commits (4)
36e6e3bfeat: variable suggestions popover4f294a0feat: variable optionsf9cb18cMerge branch 'main' into feat/variable-suggestione0c45f2docs: variable options📊 Changes
17 files changed (+388 additions, -349 deletions)
View changed files
📝
packages/core/readme.md(+36 -30)📝
packages/core/src/editor/components/repeat-menu/repeat-bubble-menu.tsx(+5 -6)📝
packages/core/src/editor/components/show-popover.tsx(+5 -3)📝
packages/core/src/editor/components/ui/input-autocomplete.tsx(+11 -8)📝
packages/core/src/editor/components/ui/link-input-popover.tsx(+13 -20)📝
packages/core/src/editor/extensions/index.tsx(+2 -7)📝
packages/core/src/editor/index.tsx(+1 -14)📝
packages/core/src/editor/nodes/button/button-label-input.tsx(+11 -16)📝
packages/core/src/editor/nodes/button/button-view.tsx(+5 -6)➖
packages/core/src/editor/nodes/variable/variable-popover.tsx(+0 -159)➕
packages/core/src/editor/nodes/variable/variable-suggestions-popover.tsx(+164 -0)📝
packages/core/src/editor/nodes/variable/variable-suggestions.tsx(+19 -15)📝
packages/core/src/editor/nodes/variable/variable-view.tsx(+14 -7)📝
packages/core/src/editor/nodes/variable/variable.ts(+68 -8)📝
packages/core/src/editor/provider.tsx(+1 -49)➕
packages/core/src/editor/utils/node-options.ts(+28 -0)📝
packages/core/src/editor/utils/variable.ts(+5 -1)📄 Description
This is how it should be used
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.