mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #48] [MERGED] feat: implement link card component #341
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#341
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/48
Author: @arikchakma
Created: 6/18/2024
Status: ✅ Merged
Merged: 6/18/2024
Merged by: @arikchakma
Base:
main← Head:feat/advertisement📝 Commits (7)
2a4f014wip0784111wip3683269Implement advertisement imagede9caebImprovement to advertisement component0df0f77Update slash command96fcd0cUpdate readme40c0bbdRefactor link card📊 Changes
11 files changed (+603 additions, -303 deletions)
View changed files
📝
packages/core/package.json(+24 -24)📝
packages/core/src/editor/components/editor-bubble-menu.tsx(+3 -0)➕
packages/core/src/editor/components/textarea.tsx(+25 -0)📝
packages/core/src/editor/extensions/index.ts(+2 -0)➕
packages/core/src/editor/extensions/link-card.ts(+86 -0)📝
packages/core/src/editor/extensions/slash-command.tsx(+14 -3)➕
packages/core/src/editor/nodes/link-card.tsx(+199 -0)📝
packages/core/src/styles/index.css(+4 -3)📝
packages/render/src/maily.tsx(+168 -0)📝
pnpm-lock.yaml(+77 -273)📝
readme.md(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.