feat: melhora a UX de lançamentos e ações rápidas

This commit is contained in:
Felipe Coutinho
2026-03-15 23:23:26 +00:00
parent 2712d4919a
commit df3d0134be
17 changed files with 137 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import {
RiAddCircleFill,
RiAddFill,
RiAlertLine,
RiDeleteBinLine,
RiFingerprintLine,
@@ -210,8 +210,8 @@ export function PasskeysForm() {
>
<DialogTrigger asChild>
<Button size="sm" disabled={isMutating || !passkeySupported}>
<RiAddCircleFill className="h-4 w-4 mr-1" />
Adicionar
<RiAddFill className="h-4 w-4 mr-1" />
Nova Passkey
</Button>
</DialogTrigger>
<DialogContent>