1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00
Commit Graph

338 Commits

Author SHA1 Message Date
Victoria League
fbfc616c44 [CL-382] Reduce element shifting on readonly hover (#10956) 2024-09-10 14:18:01 -04:00
Victoria League
b3ebe370d2 [CL-445] Fix small sizing and spacing issues (#10962) 2024-09-10 14:16:55 -04:00
Vicki League
dd79530c8a Merge branch 'main' into ps/extension-refresh 2024-09-05 16:54:45 -04:00
Victoria League
3f25b9bbfc [CL-357] Remove border radius when displayed in web app (#10884) 2024-09-05 16:38:20 -04:00
Victoria League
1c582b7bee [CL-443] Fix sizing issues (#10893) 2024-09-05 16:34:08 -04:00
Vicki League
67394f79e1 fix merge 2024-09-05 11:19:38 -04:00
Victoria League
ae3bd26fa0 Merge branch 'main' into ps/extension-refresh 2024-09-05 11:10:33 -04:00
Will Martin
fdeac58469 [CL-312] fix dialog scroll blocking + virtual scroll (#9606) 2024-09-04 12:12:47 -04:00
Nick Krantz
3e9fb2009e [PM-10934] Remove last form-field bottom border (#10751)
* match API of new CL FormField component

* remove readonly border for additional options component

* remove readonly border for last autofill option

* remove readonly border for last custom-field form field

* remove readonly border for when collection,org or folder is available

* add `ReadOnlyCipherCardComponent` to handle readonly border

* remove readonly border for the last identity form field

* remove readonly border for the last card form field

* remove readonly border for the last login form field

* remove unneeded true value
2024-09-04 10:50:34 -05:00
Will Martin
3c4a950636 [CL-257] update banner component styles (#10766) 2024-09-04 11:37:50 -04:00
Will Martin
5ad5b51ba1 [CL-291] Finalize styling for chip select (#10771)
Co-authored-by: Vicki League <vleague@bitwarden.com>
2024-09-03 15:35:00 -04:00
Victoria League
4b770daab2 [CL-210] Change base font size from 14px to 16px (#10779) 2024-09-03 14:14:32 -04:00
Victoria League
698b292d52 Merge branch 'main' into ps/extension-refresh 2024-09-03 14:07:36 -04:00
rr-bw
c5a267baad [PM-11000] AnonLayout Icon/Logo theme refactor (#10549)
* update base anon-layout logo/icon

* update ExtensionAnonLayout logo/icon based on theme

* remove hard-coded fill

* remove solarizedDark class

---------

Co-authored-by: Bernd Schoolmann <mail@quexten.com>
2024-08-31 12:26:11 -07:00
Vicki League
201c4c5764 remove unneeded display style 2024-08-30 09:51:41 -04:00
Vicki League
fe04474843 Merge branch 'main' into ps/extension-refresh 2024-08-30 09:46:37 -04:00
Victoria League
f44b7b361d [CL-442] Fix toggle group display in extension and add fullWidth input to main (#10803) 2024-08-30 09:25:16 -04:00
Will Martin
340c0e8c2b [CL-278][CL-391] misc bit-item style fixes (#10758)
* update stories to use small icon button

* update colors

* [CL-391] use pointer cursor on hover when link or button
2024-08-29 15:18:41 -04:00
Victoria League
b54c9969ca [CL-383] Remove manual focus when password toggle is clicked (#10749) 2024-08-28 10:03:15 -04:00
Vicki League
33c973d073 Merge branch 'main' into ps/extension-refresh 2024-08-27 10:55:30 -04:00
Will Martin
80f4935171 [CL-324] migrate app-callout internals to bit-callout (#9925) 2024-08-27 09:12:28 -04:00
Victoria League
04808578f2 [CL-389] Exclude end slot label content from truncation (#10508) 2024-08-26 13:17:58 -04:00
Victoria League
d06f1ae6f2 Merge branch 'main' into ps/extension-refresh 2024-08-26 11:43:54 -04:00
Victoria League
991155d3a5 [CL-318] Ensure item content truncates when the 'start' slot is populated (#10727) 2024-08-26 11:43:03 -04:00
Victoria League
0ea75b3fff [CL-405] Allow toggle group input to be full width (#10658) 2024-08-26 10:13:49 -04:00
Victoria League
e6c3dc5508 Merge branch 'main' into ps/extension-refresh 2024-08-23 11:09:15 -04:00
Shane Melton
ade01c9d07 [PM-8380] Browser Refresh - Virtual scrolling (#10646)
* [PM-8380] Add option to disable content padding for popup page

* [PM-8380] Add cdkVirtualScroll to vault list items and fixed item heights

* [PM-8380] Move item height constants to item component
2024-08-22 07:40:32 -07:00
Victoria League
d9b77d8b05 [CL-380] Remove hover state from disabled form fields (#10639) 2024-08-21 14:27:49 -04:00
Victoria League
19ef6ba467 [CL-433] Fix broken docs pages (#10638) 2024-08-20 15:44:54 -04:00
Vicki League
e8b26ce54b Merge branch 'main' into ps/extension-refresh 2024-08-20 11:58:18 -04:00
Victoria League
ed719f835a [CL-389] Add end slot to non-text bit label content (#10457) 2024-08-20 11:55:11 -04:00
Oscar Hinton
604e22334a [BEEEP] [PM-10132] Upgrade storybook to v8 (#10288)
Upgrade storybook to version v8 which is a major upgrade. Storybook provides an
upgrade wizard which did most of the work.

- Ran npx storybook upgrade.
- Manually updated `remark-gfm` since the newer mdx requires v 4.
- Migrated all old stories still using `Story` to `StoryObj`.
2024-08-16 09:28:29 +02:00
Victoria League
a617fbc24e Merge branch 'main' into ps/extension-refresh 2024-08-14 10:53:36 -04:00
Nick Krantz
0b5afa6252 [PM-10731] Move vault icons (#10453)
* move NoFolders icon to vault library

* move DeactivatedOrg icon to vault library

* move Vault icon to vault library

* move NoResults icon to vault library

* clean up barrel file

* Revert "move NoResults icon to vault library"

This reverts commit 43abd45db7.

* re-export no results
2024-08-12 08:38:11 -05:00
Nick Krantz
28a2014e69 [PM-8204] V2 Folder View (#10423)
* add no folders icon to icon library

* add/edit folder contained within a dialog

* add/edit folder dialog contained new item dropdown

* browser refresh folders page component

* swap in v2 folder component for extension refresh

* add copy for all folder related changes
2024-08-08 13:24:49 -05:00
Victoria League
46d17788c0 [CL-229] Update icon button styles (#10405) 2024-08-08 11:57:30 -04:00
SmithThe4th
c1bf1a797f [PM-9714] Search results should clear and results reset after navigating away from Vault tab but persist if navigating to an Item view (#10378)
* created guard to clear search text when navigating between tabs

* removed reset filter from from vault list filter component on destroy and move to guard

renamed guard to clear vault state

* Fixed bug on chip select when comparing complex objects

moved compare values function to utils

* Added comment for future reference

* moved compare values to a seperate file

* fixed lint issue
2024-08-08 11:29:33 -04:00
Maciej Zieniuk
a3bf74ae1b SM-1146: Display total counts of projects, machine accounts, secrets in Secrets Manager (#9791)
* SM-1146: Secrets Manager total counts

* SM-1146: Tab link component simplifications

* SM-1146: Total counts update on CRUD

* SM-1146: Total counts API paths update

* SM-1146: Unit test coverage for services

* SM-1146: Fix incorrect types returned

* SM-1146: Storybook example for tab-link with child counter

* SM-1146: Tailwind states with groups

* SM-1146: Moving counts view types in one file

* SM-1146: Moving counts methods, responses to one shared service

* SM-1146: Removing redundant services imports

* SM-1146: Removing redundant observables

* SM-1337: Total counts hidden for suspended organizations

* SM-1336: Total counts updated on import

* SM-1336: Import error handling refactor

* SM-1336: Import error handling improvements

* SM-1336: Import error not working with project errors, Unit Test coverage

* Update bitwarden_license/bit-web/src/app/secrets-manager/settings/porting/sm-import.component.ts

Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>

* SM-1336: UT deprecation removal

* SM-1336: Better UT

* SM-1336: Lint fix

* SM-1146: Linter fix

---------

Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2024-08-08 15:12:55 +02:00
Victoria League
f545dca3b6 [CL-381] Update spacing around form elements (#10432) 2024-08-07 15:45:03 -04:00
Vicki League
36921ed80b Merge branch 'main' into ps/extension-refresh 2024-08-07 13:23:52 -04:00
Nick Krantz
d51226929c center all content in no items content (#10431)
- firefox extension has default css that overrides the inheritance of align center
2024-08-07 11:25:23 -05:00
Jonathan Prusik
66d9ab5dc0 [PM-9969] Papercut - Update component library storybook docs (#10191)
* add component import examples

* component library story html formatting/cleanup nits

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

Co-authored-by: Will Martin <contact@willmartian.com>

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

Co-authored-by: Will Martin <contact@willmartian.com>

* Update libs/components/src/dialog/simple-dialog/simple-dialog.mdx

Co-authored-by: Will Martin <contact@willmartian.com>

---------

Co-authored-by: Will Martin <contact@willmartian.com>
2024-08-07 11:13:29 -04:00
Vicki League
2d0d8364e2 Merge branch 'main' into ps/extension-refresh 2024-08-07 11:08:31 -04:00
Victoria League
1e471e0e3f [CL-271] Update styles for toggle (#10377) 2024-08-07 10:52:55 -04:00
Will Martin
181c697ff7 [CL-342] make overflow text wrap in simple dialog (#10418)
* add overflow story and fix to simple dialog

* Update libs/components/src/dialog/simple-dialog/simple-dialog.stories.ts

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

---------

Co-authored-by: Victoria League <vleague@bitwarden.com>
2024-08-07 10:30:13 -04:00
rr-bw
b2a995462f [PM-9605] Extension AnonLayout wrapper component (#10338)
* setup extension component

* setup extension service

* update icon based on theme, adjust padding, service injection

* override service

* add stories

* add current-account component

* add ConfigService to storybook

* use null checks for boolean data - otherwise false values are ignored

* update translations

* remove router implementation test

* remove imports in main.background.ts

* add showLogo to template

* update icon usage

* fix app-current-account storybook style issue
2024-08-06 16:02:47 -07:00
Vicki League
445ca8fd04 Merge branch 'main' into ps/extension-refresh 2024-08-02 14:41:37 -04:00
Oscar Hinton
c50a9063bc [PM-2340] Enable use-lifecycle-interface (#5488)
Enables one of the recommended rules of @angular-eslint. Since this rule was fairly trivial to fix and has no QA effects it seemed reasonable to migrate all code.
2024-08-02 13:59:38 -04:00
Shane Melton
0d76835cd8 [PM-9190] Edit Login - Autofill Options (#10274)
* [PM-8524] Update appA11yTitle to keep attributes in sync after first render

* [PM-8524] Introduce UriOptionComponent

* [PM-9190] Introduce AutofillOptionsComponent

* [PM-9190] Add AutofillOptions to LoginDetailsSection

* [PM-9190] Add autofill options component unit tests

* [PM-9190] Add UriOptionComponent unit tests

* [PM-9190] Add missing translations

* [PM-9190] Add autofill on page load field

* [PM-9190] Ensure updatedCipherView is completely separate from originalCipherView

* [CL-348] Do not override items if there are no OptionComponents available

* [PM-9190] Mock AutoFillOptions component in Login Details tests

* [PM-9190] Cleanup storybook and missing web translations

* [PM-9190] Ensure storybook decryptCipher returns a separate object
2024-08-01 08:35:04 -07:00
Victoria League
45542438cf [CL-338] Remove extra space in item content when end slot is empty (#10350) 2024-08-01 10:29:35 -04:00