mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[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
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
{{ "cardExpiredMessage" | i18n }}
|
||||
</bit-callout>
|
||||
|
||||
<!-- HELPER TEXT -->
|
||||
<p
|
||||
class="tw-text-sm tw-text-muted"
|
||||
bitTypography="helper"
|
||||
*ngIf="cipher?.isDeleted && !cipher?.edit"
|
||||
>
|
||||
{{ "noEditPermissions" | i18n }}
|
||||
</p>
|
||||
|
||||
<!-- ITEM DETAILS -->
|
||||
<app-item-details-v2
|
||||
[cipher]="cipher"
|
||||
|
||||
Reference in New Issue
Block a user