feat: implement localStorage persistence for user preferences in categories, statistics, transactions, and sidebar components; enhance UI with collapsible elements and improved layout

This commit is contained in:
Julien Froidefond
2025-12-21 08:24:04 +01:00
parent b3e99a15d2
commit c358845033
6 changed files with 135 additions and 22 deletions

View File

@@ -446,7 +446,7 @@ export function TransactionTable({
<div className="p-3 text-sm font-medium text-muted-foreground">
Compte
</div>
<div className="p-3 text-sm font-medium text-muted-foreground">
<div className="p-3 text-sm font-medium text-muted-foreground text-center">
Catégorie
</div>
<div className="p-3 text-right">
@@ -552,7 +552,7 @@ export function TransactionTable({
{account?.name || "-"}
</div>
<div
className="p-3 relative"
className="p-3 relative flex items-center justify-center"
onClick={(e) => e.stopPropagation()}
>
{updatingTransactionIds.has(transaction.id) && (