[PR #583] [MERGED] Fix image drop #806

Closed
opened 2026-03-03 00:23:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/583
Author: @Rokt33r
Created: 8/13/2020
Status: Merged
Merged: 8/13/2020
Merged by: @Rokt33r

Base: masterHead: fix-image-drop


📝 Commits (6)

  • 8b8f501 Log data transfer items
  • dea8d62 Suffix hexatriagesimal now time to attachments
  • c1a10a1 Extract convertFileListToArray
  • b1d2008 Add inspect data transfer method
  • 583aef9 Add onDrop and onPaste props to CodeEditor
  • 43b3acb Improve paste and drop handler

📊 Changes

8 files changed (+167 additions, -37 deletions)

View changed files

📝 src/components/atoms/CodeEditor.tsx (+24 -0)
📝 src/components/atoms/CustomizedCodeEditor.tsx (+7 -0)
📝 src/components/organisms/NoteDetail.tsx (+72 -25)
📝 src/lib/db/FSNoteDb.ts (+5 -3)
📝 src/lib/db/PouchNoteDb.ts (+5 -2)
📝 src/lib/dnd.ts (+2 -7)
src/lib/dom.ts (+48 -0)
📝 src/lib/string.ts (+4 -0)

📄 Description

Fixes https://github.com/BoostIO/BoostNote.next/issues/468

  • Improve drop image
  • Accept paste event with image data

🔄 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/BoostIO/BoostNote-App/pull/583 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 8/13/2020 **Status:** ✅ Merged **Merged:** 8/13/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix-image-drop` --- ### 📝 Commits (6) - [`8b8f501`](https://github.com/BoostIO/BoostNote-App/commit/8b8f50137c7d95b415fcbbeba909716d77521aa4) Log data transfer items - [`dea8d62`](https://github.com/BoostIO/BoostNote-App/commit/dea8d62d37ce87e9126c5bc69c2a412feae5e2e9) Suffix hexatriagesimal now time to attachments - [`c1a10a1`](https://github.com/BoostIO/BoostNote-App/commit/c1a10a107255f7e3b1cfad35dad48aab3d87d216) Extract convertFileListToArray - [`b1d2008`](https://github.com/BoostIO/BoostNote-App/commit/b1d200858e081cfba55202f5436b1559a5be28dc) Add inspect data transfer method - [`583aef9`](https://github.com/BoostIO/BoostNote-App/commit/583aef933d5dabc4d1b4a8b83ea065cb0dfda58e) Add onDrop and onPaste props to CodeEditor - [`43b3acb`](https://github.com/BoostIO/BoostNote-App/commit/43b3acb65d5765d98e728f7732d68fb1e2673f8a) Improve paste and drop handler ### 📊 Changes **8 files changed** (+167 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/CodeEditor.tsx` (+24 -0) 📝 `src/components/atoms/CustomizedCodeEditor.tsx` (+7 -0) 📝 `src/components/organisms/NoteDetail.tsx` (+72 -25) 📝 `src/lib/db/FSNoteDb.ts` (+5 -3) 📝 `src/lib/db/PouchNoteDb.ts` (+5 -2) 📝 `src/lib/dnd.ts` (+2 -7) ➕ `src/lib/dom.ts` (+48 -0) 📝 `src/lib/string.ts` (+4 -0) </details> ### 📄 Description Fixes https://github.com/BoostIO/BoostNote.next/issues/468 - Improve drop image - Accept paste event with image data --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23: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/BoostNote-App#806
No description provided.