1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/apps/web/src/app/tools/send
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
..
access.component.html [PM-328] Move Send to Tools (#5104) 2023-03-29 16:23:37 +02:00
access.component.ts [AC-1266] Enums filename conventions (#5140) 2023-04-04 22:42:21 -05:00
add-edit.component.html [PM-328] Move Send to Tools (#5104) 2023-03-29 16:23:37 +02:00
add-edit.component.ts [PM-1504] Migrate Dialogs to DialogService (#5013) 2023-05-02 18:46:03 +02:00
efflux-dates.component.html [PM-328] Move Send to Tools (#5104) 2023-03-29 16:23:37 +02:00
efflux-dates.component.ts [PM-328] Move Send to Tools (#5104) 2023-03-29 16:23:37 +02:00
send.component.html [PM-328] Move Send to Tools (#5104) 2023-03-29 16:23:37 +02:00
send.component.ts [PM-1504] Migrate Dialogs to DialogService (#5013) 2023-05-02 18:46:03 +02:00