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:
@@ -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) && (
|
||||
|
||||
Reference in New Issue
Block a user