From e8005c8d3a6edf2c8cdce3fe098fb9acff8a57c6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 28 Nov 2021 20:07:37 +0900 Subject: client: refine ui --- packages/client/src/os.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/client/src/os.ts') diff --git a/packages/client/src/os.ts b/packages/client/src/os.ts index 48a558a363..30f6b35964 100644 --- a/packages/client/src/os.ts +++ b/packages/client/src/os.ts @@ -224,6 +224,10 @@ export function modalPageWindow(path: string) { }, {}, 'closed'); } +export function toast(message: string) { + // TODO +} + export function alert(props: { type?: 'error' | 'info' | 'success' | 'warning' | 'waiting' | 'question'; title?: string | null; -- cgit v1.2.3-freya