1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-16 07:06:19 +02:00
bitwarden-browser/libs/vault/src/icons/index.ts
SmithThe4th 5a73639946
[PM-8125] Move Trash to the Vault settings page (#10736)
* created trash and trash container component

* added trash to vault settings

created observable to get deleted ciphers

* export icon

added locales

* remove edit and delete footver from trash view cipher

* Added helper text when viewing deleted ciphers

* prevent premature access of isDeleted from the cipher object

* simplified the condition to show the edit button

* return cipherView for deletedCiphers$ since that is what is used in the component

* changed section header to h6

* added routing animation

* Added restore to footer
2024-08-30 15:46:26 -04:00

5 lines
121 B
TypeScript

export * from "./deactivated-org";
export * from "./no-folders";
export * from "./vault";
export * from "./empty-trash";