mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #42] [MERGED] feat: implement hex color input #342
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#342
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/42
Author: @arikchakma
Created: 2/8/2024
Status: ✅ Merged
Merged: 2/11/2024
Merged by: @arikchakma
Base:
main← Head:feat/color-picker📝 Commits (6)
e76e829feat: implement hex color inputd1c9dbefix: suspense error build15c4768fix: satisfy type error789645bfix: package lock35a54bbfix: remove ts-ignore flagea2b1cebump0.0.11📊 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.