feat: refine ticket creation and comments experience

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
esdrasrenan 2025-10-05 03:12:53 -03:00
parent 9b16f3cd1e
commit c5864dbefd
5 changed files with 216 additions and 159 deletions

View file

@ -138,6 +138,16 @@
.rich-text code { @apply rounded bg-muted px-1 py-0.5 text-xs; }
.rich-text pre { @apply my-3 overflow-x-auto rounded bg-muted p-3 text-xs; }
.rich-text .ProseMirror.is-editor-empty::before,
.rich-text .ProseMirror p.is-editor-empty:first-child::before {
color: #94a3b8;
content: attr(data-placeholder);
pointer-events: none;
height: 0;
float: left;
font-weight: 400;
}
@keyframes recent-ticket-enter {
0% {
opacity: 0;