mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #147] [MERGED] feat: image upload extension #186
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/147
Author: @arikchakma
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @arikchakma
Base:
main← Head:Melvynx-feat/image-upload📝 Commits (6)
c3134cffeat: add image upload functionality with drag-and-drop and paste supportb876621Merge branch 'feat/image-upload' of https://github.com/Melvynx/maily.to into Melvynx-feat/image-upload7d1f4cawip: initial idea of the upload image74e06cefeat: image dropzone935d598feat: add logo dropzonea3ce410feat: docs for image upload📊 Changes
9 files changed (+556 additions, -52 deletions)
View changed files
📝
packages/core/readme.md(+21 -0)➕
packages/core/src/editor/extensions/image-upload/image-upload.ts(+60 -0)📝
packages/core/src/editor/extensions/index.ts(+4 -4)📝
packages/core/src/editor/index.tsx(+5 -6)📝
packages/core/src/editor/nodes/image/image-view.tsx(+182 -29)📝
packages/core/src/editor/nodes/logo/logo-view.tsx(+124 -3)➕
packages/core/src/editor/plugins/image-upload/image-upload-plugin.ts(+133 -0)📝
packages/core/src/extensions.ts(+12 -10)📝
packages/core/src/styles/index.css(+15 -0)📄 Description
First of all, thank you @Melvynx for starting this out.
Resolves #144 Resolves #142
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.