[PR #65] [MERGED] fix: drag handle plugin #353

Closed
opened 2026-03-15 02:10:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/65
Author: @arikchakma
Created: 10/23/2024
Status: Merged
Merged: 10/23/2024
Merged by: @arikchakma

Base: mainHead: feat/drag-handle


📝 Commits (7)

📊 Changes

9 files changed (+935 additions, -537 deletions)

View changed files

📝 packages/core/package.json (+21 -21)
📝 packages/core/src/editor/components/content-menu.tsx (+100 -95)
packages/core/src/editor/components/drag-handle.tsx (+74 -0)
📝 packages/core/src/editor/components/ui/divider.tsx (+2 -2)
📝 packages/core/src/editor/extensions/slash-command.tsx (+1 -1)
📝 packages/core/src/editor/index.tsx (+1 -1)
📝 packages/render/package.json (+3 -3)
📝 packages/tailwind-config/package.json (+3 -3)
📝 pnpm-lock.yaml (+730 -411)

📄 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/65 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/drag-handle` --- ### 📝 Commits (7) - [`b366468`](https://github.com/arikchakma/maily.to/commit/b3664687658207c99cf9e42752170399eb0649d7) fix: drag handle plugin - [`e6fcff7`](https://github.com/arikchakma/maily.to/commit/e6fcff705cd1fa7e0d7e8f0eff8274d7a77876e2) wip - [`e649e43`](https://github.com/arikchakma/maily.to/commit/e649e4398ecaf408ea328114bdfe8ae93696aa95) wip - [`755602d`](https://github.com/arikchakma/maily.to/commit/755602de3339c93dedc3281a61761d05060f90a7) wip - [`9f71488`](https://github.com/arikchakma/maily.to/commit/9f71488aedcf96f309e22ad987585f698d28c106) wip: update packages - [`b2656ce`](https://github.com/arikchakma/maily.to/commit/b2656ce5a20ceb492b7484aec57db185b2b0f294) wip - [`02726cf`](https://github.com/arikchakma/maily.to/commit/02726cfc5640fc24798d4038c67ce8b632f6d3d2) wip: popover ### 📊 Changes **9 files changed** (+935 additions, -537 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/package.json` (+21 -21) 📝 `packages/core/src/editor/components/content-menu.tsx` (+100 -95) ➕ `packages/core/src/editor/components/drag-handle.tsx` (+74 -0) 📝 `packages/core/src/editor/components/ui/divider.tsx` (+2 -2) 📝 `packages/core/src/editor/extensions/slash-command.tsx` (+1 -1) 📝 `packages/core/src/editor/index.tsx` (+1 -1) 📝 `packages/render/package.json` (+3 -3) 📝 `packages/tailwind-config/package.json` (+3 -3) 📝 `pnpm-lock.yaml` (+730 -411) </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-15 02:10:12 +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#353
No description provided.