1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00
Commit Graph

447 Commits

Author SHA1 Message Date
Vicki League
3c47eb8900 fixes for form-field module 2025-06-25 15:55:06 -04:00
Vicki League
40eb0195e9 fix label 2025-06-25 15:42:38 -04:00
Vicki League
45e2bdc85c fix input 2025-06-25 15:33:25 -04:00
Vicki League
bf3dffe7ea chip-select fixes 2025-06-25 15:24:40 -04:00
Vicki League
796905bc36 callout improvements, sorry not sorry 2025-06-25 15:17:30 -04:00
Vicki League
94b761a3f0 finish migrating breadcrumbs 2025-06-25 14:48:13 -04:00
Vicki League
27d6dd8a06 fix standalone actions stories for angular 19 2025-06-25 14:29:53 -04:00
Vicki League
fa5c6892d1 fix compile errors 2025-06-25 14:29:07 -04:00
Vicki League
ca8f61bf02 finish migrating typography 2025-06-25 12:48:52 -04:00
Vicki League
e3d5539b7d finish migrating icon component 2025-06-25 12:46:06 -04:00
Vicki League
7f97c4aeb6 fix option, select, and chip-select 2025-06-25 12:17:16 -04:00
Vicki League
e25d7cf45e finish migrating icon button 2025-06-25 10:20:53 -04:00
Vicki League
5590f9c283 fix form field control, input, and password-input-toggle errors 2025-06-25 10:01:30 -04:00
Vicki League
94d7f33718 finish migrating toast module 2025-06-25 09:50:12 -04:00
Vicki League
d4aa1c494b Revert "finish migrating toast module"
This reverts commit 7c0c616d6f.
2025-06-25 09:47:08 -04:00
Vicki League
f647e7e41a finish migrating copy click directive 2025-06-25 09:43:14 -04:00
Vicki League
97eb36407d finish migrating callout module 2025-06-24 16:12:25 -04:00
Vicki League
c444dfcb60 finish migrating button 2025-06-24 15:57:57 -04:00
Vicki League
1872e59cec continue migrating toggle-group module 2025-06-24 15:46:24 -04:00
Vicki League
7c0c616d6f finish migrating toast module 2025-06-24 15:38:49 -04:00
Vicki League
c92479fda9 continue migrating tabs module 2025-06-24 15:37:25 -04:00
Vicki League
ee433a8b04 finish migrating table module 2025-06-24 15:21:23 -04:00
Vicki League
a0a07afa41 continue migrating select module 2025-06-24 14:58:50 -04:00
Vicki League
bebfc4a159 finish migrating search 2025-06-24 14:32:12 -04:00
Vicki League
132bb7e1b5 finish migrating radio-button module 2025-06-24 14:29:48 -04:00
Vicki League
083902fac4 finish migrating popover module 2025-06-24 14:12:31 -04:00
Vicki League
dde15a6f40 finish migrating side-nav module 2025-06-24 14:09:36 -04:00
Vicki League
99b56b7926 finish migrating multiselect 2025-06-24 13:48:21 -04:00
Vicki League
ffd81f3e72 continue migrating menu module 2025-06-24 13:36:58 -04:00
Vicki League
58a2904cee finish migrating input module 2025-06-24 13:27:17 -04:00
Vicki League
167281cc48 finish migrating form-field module 2025-06-23 16:33:58 -04:00
Vicki League
5caf751499 finish migrating form-control module 2025-06-23 16:19:09 -04:00
Vicki League
35119b6ade finish migrating dialog 2025-06-23 16:01:23 -04:00
Vicki League
5545b5bf17 continue migrating chip select 2025-06-23 15:36:35 -04:00
Vicki League
8dae1b5bcd finish migrating banner 2025-06-23 13:31:30 -04:00
Vicki League
5a3461d8d4 finish migrating badge-list 2025-06-23 13:21:05 -04:00
Vicki League
ce2966c08c fix badge migration 2025-06-23 12:54:39 -04:00
Vicki League
9f79a94f8f finish migrating bit-action 2025-06-23 12:53:05 -04:00
Vicki League
4ee8341522 finish migrating anon-layout 2025-06-23 11:51:32 -04:00
Vicki League
4eb5023a30 initial migration run 2025-06-23 10:56:51 -04:00
Shane Melton
e8f53fe9b7 [PM-22756] Send minimizeOnCopy message during copy on Desktop platform (#15232)
* [PM-22756] Send minimizeOnCopy message during copy on Desktop platform

* [PM-22756] Introduce optional CopyClickListener pattern

* [PM-22756] Introduce CopyService that wraps PlatformUtilsService.copyToClipboard to allow scoped implementations

* [PM-22756] Introduce DesktopVaultCopyService that sends the minimizeOnCopy message

* [PM-22756] Remove leftover onCopy method

* [PM-22756] Fix failing tests

* [PM-22756] Revert CopyService solution

* [PM-22756] Cleanup

* [PM-22756] Update test

* [PM-22756] Cleanup leftover test changes
2025-06-18 14:44:21 -07:00
Vicki League
df4aae2fb2 [CL-700] Move auth-owned layout components to UIF ownership (#15093) 2025-06-17 13:33:01 -04:00
Will Martin
b8a1856fc6 [CL-696] un-revert "various drawer improvements" + bug fix (#14887)
* Revert "Revert "[CL-622][CL-562][CL-621][CL-632] various drawer improvements …"

This reverts commit 4b32d1f9dd.

* fix virtual scroll: add .cdk-virtual-scrollable to scroll viewport target

* remove references to main el

* use directives instead of querySelector (#14950)

* remove references to main el

* wip

* banish querySelector to the shadow realm

* revert apps/ files

* Add virtual scrolling docs

Co-authored-by: Vicki League <vleague@bitwarden.com>

* add jsdoc

* run eslint

* fix skip links bug

* Update libs/components/src/layout/layout.component.ts

Co-authored-by: Vicki League <vleague@bitwarden.com>

* update tab handler

* only run on tab

* fix lint

* fix virtual scroll issue due to Angular 19 upgrade (#15193)

thanks Vicki

---------

Co-authored-by: Vicki League <vleague@bitwarden.com>
2025-06-17 11:05:14 -04:00
Bryan Cunningham
f76e80f3cd [CL-688] Callout UI updates (#15152)
* refresh callout ui

* fix callout padding

* Use more descriptive example text

* position icon. Change padding back
2025-06-13 14:12:45 -04:00
Vicki League
0e1d48179d [PM-13196] Hide decorative chip select icons from screenreaders (#14990) 2025-06-12 16:27:26 -04:00
Bryan Cunningham
8b42edf9dc [CL-687] Updated dark mode color variables (#15123)
* updated dark mode color variables

* update light versions to match
2025-06-11 11:54:15 -04:00
Bryan Cunningham
3e4c37b8b3 [CL-194] add vertical stepper to CL (#14528)
* Copy Vertical stepper into CL

* remove unused input

* add docs around vertical step usage

* use signal inputs

* add vertical step story

* enhance documentation

* WIP

* Rename to Stepper

* adds horizontal stepper

* updated view logic

* add resizeobserver directive

* add basic responsizeness to stepper

* add comment about stateChanged method

* update responsive logic

* reformat with prettier

* remove obsolete applyBorder input

* fix step type mismatch

* fix incorrect step import

* fix borken disabled logic

* fix class logic

* move tabpanel out of tablist. correctly increment ids

* make map private

* use accordion attributes for vertical stepper

* barrel export directive

* fixing types

* remove now obsolete step-content

* reimplement constructors to fix storybook not rendering

* move padding to different container

* move map and observer into directive

* remove useless test for now

* add comment about constructor implementation

* add template variable for disabled state

* fix typo

* simplify resize observer directive logic

* add jsdoc description

* use typography directive

* use the variable for step disabled

* Update libs/components/src/stepper/stepper.mdx

Co-authored-by: Vicki League <vleague@bitwarden.com>

---------

Co-authored-by: Will Martin <contact@willmartian.com>
Co-authored-by: Vicki League <vleague@bitwarden.com>
2025-06-06 14:04:01 -04:00
Oscar Hinton
e8e2181252 Migrate remaining components to standalone in libs/components (#15053)
Migrates the remaining non standalone components from libs/components. Also resolved some linting ignores and applying strict typescript.
2025-06-05 09:52:53 +02:00
Will Martin
a17cc0b265 [CL-640] update bit-simple-dialog styles (#14916) 2025-06-04 15:21:17 -04:00
Nick Krantz
65f4ff6909 [PM-21791] Nudge UI Bug Fixes (#15010)
* remove margin bottom from empty vault nudge

* update page title to vault options

* show badge on import of vault settings

* add margin between no items title and icon

* add mock to test

* add comment for destroying vault settings page

* fix logic for manage/create collection

* account for deleted ciphers when showing the import nudge

* refactor name of vault import nudge
2025-06-04 08:07:44 -05:00