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

@@ -69,7 +69,7 @@ function InlinePeriodPicker({
return (
<div className="-mt-1">
<span className="text-xs text-muted-foreground">Invoice de </span>
<span className="text-xs text-muted-foreground">Fatura de </span>
<Popover open={open} onOpenChange={setOpen}>
<PopoverTrigger asChild>
<button
@@ -554,7 +554,7 @@ export function MassAddDialog({
);
return selectedOption ? (
<PayerSelectContent
label={selectedOption.label}
label={selectedOption.label.split(" ")[0]}
avatarUrl={selectedOption.avatarUrl}
/>
) : null;