Browse Source

Feature/add active or closed toggle to holdings overview on mobile

Co-authored-by: Copilot <copilot@github.com>
pull/6976/head
swissbuechi 3 months ago
parent
commit
93ce9c3b7a
  1. 1
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/home-holdings/home-holdings.html

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added active/closed toggle to holdings overview on mobile
- Added support for routing selected requests through the _OpenRouter_ `web_fetch` tool in the `FetchService` - Added support for routing selected requests through the _OpenRouter_ `web_fetch` tool in the `FetchService`
### Changed ### Changed

1
apps/client/src/app/components/home-holdings/home-holdings.html

@ -24,7 +24,6 @@
</div> </div>
<div class="align-items-center d-flex flex-grow-1 justify-content-end"> <div class="align-items-center d-flex flex-grow-1 justify-content-end">
<gf-toggle <gf-toggle
class="d-none d-lg-block"
[defaultValue]="holdingType" [defaultValue]="holdingType"
[isLoading]="false" [isLoading]="false"
[options]="holdingTypeOptions" [options]="holdingTypeOptions"

Loading…
Cancel
Save