bitwarden-estensione-browser/bitwarden_license/bit-web/src/app/secrets-manager/trash
Oscar Hinton 4e1867682f
[PM-1504] Migrate Dialogs to DialogService (#5013)
This PR introduces a generic `DialogService` which can be used by all the clients. This allows us to decouple dialogs from the `PlatformUtilsHelper`.

The `DialogService` provides a new method, `openSimpleDialog` which is the new interface for that type of dialogs.

This gives us 3 different implementations: 
- Web: DialogService modern dialogs
- Browser: SweetAlert
- Desktop: Native electron based
2023-05-02 18:46:03 +02:00
..
dialog [PM-1915] Remove selector for all dialogs (#5257) 2023-05-01 17:59:47 +02:00
trash-routing.module.ts SM-281: Secrets Manager Trash (#4730) 2023-02-21 10:03:37 -05:00
trash.component.html SM-637: Add trash autodelete callout (#4970) 2023-03-10 12:22:22 -05:00
trash.component.ts [PM-1504] Migrate Dialogs to DialogService (#5013) 2023-05-02 18:46:03 +02:00
trash.module.ts SM-281: Secrets Manager Trash (#4730) 2023-02-21 10:03:37 -05:00