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

[PM-16247] Autofill base common content components (#12668)

* PoC implementation

* build notification header components

* use emotion css, and add button row components

* add icons

* update close button component to use new icon

* add cipher components

* reorganize notification component to accomodate body overflow with static footer

* add action row component and fix overflow cases

* fix component directory casings

* add scrollbar styles

* fix edit button icon display size issue

* fix edit button interaction

* cleanup and add dropdown menu buttons

* fix footer display of full-width children

* use svg brand icon in header component

* refine body and footer overflow layout handling

* fix fallback cipher icon sizing and other cleanup

* component restructure and cleanup

* restructure icon components

* cleanup

* re-org notification body and footer components and add typing

* additional cleanup
This commit is contained in:
Jonathan Prusik
2025-01-07 15:09:43 -05:00
committed by GitHub
parent f99a3c4162
commit dbed5ff79b
37 changed files with 2019 additions and 46 deletions

View File

@@ -156,6 +156,7 @@
"@angular/router": "18.2.13",
"@bitwarden/sdk-internal": "0.2.0-main.38",
"@electron/fuses": "1.8.0",
"@emotion/css": "11.13.5",
"@koa/multer": "3.0.2",
"@koa/router": "13.1.0",
"@microsoft/signalr": "8.0.7",
@@ -180,6 +181,7 @@
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-json": "2.0.2",
"lit": "3.2.1",
"lowdb": "1.0.0",
"lunr": "2.3.9",
"multer": "1.4.5-lts.1",