1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-13 10:24:20 +01:00
bitwarden-browser/libs/tools/send
✨ Audrey ✨ 414bdde232
[PM-13876] replace angular validation with html constraints validation (#11816)
* rough-in passphrase validation failure handling

* trigger valid change from settings

* fix `max` constraint enforcement

* add taps for generator validation monitoring/debugging

* HTML constraints validation rises like a phoenix

* remove min/max boundaries to fix chrome display issue

* bind settings components as view children of options components

* remove defunct `okSettings$`

* extend validationless generator to passwords

* extend validationless generator to catchall emails

* extend validationless generator to forwarder emails

* extend validationless generator to subaddress emails

* extend validationless generator to usernames

* fix observable cycle

* disable generate button when no algorithm is selected

* prevent duplicate algorithm emissions

* add constraints that assign email address defaults
2024-11-06 17:54:29 +01:00
..
send-ui [PM-13876] replace angular validation with html constraints validation (#11816) 2024-11-06 17:54:29 +01:00
README.md [PM-8448] Create BItwarden Send UI library package (#9402) 2024-05-29 11:26:40 +01:00

Bitwarden Send

This folder contains 2 packages that can be used to create and modify Sends.

semd-core

Package name: @bitwarden/send-core

Contains all types, models, and services for Bitwarden Send

Currently in use by the Bitwarden Web Vault, CLI, desktop app and browser extension

send-ui

Package name: @bitwarden/send-ui

Contains all UI components used for Bitwarden Send