mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-13 21:01:11 +08:00
* feat(billing): introduce constant for default trial length * feat(billing): pass trial initiation ID to backend * feat(billing): display dynamic trial length in UI * fix(billing): format * refactor(billing): remove unused trialInitiationId * fix(billing): update trial initiation button loading condition * refactor(billing): remove deprecated fixed-length trial message keys * refactor(i18n): update payment charged with trial message key * feat(admin-console): add custom trial length to organization creation * feat(billing): implement custom trial length in organization plans * feat(billing): display default trial length in individual upgrade summary * test(billing): add tests for custom trial length in organization plans * test(billing): fix test getter call * feat(billing): introduce showTrialOffer variable to exclude free tier * refactor(billing): utilize showTrialOffer variable in template conditions * fix(billing): run prettier * refactor(billing): remove hardcoded default trial length for new organizations * refactor: use undefined for optional trialLength properties * refactor: update trialLength check for undefined in API request * feat: include custom trial length in free trial determination * fix(billing): use plan's trialPeriodDays for payment description if available * fix(billing): correctly determine free trial display based on length * fix(billing): run formatter |
||
|---|---|---|
| .. | ||
| .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.