mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
* Added function to return cipherview observable and trigger the decryption process if the cipherviews$ observable returns empty * Updated the vault component to use getCipherViews$ observable function * converted vault banner to standalone component * converted vault header to standalone component * fixed unawaited promises converted component to standalone component * cleaned up vault module * fixed imports * refactored getCipherView$ observable * refactored onVaultItemsEvent to switch case * Refactored to use toast service instead of platform utils service for toast * Added function to return cipherview observable and trigger the decryption process if the cipherviews$ observable returns empty * Updated the vault component to use getCipherViews$ observable function * converted vault banner to standalone component * converted vault header to standalone component * fixed unawaited promises converted component to standalone component * cleaned up vault module * fixed imports * refactored getCipherView$ observable * refactored onVaultItemsEvent to switch case * Refactored to use toast service instead of platform utils service for toast * merged with main and fixed conflicts * reordered standalone property * converted components to standalone * cleaned up ng module for org vault * cleaned up vault module individual vault * fixed conflicts * Replaced deprecated toast service * refactored to use switch case for org vault * fixed comments and fixed failing tests reverted to use getAllDecrypted