fix: restore from backup, restart button for tools, loader for fields

This commit is contained in:
vas3k
2025-05-20 20:37:26 +02:00
parent 4b3c62c9eb
commit c352f5eadd
18 changed files with 172 additions and 118 deletions

View File

@@ -19,7 +19,7 @@ export const metadata: Metadata = {
description: "Manage your transactions",
}
const TRANSACTIONS_PER_PAGE = 1000
const TRANSACTIONS_PER_PAGE = 500
export default async function TransactionsPage({ searchParams }: { searchParams: Promise<TransactionFilters> }) {
const { page, ...filters } = await searchParams