mirror of
https://github.com/bitwarden/browser
synced 2026-02-23 16:13:21 +00:00
fix(notification-processing): [PM-19877] System Notification Implementation - Addressed more feedback.
This commit is contained in:
@@ -17,7 +17,7 @@ export type ToastOptions = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Presents toast notifications
|
||||
* Presents toast server notifications
|
||||
**/
|
||||
@Injectable({ providedIn: "root" })
|
||||
export class ToastService {
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Toast as BaseToastrComponent, ToastPackage, ToastrService } from "ngx-t
|
||||
import { ToastComponent } from "./toast.component";
|
||||
|
||||
/**
|
||||
* Toasts are ephemeral notifications. They most often communicate the result of a user action. Due to their ephemeral nature, long messages and critical alerts should not utilize toasts.
|
||||
* Toasts are ephemeral server notifications. They most often communicate the result of a user action. Due to their ephemeral nature, long messages and critical alerts should not utilize toasts.
|
||||
*/
|
||||
@Component({
|
||||
template: `
|
||||
|
||||
Reference in New Issue
Block a user