Bitwarden client apps (web, browser extension, desktop, and cli). https://bitwarden.com
  • TypeScript 88.4%
  • HTML 4.9%
  • Rust 2.9%
  • SCSS 1.4%
  • MDX 1.1%
  • Other 1.1%
Find a file
Nick Krantz 81ae4d808a
[PM-42465] Fix batch bar Clear not unchecking vault (#22706)
* [PM-42465] Fix batch bar Clear not unchecking vault items under vfo1-foundation

When the batch bar was rendered via CDK portal, clicking Clear called
service.selection.clear() directly, which cleared the CDK SelectionModel
but had no way to notify BitTableV2Component's internal TableSelectionModel.
Row checkboxes stayed visually checked.

Add cleared$ to VaultBatchBarService so an explicit clear fires a signal
that VaultListTableComponent can subscribe to and forward to
VaultItemsTableComponent.clearSelection().

* [PM-42465] Route all internal selection clears through clear()

Ensures cleared$ emits on filter-change and post-bulk-action paths, not
just the explicit Clear button, so VaultItemsTableComponent always stays
in sync with the service's SelectionModel.

* [PM-42465] Update cleared$ JSDoc to reflect all emission paths
2026-08-27 13:58:23 -05:00
.claude [AI-88] llm: Remove .claude/CONTRIBUTING.md (#22532) 2026-08-20 13:36:25 +00:00
.codescene
.devcontainer [PM-38767] Adopt cargo-run-bin for binary tool version pinning in desktop_native (#21169) 2026-08-11 13:50:25 +02:00
.github [BRE-2208] Turning off auto bump for beta releases (#22582) 2026-08-27 13:13:33 -04:00
.husky
.storybook
.vscode
apps [PM-42465] Fix batch bar Clear not unchecking vault (#22706) 2026-08-27 13:58:23 -05:00
bitwarden_license fix(access-intelligence): include member items when fetching org ciphers (#22749) 2026-08-27 09:12:27 -05:00
docs
libs [PM-42465] Fix batch bar Clear not unchecking vault (#22706) 2026-08-27 13:58:23 -05:00
scripts [PM-38767] Adopt cargo-run-bin for binary tool version pinning in desktop_native (#21169) 2026-08-11 13:50:25 +02:00
.browserslistrc
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.mcp.json
.npmrc
.nvmrc
.nxignore
.prettierignore
.prettierrc.json
angular.json
babel.config.json
clients.code-workspace
CONTRIBUTING.md
eslint.config.mjs Sign Windows Beta Appx in CI (#22563) 2026-08-24 07:30:14 -05:00
jest.config.js Create scaffold for libs/managed-settings lib (#22695) 2026-08-26 12:40:43 +00:00
jest.preset.js
LICENSE.txt
LICENSE_BITWARDEN.txt
LICENSE_GPL.txt
lint-staged.config.mjs [PM-38767] Adopt cargo-run-bin for binary tool version pinning in desktop_native (#21169) 2026-08-11 13:50:25 +02:00
nx.json
package-lock.json [deps] Platform: Update postcss to v8.5.23 [SECURITY] (#22324) 2026-08-27 12:24:15 +02:00
package.json [deps] Platform: Update postcss to v8.5.23 [SECURITY] (#22324) 2026-08-27 12:24:15 +02:00
README.md
SECURITY.md
tailwind.config.js
tsconfig.base.json Create scaffold for libs/managed-settings lib (#22695) 2026-08-26 12:40:43 +00:00
tsconfig.eslint.json
tsconfig.json

Bitwarden

GitHub Workflow browser build on main GitHub Workflow CLI build on main GitHub Workflow desktop build on main GitHub Workflow web build on main


Bitwarden Client Applications

This repository houses all Bitwarden client applications except the mobile applications (iOS | android).

Please refer to the Clients section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.

We're Hiring!

Interested in contributing in a big way? Consider joining our team! We're hiring for many positions. Please take a look at our Careers page to see what opportunities are currently open as well as what it's like to work at Bitwarden.

Contribute

Code contributions are welcome! Please commit any pull requests against the main branch. Learn more about how to contribute by reading the Contributing Guidelines. Check out the Contributing Documentation for how to get started with your first contribution.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.