mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
* Refactor: Remove ConfigService dependency from auto-confirm related components - Eliminated ConfigService from MainBackground, AutoConfirmPolicy, UserLayoutComponent, WebVaultPromptService, and organizationPolicyGuard. - Updated logic to directly use organization properties instead of feature flags for auto-confirm functionality. - Adjusted tests in DefaultAutomaticUserConfirmationService to reflect the removal of feature flag checks. - Cleaned up unused imports related to ConfigService across various files. * Refactor: Update date handling in tests and remove unused feature flag checks - Changed date calculation in WebVaultExtensionPromptService tests to use milliseconds for accuracy. - Removed unused feature flag checks from WebVaultPromptService tests, simplifying the logic and improving clarity. * Refactor: Update organizationPolicyGuard to include ConfigService in feature callback - Modified the organizationPolicyGuard to accept ConfigService as an additional parameter in the feature callback. - Adjusted the SendComponent route to align with the updated guard implementation. * Fix: Adjust date calculation in WebVaultExtensionPromptService tests for accuracy - Updated the test to set the exact date to 30 days prior using setDate method for clarity and to avoid potential issues with DST boundaries. |
||
|---|---|---|
| .. | ||
| .vscode | ||
| config | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| claude-plan.md | ||
| 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.