From 58b9b54600f12ba4ec1d80a2d1b7dee3879a0479 Mon Sep 17 00:00:00 2001 From: adamelmore <2363879+adamdottv@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:58:29 -0600 Subject: feat(app): forward and back buttons --- packages/app/src/context/platform.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/app/src/context') diff --git a/packages/app/src/context/platform.tsx b/packages/app/src/context/platform.tsx index b97f70fea..f6fb157f0 100644 --- a/packages/app/src/context/platform.tsx +++ b/packages/app/src/context/platform.tsx @@ -17,6 +17,12 @@ export type Platform = { /** Restart the app */ restart(): Promise + /** Navigate back in history */ + back(): void + + /** Navigate forward in history */ + forward(): void + /** Send a system notification (optional deep link) */ notify(title: string, description?: string, href?: string): Promise -- cgit v1.2.3