Browse Source
Feature/improve style of symbol autocomplete component (#4070)
* Improve style
* Update changelog
pull/4075/head^2
Thomas Kaul
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the style of the symbol search component |
|
|
|
- Extended the users table in the admin control panel |
|
|
|
|
|
|
|
## 2.124.1 - 2024-11-25 |
|
|
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
[value]="lookupItem" |
|
|
|
> |
|
|
|
<span class="align-items-center d-flex line-height-1" |
|
|
|
><b>{{ lookupItem.name }}</b> |
|
|
|
><span>{{ lookupItem.name }}</span> |
|
|
|
@if (lookupItem.dataProviderInfo.isPremium) { |
|
|
|
<gf-premium-indicator class="ml-1" [enableLink]="false" /> |
|
|
|
} |
|
|
|