mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-10 15:26:00 +00:00
style(ui): padronizar tipografia — font-medium para font-semibold
Padronização de peso tipográfico em títulos, rótulos de seção, nomes de entidades e valores monetários em toda a interface. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,8 +44,10 @@ export function AttachmentSection({
|
||||
} = useTransactionAttachments(transactionId);
|
||||
|
||||
useEffect(() => {
|
||||
onLoaded?.(items.length);
|
||||
}, [items.length, onLoaded]);
|
||||
if (!isLoading) {
|
||||
onLoaded?.(items.length);
|
||||
}
|
||||
}, [items.length, isLoading, onLoaded]);
|
||||
|
||||
const invalidateAttachments = () => {
|
||||
void queryClient.invalidateQueries({
|
||||
|
||||
Reference in New Issue
Block a user