mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
* PM-32413 - Add hasPassword guard for future use. * PM-32413 - Web - PasswordSettingsComp - add TODO for using new guard. * PM-32413 - ChangePasswordComp - Add output emitter for when a password has been changed successfully. * PM-32413 - Add feature flag * PM-32413 - Desktop - implement change password component in a dialog. * PM-32413 - Add change password to extension * PM-32413 - Fix translations * PM-32413 - Desktop - menu - add clean up todo * PM-32413 - Feature flags - reset hardcoded true values * PM-32413 - Add clean up todos * PM-32413 - Extension Routing module - add hasPassword guard * PM-32413 - add todo * PM-32413 - Desktop / Extension - use InputPasswordFlow.ChangePassword instead of InputPasswordFlow.ChangePasswordWithOptionalUserKeyRotation * PM-32413 - Finish last AI review items * PM-32413 - Per PR feedback, update change-password-dialog title translation to one that we don't plan on removing. * PM-32413 - Per PR feedback, update menu item id * PM-32413 - Per local claud review - modify has-password to use UrlTree pattern. * PM-32413 - ChangePassword comp - add this.passwordChanged.emit(); in newly flagged code branch |
||
|---|---|---|
| .. | ||
| .vscode | ||
| config | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| CLAUDE.md | ||
| config.js | ||
| crowdin.yml | ||
| dev-server.shared.pem | ||
| Dockerfile | ||
| entrypoint.sh | ||
| jest.config.js | ||
| package.json | ||
| postcss.config.js | ||
| project.json | ||
| README.md | ||
| tailwind.config.js | ||
| test.setup.ts | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| webpack.base.js | ||
| webpack.config.js | ||
Bitwarden Web App
The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
Documentation
Please refer to the Web vault section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.