[PR #191] [CLOSED] Fix/merge issues #436

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/191
Author: @FrancocDev
Created: 4/23/2025
Status: Closed

Base: mainHead: FIX/MERGE-ISSUES


📝 Commits (10+)

📊 Changes

257 files changed (+13617 additions, -6426 deletions)

View changed files

📝 .github/FUNDING.yml (+1 -0)
📝 .vscode/settings.json (+2 -1)
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/.env.example (+4 -3)

...and 80 more files

📄 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/191 **Author:** [@FrancocDev](https://github.com/FrancocDev) **Created:** 4/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `FIX/MERGE-ISSUES` --- ### 📝 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 **257 files changed** (+13617 additions, -6426 deletions) <details> <summary>View changed files</summary> 📝 `.github/FUNDING.yml` (+1 -0) 📝 `.vscode/settings.json` (+2 -1) ➕ `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/.env.example` (+4 -3) _...and 80 more files_ </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:14:47 +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#436
No description provided.