[PR #834] [MERGED] [NEW] Add drag-and-drop feature to move messages between folders #1080

Closed
opened 2026-02-25 21:37:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/834
Author: @mercihabam
Created: 12/3/2023
Status: Merged
Merged: 1/14/2024
Merged by: @josaphatim

Base: masterHead: drag-and-drop


📝 Commits (1)

  • de6ffad [NEW] add drag/drop feature to move messages between folders

📊 Changes

6 files changed (+170 additions, -4 deletions)

View changed files

📝 modules/core/output_modules.php (+1 -1)
📝 modules/core/site.css (+10 -0)
📝 modules/core/site.js (+150 -0)
📝 modules/themes/assets/blue.css (+5 -1)
📝 tests/phpunit/modules/core/modules.php (+2 -2)
third_party/sortable.min.js (+2 -0)

📄 Description

Pullrequest

Introduce drag-and-drop of messages between folders

Issues

Demo

drag-and-drop-demo.webm


🔄 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/cypht-org/cypht/pull/834 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 1/14/2024 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `master` ← **Head:** `drag-and-drop` --- ### 📝 Commits (1) - [`de6ffad`](https://github.com/cypht-org/cypht/commit/de6ffad1d8d10bbe11be4a91cb663259d3f0669c) [NEW] add drag/drop feature to move messages between folders ### 📊 Changes **6 files changed** (+170 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/output_modules.php` (+1 -1) 📝 `modules/core/site.css` (+10 -0) 📝 `modules/core/site.js` (+150 -0) 📝 `modules/themes/assets/blue.css` (+5 -1) 📝 `tests/phpunit/modules/core/modules.php` (+2 -2) ➕ `third_party/sortable.min.js` (+2 -0) </details> ### 📄 Description ## Pullrequest Introduce drag-and-drop of messages between folders ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [X] https://github.com/cypht-org/cypht/issues/216 ### Demo [drag-and-drop-demo.webm](https://github.com/cypht-org/cypht/assets/68013195/511710bc-a131-455f-907c-c27ddddb6b96) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:10 +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/cypht#1080
No description provided.