client: refine ui
This commit is contained in:
parent
335e4bd213
commit
e8005c8d3a
48 changed files with 1744 additions and 1149 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue