Adopt semantic payments action layout

This commit is contained in:
2026-08-19 14:26:26 +02:00
parent a2dcd8f2dd
commit 884d068689
@@ -263,6 +263,7 @@ export default function PaymentsPage({ settings, auth }: PlatformRouteContext) {
return ( return (
<WorkspaceFrame as="main" height="viewport" surface="plain" label="Payments workspace" interfaceId="payments.workspace" helpContextId="payments.workspace" helpModuleId="payments"> <WorkspaceFrame as="main" height="viewport" surface="plain" label="Payments workspace" interfaceId="payments.workspace" helpContextId="payments.workspace" helpModuleId="payments">
<PageLayout <PageLayout
archetype="collection"
mode="standalone" mode="standalone"
title="Payment requests" title="Payment requests"
description="Track source-bound obligations and record exact manual receipts against immutable evidence." description="Track source-bound obligations and record exact manual receipts against immutable evidence."
@@ -275,6 +276,7 @@ export default function PaymentsPage({ settings, auth }: PlatformRouteContext) {
actions={( actions={(
<PageActionBar <PageActionBar
variant="collection" variant="collection"
refreshable
label="Payment request actions" label="Payment request actions"
interfaceId="payments.workspace.actions" interfaceId="payments.workspace.actions"
helpContextId="payments.workspace" helpContextId="payments.workspace"