feat: add uncategorized transaction count and percentage to transactions page; adjust table height for better layout

This commit is contained in:
Julien Froidefond
2025-12-20 11:04:11 +01:00
parent dff2a9061f
commit d61d9181c7
3 changed files with 23 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ export function TransactionTable({
<div
ref={parentRef}
className="overflow-auto"
style={{ height: "calc(100vh - 300px)", minHeight: "400px" }}
style={{ height: "calc(100vh - 200px)", minHeight: "600px" }}
>
<div
style={{
@@ -468,7 +468,7 @@ export function TransactionTable({
<div
ref={parentRef}
className="overflow-auto"
style={{ height: "calc(100vh - 400px)", minHeight: "400px" }}
style={{ height: "calc(100vh - 200px)", minHeight: "700px" }}
>
<div
style={{