1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

collection management

This commit is contained in:
Kyle Spearrin
2018-10-23 12:16:27 -04:00
parent 3d5ed8f66a
commit 80e71d4923
8 changed files with 90 additions and 3 deletions

View File

@@ -123,8 +123,8 @@ export const routerTransition = trigger('routerTransition', [
transition('edit-cipher => share-cipher', inSlideUp),
transition('share-cipher => edit-cipher', outSlideDown),
transition('edit-cipher => attachments', inSlideLeft),
transition('attachments => edit-cipher', outSlideRight),
transition('edit-cipher => attachments, edit-cipher => collections', inSlideLeft),
transition('attachments => edit-cipher, collections => edit-cipher', outSlideRight),
transition('tabs => export', inSlideLeft),
transition('export => tabs', outSlideRight),