[PR #74] [CLOSED] feat: jsx transformer #364

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/74
Author: @arikchakma
Created: 11/23/2024
Status: Closed

Base: mainHead: feat/transformer


📝 Commits (10+)

📊 Changes

52 files changed (+3295 additions, -535 deletions)

View changed files

apps/web-transformer/.gitignore (+24 -0)
apps/web-transformer/README.md (+0 -0)
apps/web-transformer/index.html (+13 -0)
apps/web-transformer/package.json (+35 -0)
apps/web-transformer/public/brand/icon.svg (+3 -0)
apps/web-transformer/public/brand/logo.png (+0 -0)
apps/web-transformer/public/brand/logo.svg (+15 -0)
apps/web-transformer/src/app.tsx (+239 -0)
apps/web-transformer/src/index.css (+1 -0)
apps/web-transformer/src/main.tsx (+10 -0)
apps/web-transformer/src/vite-env.d.ts (+1 -0)
apps/web-transformer/tsconfig.app.json (+21 -0)
apps/web-transformer/tsconfig.app.tsbuildinfo (+1 -0)
apps/web-transformer/tsconfig.json (+7 -0)
apps/web-transformer/tsconfig.node.json (+21 -0)
apps/web-transformer/tsconfig.node.tsbuildinfo (+1 -0)
apps/web-transformer/vite.config.ts (+8 -0)
📝 apps/web/components/editor-preview.tsx (+2 -2)
📝 apps/web/package.json (+2 -2)
📝 apps/web/stores/editor-store.tsx (+4 -3)

...and 32 more files

📄 Description

Hydration of Maily

  • Button
  • Section
  • Columns
  • Footer
  • Heading
  • Paragraph
  • Spacer
  • Image
  • Logo
  • Divider
  • Blockquote
  • Code
  • Bullet List
  • Number List

🔄 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/74 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 11/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/transformer` --- ### 📝 Commits (10+) - [`2bf348c`](https://github.com/arikchakma/maily.to/commit/2bf348c39c9b4c786c962e7b275d09e3b5b58bbb) feat: refactor variables - [`d4d8862`](https://github.com/arikchakma/maily.to/commit/d4d8862a965e6b2b03f7f3828e590ee5e2e893c8) feat: maily transformer - [`9b3ed1d`](https://github.com/arikchakma/maily.to/commit/9b3ed1d6a418fcd4d9efa11b76a2810b351b08df) feat: transformer playground - [`c0423f9`](https://github.com/arikchakma/maily.to/commit/c0423f9f87a21e3d448ffce35c1f183fc2f4c0e6) wip - [`1c6d31f`](https://github.com/arikchakma/maily.to/commit/1c6d31f0211b5703aeb23f99000540ec10caa162) wip - [`2cdbbe6`](https://github.com/arikchakma/maily.to/commit/2cdbbe68bb7e7a75a801df1b0b05a63db9b1327c) fix: async - [`4f36059`](https://github.com/arikchakma/maily.to/commit/4f36059a557f0b64a214bc1460fb3a8257c12e3e) wip - [`5b89e9b`](https://github.com/arikchakma/maily.to/commit/5b89e9b10d083b2d2335e726c98e24be4ed3d1d8) fix: lock file - [`6a721ca`](https://github.com/arikchakma/maily.to/commit/6a721ca067b9f720d67d1a3a3f7051afe8aa0457) wip - [`3316afe`](https://github.com/arikchakma/maily.to/commit/3316afe478b5d8173c20bcaedee4d0ecfb057568) wip: hydrate maily with jsx ### 📊 Changes **52 files changed** (+3295 additions, -535 deletions) <details> <summary>View changed files</summary> ➕ `apps/web-transformer/.gitignore` (+24 -0) ➕ `apps/web-transformer/README.md` (+0 -0) ➕ `apps/web-transformer/index.html` (+13 -0) ➕ `apps/web-transformer/package.json` (+35 -0) ➕ `apps/web-transformer/public/brand/icon.svg` (+3 -0) ➕ `apps/web-transformer/public/brand/logo.png` (+0 -0) ➕ `apps/web-transformer/public/brand/logo.svg` (+15 -0) ➕ `apps/web-transformer/src/app.tsx` (+239 -0) ➕ `apps/web-transformer/src/index.css` (+1 -0) ➕ `apps/web-transformer/src/main.tsx` (+10 -0) ➕ `apps/web-transformer/src/vite-env.d.ts` (+1 -0) ➕ `apps/web-transformer/tsconfig.app.json` (+21 -0) ➕ `apps/web-transformer/tsconfig.app.tsbuildinfo` (+1 -0) ➕ `apps/web-transformer/tsconfig.json` (+7 -0) ➕ `apps/web-transformer/tsconfig.node.json` (+21 -0) ➕ `apps/web-transformer/tsconfig.node.tsbuildinfo` (+1 -0) ➕ `apps/web-transformer/vite.config.ts` (+8 -0) 📝 `apps/web/components/editor-preview.tsx` (+2 -2) 📝 `apps/web/package.json` (+2 -2) 📝 `apps/web/stores/editor-store.tsx` (+4 -3) _...and 32 more files_ </details> ### 📄 Description ### Hydration of Maily - [x] Button - [x] Section - [x] Columns - [x] Footer - [x] Heading - [x] Paragraph - [x] Spacer - [x] Image - [x] Logo - [x] Divider - [x] Blockquote - [x] Code - [x] Bullet List - [x] Number List --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:10:44 +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#364
No description provided.