mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #93] [MERGED] fix: suggestion popover #375
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#375
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/93
Author: @arikchakma
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @arikchakma
Base:
main← Head:feat/suggestion📝 Commits (3)
458c952fix: suggestion popover9942dc4Merge branch 'main' into feat/suggestionfe2c9a2feat: update variable popover📊 Changes
7 files changed (+212 additions, -176 deletions)
View changed files
📝
packages/core/src/editor/components/for-menu/for-bubble-menu.tsx(+1 -3)📝
packages/core/src/editor/components/show-popover.tsx(+1 -3)📝
packages/core/src/editor/components/ui/input-autocomplete.tsx(+27 -26)📝
packages/core/src/editor/components/ui/link-input-popover.tsx(+1 -3)📝
packages/core/src/editor/nodes/button/button-label-input.tsx(+1 -3)➕
packages/core/src/editor/nodes/variable/variable-popover.tsx(+159 -0)📝
packages/core/src/editor/nodes/variable/variable-suggestions.tsx(+22 -138)📄 Description
It should be reviewed after #92 and update the popover for button label.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.