1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

allow item history to be selectable (#13708)

This commit is contained in:
Jordan Aasen
2025-03-12 15:19:06 -07:00
committed by GitHub
parent 942b80e5d2
commit 6c2d7e92e6

View File

@@ -3,12 +3,12 @@
<h2 bitTypography="h6">{{ "itemHistory" | i18n }}</h2> <h2 bitTypography="h6">{{ "itemHistory" | i18n }}</h2>
</bit-section-header> </bit-section-header>
<bit-card> <bit-card>
<p class="tw-mb-1 tw-text-xs tw-text-muted tw-select-none"> <p class="tw-mb-1 tw-text-xs tw-text-muted tw-select-all">
<span class="tw-font-bold">{{ "lastEdited" | i18n }}:</span> <span class="tw-font-bold">{{ "lastEdited" | i18n }}:</span>
{{ cipher.revisionDate | date: "medium" }} {{ cipher.revisionDate | date: "medium" }}
</p> </p>
<p <p
class="tw-text-xs tw-text-muted tw-select-none" class="tw-text-xs tw-text-muted tw-select-all"
[ngClass]="{ [ngClass]="{
'tw-mb-1 ': cipher.hasPasswordHistory, 'tw-mb-1 ': cipher.hasPasswordHistory,
'tw-mb-0': !cipher.hasPasswordHistory, 'tw-mb-0': !cipher.hasPasswordHistory,
@@ -19,7 +19,7 @@
</p> </p>
<p <p
*ngIf="cipher.passwordRevisionDisplayDate" *ngIf="cipher.passwordRevisionDisplayDate"
class="tw-text-xs tw-text-muted tw-select-none" class="tw-text-xs tw-text-muted tw-select-all"
[ngClass]="{ 'tw-mb-3': cipher.hasPasswordHistory }" [ngClass]="{ 'tw-mb-3': cipher.hasPasswordHistory }"
> >
<span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span> <span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span>