[PR #42] [MERGED] feat: implement hex color input #112

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/42
Author: @arikchakma
Created: 2/8/2024
Status: Merged
Merged: 2/11/2024
Merged by: @arikchakma

Base: mainHead: feat/color-picker


📝 Commits (6)

📊 Changes

15 files changed (+865 additions, -1379 deletions)

View changed files

📝 .prettierignore (+1 -1)
📝 .prettierrc.cjs (+1 -3)
📝 apps/web/components/top-loader.tsx (+4 -2)
📝 apps/web/package.json (+21 -22)
📝 package.json (+8 -8)
packages/core/.prettierrc.cjs (+9 -0)
📝 packages/core/package.json (+22 -22)
packages/core/src/editor/components/color-picker.tsx (+37 -0)
📝 packages/core/src/editor/components/popover.tsx (+1 -1)
📝 packages/core/src/editor/index.tsx (+1 -1)
📝 packages/core/src/editor/nodes/button.tsx (+15 -10)
📝 packages/core/src/editor/nodes/variable.tsx (+9 -9)
📝 packages/core/src/styles/index.css (+21 -0)
📝 packages/tailwind-config/package.json (+5 -5)
📝 pnpm-lock.yaml (+710 -1295)

📄 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/42 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/11/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/color-picker` --- ### 📝 Commits (6) - [`e76e829`](https://github.com/arikchakma/maily.to/commit/e76e8297e09231484c81c946b8ca95aed1c202fc) feat: implement hex color input - [`d1c9dbe`](https://github.com/arikchakma/maily.to/commit/d1c9dbe25fc36e6782faaf978408fc1abf7ae4c8) fix: suspense error build - [`15c4768`](https://github.com/arikchakma/maily.to/commit/15c47682f0277e56ddd4b172563ecbc6285d7f1e) fix: satisfy type error - [`789645b`](https://github.com/arikchakma/maily.to/commit/789645b47f0e18f5ed714bc40c9cba840fbcc559) fix: package lock - [`35a54bb`](https://github.com/arikchakma/maily.to/commit/35a54bbba8413a2769d122ca00d0177df4748abe) fix: remove ts-ignore flag - [`ea2b1ce`](https://github.com/arikchakma/maily.to/commit/ea2b1ce9368e75abfaafdea8676dee612ef41989) bump `0.0.11` ### 📊 Changes **15 files changed** (+865 additions, -1379 deletions) <details> <summary>View changed files</summary> 📝 `.prettierignore` (+1 -1) 📝 `.prettierrc.cjs` (+1 -3) 📝 `apps/web/components/top-loader.tsx` (+4 -2) 📝 `apps/web/package.json` (+21 -22) 📝 `package.json` (+8 -8) ➕ `packages/core/.prettierrc.cjs` (+9 -0) 📝 `packages/core/package.json` (+22 -22) ➕ `packages/core/src/editor/components/color-picker.tsx` (+37 -0) 📝 `packages/core/src/editor/components/popover.tsx` (+1 -1) 📝 `packages/core/src/editor/index.tsx` (+1 -1) 📝 `packages/core/src/editor/nodes/button.tsx` (+15 -10) 📝 `packages/core/src/editor/nodes/variable.tsx` (+9 -9) 📝 `packages/core/src/styles/index.css` (+21 -0) 📝 `packages/tailwind-config/package.json` (+5 -5) 📝 `pnpm-lock.yaml` (+710 -1295) </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:08 +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#112
No description provided.