clients/libs
Andreas Coroiu 5281da8fad
Some checks failed
Chromatic / Check PR run (push) Has been cancelled
Scan / Check PR run (push) Has been cancelled
Testing / Run tests (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (macos-14) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (ubuntu-22.04) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (windows-2022) (push) Has been cancelled
Testing / Rust Coverage (push) Has been cancelled
Chromatic / Chromatic (push) Has been cancelled
Scan / Checkmarx (push) Has been cancelled
Scan / Sonar (push) Has been cancelled
Testing / Upload to Codecov (push) Has been cancelled
[PM-25660] UserKeyDefinition.clearOn doesn't clear data in some cases (#16799)
* fix: always try to register clearOn events

`registerEvents` already checks for existing registered events so there is no
need to have a pre-check in `doStorageSave`. It causes issues because the
`newState` and `oldState` parameters come from the custom deserializer which
might never return `null` (e.g. transforming `null` to some default value).
Better to just use the list of registered events as a source of truth.

A performance check shows that most calls would only save a couple of
milliseconds (ranges from 0.8 ms to 18 ms) and the total amount of time
saved from application startup, to unlock, to showing the vault is about 100 ms.
I haven't been able to perceive the change.

* Revert "feat: add folder.clear warning (#16376)"

This reverts commit a2e36c4489.
2025-10-17 09:25:49 +02:00
..
.vscode Multi root workspace tweaks (#2858) 2022-06-13 21:39:36 -05:00
admin-console build: add nx configuration in libs/admin-console (#16538) 2025-09-24 11:20:18 +01:00
angular feat(auth-tech-debt): [PM-24103] Remove Get User Key to UserKey$ (#16589) 2025-10-16 14:30:10 -04:00
assets [PM-19907] updated empty state messages for web (#16283) 2025-09-30 14:55:07 -04:00
auth feat(auth-tech-debt): [PM-24103] Remove Get User Key to UserKey$ (#16589) 2025-10-16 14:30:10 -04:00
billing build: add nx configuration in libs/billing (#16542) 2025-09-25 09:00:36 +01:00
client-type fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
common [PM-25660] UserKeyDefinition.clearOn doesn't clear data in some cases (#16799) 2025-10-17 09:25:49 +02:00
components [CL-427] Add skeleton loading components to the CL (#16728) 2025-10-16 09:36:16 -04:00
core-test-utils fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
dirt/card build: add nx configuration in libs/dirt/card (#16562) 2025-09-23 12:13:52 -05:00
eslint [CL-846] forbid hardcoded colors in svg (#16167) 2025-09-10 22:22:39 -04:00
guid fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
importer PM-22143 Refactor TS enums to be const objects (Import only) (#16770) 2025-10-15 09:08:47 -07:00
key-management [PM-21033/PM-22863] User Encryption v2 (#14942) 2025-10-10 23:04:47 +02:00
key-management-ui [PM-23246] Add unlock with master password unlock data for lock component (#16204) 2025-10-15 11:56:46 -05:00
logging fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
messaging fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
node [PM-21033/PM-22863] User Encryption v2 (#14942) 2025-10-10 23:04:47 +02:00
nx-plugin fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
platform build: add nx configuration in libs/platform (#16546) 2025-09-23 16:33:22 -05:00
pricing [PM-24033]Implement Subscription Settings UI with Premium and Families Cards (#16822) 2025-10-15 13:31:10 -05:00
serialization fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
shared Implement and extend tsconfig.base across projects (#14554) 2025-06-02 20:38:17 +00:00
state [PM-25488] Badge stays after lock when using pin (#16436) 2025-10-03 09:01:49 +02:00
state-internal [PM-25660] UserKeyDefinition.clearOn doesn't clear data in some cases (#16799) 2025-10-17 09:25:49 +02:00
state-test-utils fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
storage-core fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
storage-test-utils fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
tools add export related code changes (#16789) 2025-10-15 09:07:59 -07:00
ui build: add nx configuration in libs/ui/common (#16563) 2025-09-23 14:19:49 -04:00
user-core fix(basic-lib generator): Ensure all project.json files have a rootDir value (#16384) 2025-09-22 12:32:23 -04:00
vault [PM-19152] Archive in Web (#16686) 2025-10-14 16:41:05 -05:00