mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #86] [MERGED] feat: variables function #140
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#140
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/86
Author: @arikchakma
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/17/2024
Merged by: @arikchakma
Base:
main← Head:feat/prevent-new-variables📝 Commits (9)
7c207c5feat: prevent from adding new variablesf3a1023wip5dff5fefeat: show key auto complete4035183fix: variables function56a2aa3refactor: process variables9f6db3dwip: target typef63550awip: renametargettofrom66f71c9feat: new variables doc2cc2be5fix: variable trigger character📊 Changes
16 files changed (+259 additions, -117 deletions)
View changed files
📝
packages/core/readme.md(+51 -21)📝
packages/core/src/editor/components/column-menu/columns-bubble-menu-content.tsx(+1 -0)📝
packages/core/src/editor/components/for-menu/for-bubble-menu.tsx(+18 -7)📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+1 -0)📝
packages/core/src/editor/components/section-menu/section-bubble-menu.tsx(+1 -0)📝
packages/core/src/editor/components/show-popover.tsx(+41 -21)📝
packages/core/src/editor/components/spacer-menu/spacer-bubble-menu.tsx(+1 -0)📝
packages/core/src/editor/components/ui/input-autocomplete.tsx(+23 -24)📝
packages/core/src/editor/extensions/index.ts(+2 -2)📝
packages/core/src/editor/index.tsx(+6 -5)📝
packages/core/src/editor/nodes/button/button-view.tsx(+1 -0)📝
packages/core/src/editor/nodes/variable/variable-suggestions.tsx(+20 -23)📝
packages/core/src/editor/nodes/variable/variable-view.tsx(+14 -3)📝
packages/core/src/editor/provider.tsx(+22 -11)➕
packages/core/src/editor/utils/use-outside-click.ts(+26 -0)➕
packages/core/src/editor/utils/variable.ts(+31 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.