Browse Source

Task/improve usability of create watchlist item dialog (#7559)

* Set initial focus to search field

* Update changelog
pull/7522/head
Thomas Kaul 1 day ago
committed by GitHub
parent
commit
57c2184682
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/home-watchlist/home-watchlist.component.ts

1
CHANGELOG.md

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the usability of the create watchlist item dialog by setting the initial focus to the search field
- Migrated the abstract _Material_ form field from a component to a directive
## 3.43.0 - 2026-08-06

1
apps/client/src/app/components/home-watchlist/home-watchlist.component.ts

@ -146,7 +146,6 @@ export class GfHomeWatchlistComponent implements OnInit {
GfCreateWatchlistItemDialogComponent,
CreateWatchlistItemDialogParams
>(GfCreateWatchlistItemDialogComponent, {
autoFocus: false,
data: {
deviceType: this.deviceType(),
locale: this.user?.settings?.locale ?? DEFAULT_LOCALE

Loading…
Cancel
Save