mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
implement showToast
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: f618c0b5ee...e0d5a4d8b7
@@ -101,6 +101,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
showToast(type: 'error' | 'success' | 'warning' | 'info', title: string, text: string, global?: any): void {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string):
|
||||
Promise<boolean> {
|
||||
throw new Error('Not implemented.');
|
||||
|
||||
Reference in New Issue
Block a user