feat(filters): fragment presets and code-block send log detail

This commit is contained in:
RhenCloud 2026-08-18 13:45:23 +08:00
parent c090281cb2
commit 2807c97c5f
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
5 changed files with 105 additions and 8 deletions

View file

@ -739,6 +739,10 @@
@apply font-mono text-[12px] text-muted;
}
.fragments-presets {
@apply mb-2 flex flex-col gap-1.5;
}
.fragments-list {
@apply mb-2 flex flex-col gap-1.5;
}
@ -759,6 +763,10 @@
@apply flex items-center gap-2;
}
.log-block {
@apply max-h-72 overflow-auto whitespace-pre-wrap break-all rounded-sm border border-border bg-surface-2 p-2.5 font-mono text-[12px] leading-relaxed text-text;
}
/* ---- Toasts ---- */
.toasts {
@apply pointer-events-none fixed bottom-7 left-1/2 z-[60] flex -translate-x-1/2 flex-col items-center gap-2;