feat: melhora responsividade e dialogos da interface

This commit is contained in:
Felipe Coutinho
2026-03-06 13:59:38 +00:00
parent 0e4dbe6a3f
commit d60eb7dd8b
23 changed files with 149 additions and 82 deletions

View File

@@ -4,7 +4,7 @@ import {
RiArchiveLine,
RiCheckLine,
RiDeleteBin5Line,
RiEyeLine,
RiFileList2Line,
RiInboxUnarchiveLine,
RiPencilLine,
} from "@remixicon/react";
@@ -60,7 +60,7 @@ export function NoteCard({
},
{
label: "detalhes",
icon: <RiEyeLine className="size-4" aria-hidden />,
icon: <RiFileList2Line className="size-4" aria-hidden />,
onClick: onDetails,
variant: "default" as const,
},
@@ -115,7 +115,9 @@ export function NoteCard({
</div>
<span
className={`leading-relaxed ${
task.completed ? "text-muted-foreground" : "text-foreground"
task.completed
? "text-muted-foreground line-through"
: "text-foreground"
}`}
>
{task.text}