[PR #23] [MERGED] Implement Link Renderer #102

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/23
Author: @arikchakma
Created: 12/6/2023
Status: Merged
Merged: 12/7/2023
Merged by: @arikchakma

Base: mainHead: feat/link


📝 Commits (4)

📊 Changes

12 files changed (+1516 additions, -757 deletions)

View changed files

📝 package.json (+5 -5)
📝 packages/core/package.json (+21 -22)
📝 packages/eslint-config-custom/package.json (+3 -3)
📝 packages/render/package.json (+2 -2)
📝 packages/render/src/index.ts (+1 -1)
📝 packages/render/src/maily.tsx (+188 -91)
📝 packages/render/src/render-async.ts (+8 -4)
packages/render/src/render-sync.ts (+15 -0)
📝 packages/render/src/render.test.ts (+113 -35)
packages/render/src/render.ts (+0 -8)
📝 packages/tailwind-config/package.json (+3 -3)
📝 pnpm-lock.yaml (+1157 -583)

📄 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/23 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/link` --- ### 📝 Commits (4) - [`d1a1fc7`](https://github.com/arikchakma/maily.to/commit/d1a1fc749609d40fbc8d3cff9beee57a59e91383) Implement links renderer - [`9817836`](https://github.com/arikchakma/maily.to/commit/9817836c49ee5d1243c4f6f4f3270c0e51287c34) Update Render API - [`5f971d3`](https://github.com/arikchakma/maily.to/commit/5f971d391668c2f16f956103f4eaa25b457b7933) Update packages - [`5600e66`](https://github.com/arikchakma/maily.to/commit/5600e66d0ab5b4834894870313615cdd0c1fdac6) Add replace variable test ### 📊 Changes **12 files changed** (+1516 additions, -757 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+5 -5) 📝 `packages/core/package.json` (+21 -22) 📝 `packages/eslint-config-custom/package.json` (+3 -3) 📝 `packages/render/package.json` (+2 -2) 📝 `packages/render/src/index.ts` (+1 -1) 📝 `packages/render/src/maily.tsx` (+188 -91) 📝 `packages/render/src/render-async.ts` (+8 -4) ➕ `packages/render/src/render-sync.ts` (+15 -0) 📝 `packages/render/src/render.test.ts` (+113 -35) ➖ `packages/render/src/render.ts` (+0 -8) 📝 `packages/tailwind-config/package.json` (+3 -3) 📝 `pnpm-lock.yaml` (+1157 -583) </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#102
No description provided.