Remove unused font file and update font index; initialize database extensions with improved error handling; add EstabelecimentoLogo component for dynamic logo generation.

This commit is contained in:
Felipe Coutinho
2025-12-01 16:35:12 +00:00
parent c91edd0f31
commit 9cf89829f6
40 changed files with 6570 additions and 1114 deletions

View File

@@ -11,9 +11,8 @@ import {
DialogHeader,
DialogTitle,
} from "@/components/ui/dialog";
import { CheckIcon } from "lucide-react";
import { RiCheckLine } from "@remixicon/react";
import { useMemo } from "react";
import type { Note } from "./types";
const DATE_FORMATTER = new Intl.DateTimeFormat("pt-BR", {
@@ -84,7 +83,7 @@ export function NoteDetailsDialog({
}`}
>
{task.completed && (
<CheckIcon className="h-4 w-4 text-primary-foreground" />
<RiCheckLine className="h-4 w-4 text-primary-foreground" />
)}
</div>
<span