1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 19:43:45 +00:00

feat(web): [PM-1214] add device management screen

Adds a device management tab under settings -> security that allows users to:
- View and manage their account's connected devices
- Remove/deactivate devices
- See device details like platform, last login, and trust status
- Sort and filter device list with virtual scrolling

Resolves PM-1214
This commit is contained in:
Alec Rippberger
2025-01-07 13:29:36 -06:00
committed by GitHub
parent 02556c1416
commit f99a3c4162
17 changed files with 549 additions and 27 deletions

View File

@@ -769,7 +769,10 @@ export default class MainBackground {
this.configService,
);
this.devicesService = new DevicesServiceImplementation(this.devicesApiService);
this.devicesService = new DevicesServiceImplementation(
this.devicesApiService,
this.appIdService,
);
this.authRequestService = new AuthRequestService(
this.appIdService,