[PR #93] [MERGED] fix: suggestion popover #149

Closed
opened 2026-03-01 14:40:17 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/suggestion


📝 Commits (3)

  • 458c952 fix: suggestion popover
  • 9942dc4 Merge branch 'main' into feat/suggestion
  • fe2c9a2 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/93 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 12/21/2024 **Status:** ✅ Merged **Merged:** 12/22/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/suggestion` --- ### 📝 Commits (3) - [`458c952`](https://github.com/arikchakma/maily.to/commit/458c952e082ef6d575232d476cdbb67c25877561) fix: suggestion popover - [`9942dc4`](https://github.com/arikchakma/maily.to/commit/9942dc43d3c45534fd783d8335007505406285d3) Merge branch 'main' into feat/suggestion - [`fe2c9a2`](https://github.com/arikchakma/maily.to/commit/fe2c9a27a79262cdc85812a6b9f03089a83ea2a0) feat: update variable popover ### 📊 Changes **7 files changed** (+212 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description It should be reviewed after #92 and update the popover for button label. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:40:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#149
No description provided.