1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

cipher attachments

This commit is contained in:
Kyle Spearrin
2018-04-11 13:51:09 -04:00
parent 2005e00f27
commit f725aa9a60
6 changed files with 111 additions and 2 deletions

View File

@@ -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),