mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
[Send] Type component (#1608)
* Initial commit of send type component * Update jslib (ee164be->0951424) * Update constructor for new jslib
This commit is contained in:
@@ -187,4 +187,7 @@ export const routerTransition = trigger('routerTransition', [
|
||||
transition('premium => tabs', outSlideRight),
|
||||
|
||||
transition('tabs => lock', inSlideDown),
|
||||
|
||||
transition('tabs => send-type', inSlideLeft),
|
||||
transition('send-type => tabs', outSlideRight),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user