mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 22:55:54 +03:00
[PR #3] [MERGED] Button Design and Compiler #94
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#94
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/3
Author: @arikchakma
Created: 7/16/2023
Status: ✅ Merged
Merged: 7/16/2023
Merged by: @arikchakma
Base:
main← Head:feat/button📝 Commits (9)
a54d776fix: copy pasting bugba5c201fix: parsing htmla39319bchore: prettier60f3665chore: popover autofocus3394bc3chore: button popoverb0bdadafix: color picker3674b0bchore: button compiler5aeb0f6chore: slash command navigate0d08c98fix: rendering html📊 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.