1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[CL-601] Replace default reset button to enable it in more browsers (#14974)

* bb/pm-19497/replace default reset button to enable it in more browsers

* address feedback: add ngClass; improve accessibility

* add signals for form hover and input focus; compute showResetButton

* fix(style): [CL-601] Improve CSS per reviewer comments

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] add ngForm; remove standalone attributes

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] add translation strings

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] Use message key in aria label

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] Remove unnecessary aria-hidden attribute

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] Remove unecessary ngForm attributes

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] Add storybook description

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

* fix: [CL-601] Match main for recent signal input changs

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

---------

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
This commit is contained in:
Ben Brooks
2025-07-23 09:17:47 -07:00
committed by GitHub
parent d0082981a3
commit a74e95fbfe
7 changed files with 62 additions and 18 deletions

View File

@@ -547,6 +547,9 @@
"searchVault": {
"message": "Search vault"
},
"resetSearch": {
"message": "Reset search"
},
"edit": {
"message": "Edit"
},

View File

@@ -41,6 +41,9 @@
"searchVault": {
"message": "Search vault"
},
"resetSearch": {
"message": "Reset search"
},
"addItem": {
"message": "Add item"
},

View File

@@ -629,6 +629,9 @@
"searchGroups": {
"message": "Search groups"
},
"resetSearch": {
"message": "Reset search"
},
"allItems": {
"message": "All items"
},