[PR #3] [MERGED] Button Design and Compiler #322

Closed
opened 2026-03-15 02:08:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/3
Author: @arikchakma
Created: 7/16/2023
Status: Merged
Merged: 7/16/2023
Merged by: @arikchakma

Base: mainHead: feat/button


📝 Commits (9)

📊 Changes

35 files changed (+2028 additions, -976 deletions)

View changed files

.prettierignore (+7 -0)
.prettierrc.cjs (+36 -0)
📝 app/editor/page.tsx (+65 -62)
📝 app/iframe.tsx (+3 -3)
📝 app/page.tsx (+73 -70)
📝 components.json (+3 -3)
📝 components/editor/components/base-button.tsx (+21 -21)
📝 components/editor/components/bubble-menu-button.tsx (+6 -5)
📝 components/editor/components/editor-bubble-menu.tsx (+46 -41)
📝 components/editor/components/editor-menu-bar.tsx (+64 -62)
components/editor/components/input.tsx (+25 -0)
📝 components/editor/components/logo-bubble-menu.tsx (+39 -38)
components/editor/components/popover.tsx (+31 -0)
📝 components/editor/components/spacer-bubble-menu.tsx (+19 -18)
📝 components/editor/components/toast.tsx (+18 -18)
📝 components/editor/components/toaster.tsx (+6 -6)
📝 components/editor/editor.css (+17 -2)
📝 components/editor/extensions/horizontal-rule.tsx (+3 -3)
📝 components/editor/extensions/index.ts (+36 -33)
📝 components/editor/extensions/slash-command.tsx (+136 -89)

...and 15 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/3 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 7/16/2023 **Status:** ✅ Merged **Merged:** 7/16/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/button` --- ### 📝 Commits (9) - [`a54d776`](https://github.com/arikchakma/maily.to/commit/a54d7760739ccdfc1649b6a864e2b8539dc72a27) fix: copy pasting bug - [`ba5c201`](https://github.com/arikchakma/maily.to/commit/ba5c20163a6e8c92fb311ce1160198634acec50b) fix: parsing html - [`a39319b`](https://github.com/arikchakma/maily.to/commit/a39319b680daca37033fdcf794e21f9a8330dbb7) chore: prettier - [`60f3665`](https://github.com/arikchakma/maily.to/commit/60f3665dfe672cd99608fe5a34ac500be7e12b2c) chore: popover autofocus - [`3394bc3`](https://github.com/arikchakma/maily.to/commit/3394bc3f15c5414b56d39dc2623c820927aaf0f9) chore: button popover - [`b0bdada`](https://github.com/arikchakma/maily.to/commit/b0bdada881be30fcda19d5c6e7dcc72ba2f38e73) fix: color picker - [`3674b0b`](https://github.com/arikchakma/maily.to/commit/3674b0bc6274155f2f5020a9e88b598b8ca8a7ed) chore: button compiler - [`5aeb0f6`](https://github.com/arikchakma/maily.to/commit/5aeb0f6ee43680207107c46ff3499a9abb7ddc21) chore: slash command navigate - [`0d08c98`](https://github.com/arikchakma/maily.to/commit/0d08c98cd25d45f8a39050990f3accc7a8316b95) fix: rendering html ### 📊 Changes **35 files changed** (+2028 additions, -976 deletions) <details> <summary>View changed files</summary> ➕ `.prettierignore` (+7 -0) ➕ `.prettierrc.cjs` (+36 -0) 📝 `app/editor/page.tsx` (+65 -62) 📝 `app/iframe.tsx` (+3 -3) 📝 `app/page.tsx` (+73 -70) 📝 `components.json` (+3 -3) 📝 `components/editor/components/base-button.tsx` (+21 -21) 📝 `components/editor/components/bubble-menu-button.tsx` (+6 -5) 📝 `components/editor/components/editor-bubble-menu.tsx` (+46 -41) 📝 `components/editor/components/editor-menu-bar.tsx` (+64 -62) ➕ `components/editor/components/input.tsx` (+25 -0) 📝 `components/editor/components/logo-bubble-menu.tsx` (+39 -38) ➕ `components/editor/components/popover.tsx` (+31 -0) 📝 `components/editor/components/spacer-bubble-menu.tsx` (+19 -18) 📝 `components/editor/components/toast.tsx` (+18 -18) 📝 `components/editor/components/toaster.tsx` (+6 -6) 📝 `components/editor/editor.css` (+17 -2) 📝 `components/editor/extensions/horizontal-rule.tsx` (+3 -3) 📝 `components/editor/extensions/index.ts` (+36 -33) 📝 `components/editor/extensions/slash-command.tsx` (+136 -89) _...and 15 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-15 02:08:35 +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#322
No description provided.