mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
updated dates and password history
This commit is contained in:
@@ -108,8 +108,8 @@ export const routerTransition = trigger('routerTransition', [
|
||||
transition('tabs => view-cipher, ciphers => view-cipher', inSlideUp),
|
||||
transition('view-cipher => tabs, view-cipher => ciphers', outSlideDown),
|
||||
|
||||
transition('view-cipher => edit-cipher', inSlideUp),
|
||||
transition('edit-cipher => view-cipher, edit-cipher => tabs', outSlideDown),
|
||||
transition('view-cipher => edit-cipher, view-cipher => cipher-password-history', inSlideUp),
|
||||
transition('edit-cipher => view-cipher, cipher-password-history => view-cipher, edit-cipher => tabs', outSlideDown),
|
||||
|
||||
transition('tabs => add-cipher, ciphers => add-cipher', inSlideUp),
|
||||
transition('add-cipher => tabs, add-cipher => ciphers', outSlideDown),
|
||||
|
||||
Reference in New Issue
Block a user