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

fixes and move to jslib share component

This commit is contained in:
Kyle Spearrin
2018-10-23 10:29:05 -04:00
parent ce7930bcc4
commit db5855aa4b
9 changed files with 60 additions and 151 deletions

View File

@@ -120,6 +120,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 => share-cipher', inSlideUp),
transition('share-cipher => edit-cipher', outSlideDown),
transition('edit-cipher => attachments', inSlideLeft),
transition('attachments => edit-cipher', outSlideRight),