[PR #198] [MERGED] feat: global styles override #214

Closed
opened 2026-03-01 14:40:33 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/global-styles


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/198 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 5/31/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/global-styles` --- ### 📝 Commits (10+) - [`0ca71fc`](https://github.com/arikchakma/maily.to/commit/0ca71fc5c641da7250948c04953cb4874869bf69) wip: renderer defaults - [`644e36d`](https://github.com/arikchakma/maily.to/commit/644e36d7e36fc52b6d669a9ee5d7b89fd9dae6f2) wip: link default color - [`8dc6a4c`](https://github.com/arikchakma/maily.to/commit/8dc6a4c82f0c6d4be3046e8b1d5dd82f1c9fdb30) feat: improve button styling defaults - [`8aca106`](https://github.com/arikchakma/maily.to/commit/8aca10661549199926ba1a9e3d73e1a04cf53228) fix: ensure select component value is always a string - [`bb4df20`](https://github.com/arikchakma/maily.to/commit/bb4df20a6823d193ebc948235556ce60135e0716) wip - [`e65a3c0`](https://github.com/arikchakma/maily.to/commit/e65a3c0b7d563ce6855ab209a99b0f197e897b1d) wip - [`48982ec`](https://github.com/arikchakma/maily.to/commit/48982ec9f9805d5378e47ce9aaa6bc7624aa636b) wip - [`f67b12c`](https://github.com/arikchakma/maily.to/commit/f67b12cea56bb93d43b95c7eb717cb4721300d83) feat: enhance theme options for link styling and update CSS variables - [`cf7727e`](https://github.com/arikchakma/maily.to/commit/cf7727e1a6f87c0016fa3b64cd3f5a96d4db2541) fix: license - [`2197131`](https://github.com/arikchakma/maily.to/commit/219713135dab452915068642259676898a0babef) feat: layout settings ### 📊 Changes **34 files changed** (+2134 additions, -361 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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-01 14:40:33 +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#214
No description provided.