mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
With SendSearchComponent migrated to OnPush change detection, the workaround that forced change detection via ChangeDetectorRef is no longer needed. This commit removes: - ChangeDetectorRef import and injection - The effect() in constructor that called markForCheck() - The detectChanges() call in addSend() Co-authored-by: Will Martin <willmartian@users.noreply.github.com>
Bitwarden Desktop Application
The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.
Documentation
Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.

