mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #74] [CLOSED] feat: jsx transformer #132
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#132
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/74
Author: @arikchakma
Created: 11/23/2024
Status: ❌ Closed
Base:
main← Head:feat/transformer📝 Commits (10+)
2bf348cfeat: refactor variablesd4d8862feat: maily transformer9b3ed1dfeat: transformer playgroundc0423f9wip1c6d31fwip2cdbbe6fix: async4f36059wip5b89e9bfix: lock file6a721cawip3316afewip: hydrate maily with jsx📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.