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 (
<WorkspaceFrame as="main" height="viewport" surface="plain" label="Payments workspace" interfaceId="payments.workspace" helpContextId="payments.workspace" helpModuleId="payments">
<PageLayout
archetype="collection"
mode="standalone"
title="Payment requests"
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={(
<PageActionBar
variant="collection"
refreshable
label="Payment request actions"
interfaceId="payments.workspace.actions"
helpContextId="payments.workspace"