[PR #103] [MERGED] feat: variable bubble menu #156

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/103
Author: @arikchakma
Created: 1/11/2025
Status: Merged
Merged: 2/22/2025
Merged by: @arikchakma

Base: mainHead: feat/variable-bubble


📝 Commits (5)

  • e846f6b feat: variable bubble menu
  • 06514a7 Merge branch 'main' into feat/variable-bubble
  • 61d003b fix: popover storage
  • 38c1e11 Merge branch 'main' into feat/variable-bubble
  • 87d277c Merge branch 'main' into feat/variable-bubble

📊 Changes

6 files changed (+232 additions, -186 deletions)

View changed files

packages/core/src/editor/components/text-menu/text-bubble-content.tsx (+162 -0)
📝 packages/core/src/editor/components/text-menu/text-bubble-menu.tsx (+10 -176)
packages/core/src/editor/components/variable-menu/variable-bubble-menu.tsx (+41 -0)
📝 packages/core/src/editor/index.tsx (+2 -0)
📝 packages/core/src/editor/nodes/variable/variable-view.tsx (+6 -9)
📝 packages/core/src/editor/nodes/variable/variable.ts (+11 -1)

📄 Description

No description provided


🔄 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/103 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/variable-bubble` --- ### 📝 Commits (5) - [`e846f6b`](https://github.com/arikchakma/maily.to/commit/e846f6b175c82eae6f57bbddf01dd25daa1de4aa) feat: variable bubble menu - [`06514a7`](https://github.com/arikchakma/maily.to/commit/06514a7d7ddc1a32826a29d02ac263eb240cb8bc) Merge branch 'main' into feat/variable-bubble - [`61d003b`](https://github.com/arikchakma/maily.to/commit/61d003b50735d51c6b968edda1ad97180e7c481e) fix: popover storage - [`38c1e11`](https://github.com/arikchakma/maily.to/commit/38c1e115dd33274673452ca4a30296407914496c) Merge branch 'main' into feat/variable-bubble - [`87d277c`](https://github.com/arikchakma/maily.to/commit/87d277c874242371aad01ddd699dc4fe35b352d7) Merge branch 'main' into feat/variable-bubble ### 📊 Changes **6 files changed** (+232 additions, -186 deletions) <details> <summary>View changed files</summary> ➕ `packages/core/src/editor/components/text-menu/text-bubble-content.tsx` (+162 -0) 📝 `packages/core/src/editor/components/text-menu/text-bubble-menu.tsx` (+10 -176) ➕ `packages/core/src/editor/components/variable-menu/variable-bubble-menu.tsx` (+41 -0) 📝 `packages/core/src/editor/index.tsx` (+2 -0) 📝 `packages/core/src/editor/nodes/variable/variable-view.tsx` (+6 -9) 📝 `packages/core/src/editor/nodes/variable/variable.ts` (+11 -1) </details> ### 📄 Description _No description provided_ --- <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:18 +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#156
No description provided.