mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #198] [MERGED] feat: global styles override #214
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#214
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/198
Author: @arikchakma
Created: 5/31/2025
Status: ✅ Merged
Merged: 6/1/2025
Merged by: @arikchakma
Base:
main← Head:feat/global-styles📝 Commits (10+)
0ca71fcwip: renderer defaults644e36dwip: link default color8dc6a4cfeat: improve button styling defaults8aca106fix: ensure select component value is always a stringbb4df20wipe65a3c0wip48982ecwipf67b12cfeat: enhance theme options for link styling and update CSS variablescf7727efix: license2197131feat: layout settings📊 Changes
34 files changed (+2134 additions, -361 deletions)
View changed files
📝
apps/web/.gitignore(+3 -0)📝
apps/web/app/app.css(+13 -0)➕
apps/web/app/components/skeleton/color-picker.tsx(+68 -0)➕
apps/web/app/components/skeleton/select-native.tsx(+30 -0)➕
apps/web/app/components/ui/popover.tsx(+39 -0)📝
apps/web/app/lib/default-editor-json.json(+6 -2)📝
apps/web/app/root.tsx(+42 -103)➕
apps/web/app/routes/_skeleton.[_p].editor.tsx(+701 -0)📝
apps/web/app/routes/api.v1.emails.preview.ts(+56 -1)📝
apps/web/package.json(+5 -1)📝
package.json(+1 -0)📝
packages/core/package.json(+1 -1)📝
packages/core/src/editor/components/ui/select.tsx(+10 -1)📝
packages/core/src/editor/nodes/button/button-view.tsx(+19 -10)📝
packages/core/src/editor/nodes/button/button.tsx(+13 -93)📝
packages/core/src/editor/nodes/variable/variable-view.tsx(+2 -2)📝
packages/core/src/styles/index.css(+50 -0)📝
packages/render/package.json(+3 -2)📝
packages/render/readme.md(+6 -6)📝
packages/render/src/maily.tsx(+71 -96)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.