mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #191] [CLOSED] Fix/merge issues #436
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/191
Author: @FrancocDev
Created: 4/23/2025
Status: ❌ Closed
Base:
main← Head:FIX/MERGE-ISSUES📝 Commits (10+)
2bf348cfeat: refactor variablesd4d8862feat: maily transformer9b3ed1dfeat: transformer playgroundc0423f9wip1c6d31fwip2cdbbe6fix: async4f36059wip5b89e9bfix: lock file6a721cawip3316afewip: hydrate maily with jsx📊 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.