feat: add uncategorized transaction count and percentage to transactions page; adjust table height for better layout
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user