1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-19 07:50:08 +01:00

Auth/PM-16896 - Device Management - Remove 3 dot menu and remove text from table description (#12787)

* PM-16896 - Remove 3 dot menu and remove text from table description

* PM-16896 - Add requested comment
This commit is contained in:
Jared Snider 2025-01-09 14:14:42 -05:00 committed by GitHub
parent 8cfa30acb5
commit bb8e649048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -21,7 +21,7 @@
</div>
</div>
<p>{{ "deviceListDescription" | i18n }}</p>
<p>{{ "deviceListDescriptionTemp" | i18n }}</p>
<div *ngIf="loading" class="tw-flex tw-justify-center tw-items-center tw-p-4">
<i class="bwi bwi-spinner bwi-spin tw-text-2xl" aria-hidden="true"></i>
@ -63,13 +63,14 @@
}}</span>
</td>
<td bitCell>{{ row.firstLogin | date: "medium" }}</td>
<td bitCell>
<!-- <td bitCell>
<button
type="button"
bitIconButton="bwi-ellipsis-v"
[bitMenuTriggerFor]="optionsMenu"
></button>
<bit-menu #optionsMenu>
Remove device button to be re-added later when we have per device session de-authentication.
<button
type="button"
bitMenuItem
@ -82,7 +83,7 @@
</span>
</button>
</bit-menu>
</td>
</td> -->
</ng-template>
</bit-table-scroll>
</bit-container>

View File

@ -9995,6 +9995,9 @@
"deviceListDescription": {
"message": "Your account was logged in to each of the devices below. If you do not recognize a device, remove it now."
},
"deviceListDescriptionTemp": {
"message": "Your account was logged in to each of the devices below."
},
"claimedDomains": {
"message": "Claimed domains"
},