mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
* feat-web: add hidden char count toggle * Added toggle char count for desktop * Use Tailwind and Component Library, add i18n * Hide char count when password is hidden * Initial proposal * Update colors per design spec for all clients Also make variable names consistent across clients * Remove unused scss * Add styling * Set fixed with for password count elements * Add separate wrapped stories * Fix alignment of first char when wrapped * Minor refactors * Make naming consistent * Add Figma url * add barrel files * Use CL component * Fix template * Remove duplicate style * Use ColorPasswordComponent in web, remove old pipe Also remove styling and move pipe out of jslib-module given that it's no longer shared by all Angular clients * Run prettier * Remove unused scss vars * Undo unnecessary changes * Remove unnecessary changes * Fix styling * Fix selector * Collect show password event * Fix incorrect background in dark mode * Fix linting * Use color password for password history * Add char count to hidden custom fields in desktop * Fix char count background in web: take 2 * Update service name * Add missing label toggleCharacterCount for desktop Co-authored-by: Daniel James Smith <djsmith@web.de> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> |
||
|---|---|---|
| .. | ||
| app | ||
| async-actions | ||
| avatar | ||
| badge | ||
| banner | ||
| button | ||
| callout | ||
| checkbox | ||
| color-password | ||
| dialog | ||
| form | ||
| form-control | ||
| form-field | ||
| icon | ||
| icon-button | ||
| input | ||
| link | ||
| menu | ||
| multi-select | ||
| navigation | ||
| radio-button | ||
| shared | ||
| stories | ||
| table | ||
| tabs | ||
| toggle-group | ||
| utils | ||
| favicon.ico | ||
| index.html | ||
| index.ts | ||
| main.ts | ||
| polyfills.ts | ||
| styles.css | ||
| styles.scss | ||
| test.setup.ts | ||
| tw-theme.css | ||
| variables.scss | ||