[PR #48] [MERGED] feat: implement link card component #341

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

📋 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: mainHead: feat/advertisement


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/48 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 6/18/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/advertisement` --- ### 📝 Commits (7) - [`2a4f014`](https://github.com/arikchakma/maily.to/commit/2a4f014cf3ccdf5a49baf00be23a172a3c8d60ec) wip - [`0784111`](https://github.com/arikchakma/maily.to/commit/0784111b90a9e7f36269acf8826349b5a17617b2) wip - [`3683269`](https://github.com/arikchakma/maily.to/commit/3683269250d79a7c735557cc23b236290d564a82) Implement advertisement image - [`de9caeb`](https://github.com/arikchakma/maily.to/commit/de9caeb7be42bd766a181630858575960962e278) Improvement to advertisement component - [`0df0f77`](https://github.com/arikchakma/maily.to/commit/0df0f77359fb5cf3a6487fec7290007ef3537230) Update slash command - [`96fcd0c`](https://github.com/arikchakma/maily.to/commit/96fcd0c12c45870d63bff982c85076d5378e455e) Update readme - [`40c0bbd`](https://github.com/arikchakma/maily.to/commit/40c0bbd5a2a8b454728280aa996c4f41f4c9ae2e) Refactor link card ### 📊 Changes **11 files changed** (+603 additions, -303 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:09:39 +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#341
No description provided.