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

391 Commits

Author SHA1 Message Date
Victoria League
5b838167ec Merge branch 'main' into ps/extension-refresh 2024-11-07 10:21:57 -05:00
SmithThe4th
faf7e3d315 [PM-11201][CL-507] Add the ability to sort by Name, Group, and Permission within the collection and item tables (#11453)
* Added sorting to vault, name, permission and group

Added default sorting

* Fixed import

* reverted test on template

* Only add sorting functionality to admin console

* changed code order

* Fixed leftover test for sortingn

* Fixed reference

* sort permissions by ascending order

* Fixed bug where a collection had multiple groups and sorting alphbatically didn't happen correctly all the time

* Fixed bug whne creating a new cipher item

* Introduced fnFactory to create a sort function with direction provided

* Used new sort function to make collections always remain at the top and ciphers below

* extracted logic to always sort collections at the top

Added similar sorting to sortBygroup

* removed org vault check

* remove unused service

* Sort only collections

* Got rid of sortFn factory in favour of passing the direction as an optional parameter

* Removed tenary

* get cipher permissions

* Use all collections to filter collection ids

* Fixed ascending and descending issues

* Added functionality to default sort in descending order

* default sort permissions in descending order

* Refactored setActive to not pass direction as a paramater
2024-11-07 10:10:15 -05:00
Merissa Weinstein
eca25cc3b1 Merge branch 'main' into ps/extension-refresh 2024-11-06 14:32:37 -06:00
Victoria League
a7acd58596 [PM-14043] Update size of toggle group label to fit more content (#11881) 2024-11-06 14:29:08 -05:00
Alec Rippberger
619651ca55 [PM-13818] Allow user to edit self-hosted url during registration (#11790)
* Trigger self hosted settings dialog on select close

* Simplify triggering self hosted env config dialog

* Always emit selected value

* Update variable naming of lastSelectedValue to userSelectedValue to better reflect purpose

* Add comment for userSelectedValue variable

* Remove userSelectedValue and simply emit a closed event

* Remove passing selectedRegion in closed event
2024-11-06 13:17:59 -06:00
Victoria League
78764a0807 [CL-503] Add notification color variables (#11802) 2024-11-06 11:46:40 -05:00
Vicki League
e94e1d96e2 Merge branch 'main' into ps/extension-refresh 2024-11-04 14:18:26 -05:00
Oscar Hinton
cd79457349 [PM-4347] Upgrade angular to 17 (#11031)
Upgrade angular to 17
2024-11-04 11:51:43 -05:00
Victoria League
b9f4bc0f48 Merge branch 'main' into ps/extension-refresh 2024-10-31 09:37:34 -04:00
Jordan Aasen
18f7d64a6d [PM-14038] - priority applications UI (#11723)
* priority applications UI

* add security icon
2024-10-30 14:25:06 -04:00
Victoria League
5ea71add48 [CL-13820] Add class to remove link underline (#11762) 2024-10-29 11:12:13 -04:00
Victoria League
4fe48fc913 [CL-494] Wrap long words in toggle group (#11659) 2024-10-25 11:48:57 -04:00
Vicki League
1a39a4f7a4 Merge branch 'main' into ps/extension-refresh 2024-10-25 09:15:23 -04:00
Bernd Schoolmann
b486fcc689 [Pm-13097] Rename cryptoservice to keyservice and move it to km ownership (#11358)
* Rename cryptoservice to keyservice

* Rename cryptoservice to keyservice

* Move key service to key management ownership

* Remove accidentally added file

* Fix cli build

* Fix browser build

* Run prettier

* Fix builds

* Fix cli build

* Fix tests

* Fix incorrect renames

* Rename webauthn-login-crypto-service

* Fix build errors due to merge conflicts

* Fix linting
2024-10-24 19:41:30 +02:00
Victoria League
115f8a9f1d Merge branch 'main' into ps/extension-refresh 2024-10-23 09:38:02 -04:00
Oscar Hinton
9b474264e6 [CL-343] Create a new table component for virtual scrolling (#10113)
This creates a new component called bit-table-scroll as it's a breaking change in how tables works. We could probably conditionally support both behaviors in the existing table component if we desire.

Rather than iterating the rows in the consuming component, we now need to define a row definition, bitRowDef which provides access to the rows data through angular let- syntax. This allows the table component to own the behaviour which is needed in order to use the cdkVirtualFor directive which must be inside the cdk-virtual-scroll-viewport component.
2024-10-22 21:51:45 +02:00
Victoria League
e3c47a524e Merge branch 'main' into ps/extension-refresh 2024-10-21 10:31:42 -04:00
Jared Snider
2605c03c81 Update Icon Docs to include information on viewbox scaling (#11613) 2024-10-18 12:14:29 -04:00
Jared Snider
a5f856da2a Component Library - Add Icon documentation (#11571)
* Add Icon documentation

* Add 7th bullet

* Icon docs - add context on how to go from hex values to appropriate tailwind classes.

* 7th bullet needs bold to look right

* Add color icon per suggestion
2024-10-17 10:47:08 -04:00
Victoria League
bc2e086d0d [CL-477] Remove focus styles for readonly input (#11510) 2024-10-16 09:36:55 -04:00
Merissa Weinstein
bf5364447f Merge branch 'main' into ps/extension-refresh 2024-10-15 12:37:49 -05:00
Victoria League
988c2b69e0 [CL-471] Update lock icon and others (#11508) 2024-10-11 16:12:49 -04:00
Victoria League
e9df750c4a [CL-478] Remove underline on hover for most components (#11477) 2024-10-11 12:27:50 -04:00
Victoria League
c8cdc6e4c9 [CL-481] Style updates for bit-item, bit-card, and primary-100 (#11473) 2024-10-09 16:36:54 -04:00
Vicki League
84404b228e Merge branch 'main' into ps/extension-refresh 2024-10-09 13:42:23 -04:00
Nick Krantz
e2275ad0bc [PM-12776] Draggable Items within a dialog (#11396)
* increase z-index `cdk-drag-preview` so it displays on top of modals/dialogs when draggable elements are within them

* update comment overlay z-index and add ticket number

* update comment
2024-10-09 12:05:31 -05:00
Victoria League
ad7cf7de15 [CL-303] Prevent chip menu from running offscreen (#11348) 2024-10-07 11:27:16 -04:00
Victoria League
b1767bd763 [PM-11131] Prevent duplicated sr labels on form field icon buttons (#11383) 2024-10-07 10:32:43 -04:00
Victoria League
3f3b32119c [CL-453] Fix multiselect chip spacing and truncation (#11300) 2024-10-02 10:04:50 -04:00
Vicki League
90496b7695 Merge branch 'main' into ps/extension-refresh 2024-09-30 11:47:21 -04:00
Victoria League
b149db9f4d [CL-458] Exclude badges from truncation and vertically center content (#11262) 2024-09-30 11:45:51 -04:00
Victoria League
dd439010ef [CL-388] Update vertical nav colors for new palette (#11226) 2024-09-27 14:52:38 -04:00
Victoria League
15b7716620 [CL-459] Fix chip behavior when opening menu while item is selected (#11227) 2024-09-26 11:52:10 -04:00
Victoria League
add520aee5 [CL-455] Do not use responsive margin for sections in dialogs or extension (#11243) 2024-09-25 16:49:35 -04:00
Victoria League
aeaaca1e62 [CL-457] Center input text for select and multiselect (#11239) 2024-09-25 16:49:12 -04:00
Victoria League
a8578f5d99 [CL-454] Improve color a11y for toast and banner interactive elements (#11200) 2024-09-24 12:30:33 -04:00
Victoria League
95de2feec3 [CL-446] Update hover state for unselected chip selects (#11172) 2024-09-24 12:27:27 -04:00
Victoria League
5ea83d2d49 [CL-275] Update link styles (#11174) 2024-09-23 15:31:48 -04:00
Merissa Weinstein
e971972946 CL-252/update toast (#10996) 2024-09-23 10:09:15 -04:00
Nick Krantz
fa2659f421 remove tw-border-b-2 from being defined twice (#11181)
- it causes a shift when the field is focused on the extension
- In storybook the `tw-border-b-2` is removed from the classname for some reason, and thus the no shift
2024-09-20 16:05:32 -05:00
Vicki League
aa696df172 Merge branch 'main' into ps/extension-refresh 2024-09-20 10:03:00 -04:00
Victoria League
1262623fac [CL-451] Add option for full width chip select (#11135) 2024-09-20 09:52:12 -04:00
Victoria League
eec84d893d [CL-439] Improve keyboard and visual a11y for chip select (#11112) 2024-09-19 13:49:00 -04:00
Victoria League
04180482c5 Merge branch 'main' into ps/extension-refresh 2024-09-18 10:18:27 -04:00
Victoria League
bd4b3933a4 [PM-8582] Improve search performance in Safari (#11088) 2024-09-18 09:13:58 -04:00
Victoria League
abf57b3593 [CL-397] Remove primary-500 (#11036) 2024-09-13 15:56:39 -04:00
Victoria League
0a861e5ee0 [CL-404] Switch to primary-600 for all focus indicators (#11015) 2024-09-13 14:29:33 -04:00
Victoria League
00443f833f [CL-395] Remove text headers color (#10997) 2024-09-12 13:52:57 -04:00
Vicki League
7462b1323a Merge branch 'main' into ps/extension-refresh 2024-09-11 14:58:46 -04:00
Victoria League
a0a0a7ae13 [CL-395] Add and use art colors in svgs (#10990) 2024-09-11 14:54:07 -04:00