mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
style(ui): polimento visual — tema, cards, dark mode e landing page
Raio de borda global 0.625rem → 0.7rem; ajustes finos em --card e --border. DotPattern removido do layout, tela de auth e landing page. Account-card redesenhado (cores de saldo, tooltip de flags de exclusão). Budget-card, card-item, calendário (day-cell, event-modal) com layout revisado. Auth-card-shell simplificado (sem glassmorphism/blob). Landing page com mainFeatures + extraFeatures em grid único e dark mode nos botões de CTA. Imagens de preview da landing atualizadas. CSS --data-7..10 removidas. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
RiHourglass2Line,
|
||||
RiWallet3Line,
|
||||
} from "@remixicon/react";
|
||||
import { buildBillStatusLabel } from "@/features/dashboard/bills-helpers";
|
||||
import { buildBillStatusLabel } from "@/features/dashboard/bills/bills-helpers";
|
||||
import { EstablishmentLogo } from "@/shared/components/entity-avatar";
|
||||
import MoneyValues from "@/shared/components/money-values";
|
||||
import { CardContent } from "@/shared/components/ui/card";
|
||||
|
||||
@@ -72,7 +72,7 @@ export function PayerCard({ payer, onEdit, onRemove }: PayerCardProps) {
|
||||
</Badge>
|
||||
|
||||
{isReadOnly ? (
|
||||
<Badge variant="outline" className="text-xs text-warning">
|
||||
<Badge variant="outline" className="text-xs text-primary">
|
||||
Somente leitura
|
||||
</Badge>
|
||||
) : null}
|
||||
|
||||
@@ -370,7 +370,7 @@ export function PayerDialog({
|
||||
) : (
|
||||
<div className="size-12 rounded-full bg-muted border-2 border-dashed border-muted-foreground/20 flex items-center justify-center hover:scale-110 transition-transform duration-200">
|
||||
{isProcessingImage ? (
|
||||
<span className="text-[10px] text-muted-foreground animate-pulse">
|
||||
<span className="text-xs text-muted-foreground animate-pulse">
|
||||
...
|
||||
</span>
|
||||
) : (
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
PAYER_STATUS_OPTIONS,
|
||||
} from "@/shared/lib/payers/constants";
|
||||
|
||||
export type PayerData = {
|
||||
type PayerData = {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string | null;
|
||||
|
||||
Reference in New Issue
Block a user