mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
cipher attachments
This commit is contained in:
@@ -123,6 +123,9 @@ export const routerTransition = trigger('routerTransition', [
|
||||
transition('add-cipher => generator, edit-cipher => generator', inSlideUp),
|
||||
transition('generator => add-cipher, generator => edit-cipher', outSlideDown),
|
||||
|
||||
transition('edit-cipher => attachments', inSlideLeft),
|
||||
transition('attachments => edit-cipher', outSlideRight),
|
||||
|
||||
transition('tabs => export', inSlideLeft),
|
||||
transition('export => tabs', outSlideRight),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user