[PR #22] [CLOSED] Implement Social Component #101

Closed
opened 2026-03-01 14:40:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/22
Author: @arikchakma
Created: 12/4/2023
Status: Closed

Base: mainHead: feat/social


📝 Commits (10+)

📊 Changes

9 files changed (+397 additions, -11 deletions)

View changed files

📝 apps/web/app/page.tsx (+1 -1)
📝 packages/core/package.json (+1 -0)
packages/core/src/editor/components/dialog.tsx (+149 -0)
📝 packages/core/src/editor/components/editor-bubble-menu.tsx (+1 -0)
📝 packages/core/src/editor/components/image-bubble-menu.tsx (+61 -10)
📝 packages/core/src/editor/extensions/index.ts (+2 -0)
📝 packages/core/src/editor/extensions/slash-command.tsx (+17 -0)
packages/core/src/editor/nodes/social-link.tsx (+128 -0)
📝 pnpm-lock.yaml (+37 -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/22 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 12/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/social` --- ### 📝 Commits (10+) - [`5bd84ea`](https://github.com/arikchakma/maily.to/commit/5bd84eaebd213a84cd1378c8770b40b33f681bb1) Add variable suggestions - [`ba54aa6`](https://github.com/arikchakma/maily.to/commit/ba54aa62da9e629af2be10bb77d04be369233ba0) Add Extension extender - [`c7ac7f3`](https://github.com/arikchakma/maily.to/commit/c7ac7f370c223a64d3f1227b49453b6741fea36b) Initial Variable Component - [`cb9b834`](https://github.com/arikchakma/maily.to/commit/cb9b8345ec50dbf08b151226fc96e48e622ad40a) Implement Variable popover - [`6788133`](https://github.com/arikchakma/maily.to/commit/678813385d0d88a47da608e61736a8490030ee7a) Implement Variable Formatter - [`2e2a4b6`](https://github.com/arikchakma/maily.to/commit/2e2a4b69e54cca3836782f4420eb71b2a7620834) Update Email To - [`ec768fa`](https://github.com/arikchakma/maily.to/commit/ec768faf9261f6324ac98a4ccd0fe6f11afac956) Image Url update menu - [`32c8308`](https://github.com/arikchakma/maily.to/commit/32c8308159143e7fc0b1f8f2fc0630d4e700096f) Implement Social Icon - [`7717e44`](https://github.com/arikchakma/maily.to/commit/7717e445c8b231b3d4d7cbd9289ab075b9d42b75) Update Social sizes - [`cdd036c`](https://github.com/arikchakma/maily.to/commit/cdd036c0d54440d0b9b38aebbaa7461f6b0d7c86) Merge branch 'main' into feat/social ### 📊 Changes **9 files changed** (+397 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/page.tsx` (+1 -1) 📝 `packages/core/package.json` (+1 -0) ➕ `packages/core/src/editor/components/dialog.tsx` (+149 -0) 📝 `packages/core/src/editor/components/editor-bubble-menu.tsx` (+1 -0) 📝 `packages/core/src/editor/components/image-bubble-menu.tsx` (+61 -10) 📝 `packages/core/src/editor/extensions/index.ts` (+2 -0) 📝 `packages/core/src/editor/extensions/slash-command.tsx` (+17 -0) ➕ `packages/core/src/editor/nodes/social-link.tsx` (+128 -0) 📝 `pnpm-lock.yaml` (+37 -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-01 14:40:05 +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#101
No description provided.