1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00: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
2 changed files with 7 additions and 3 deletions

View File

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

View File

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