Browse Source
Feature/disable pagination of tabs (#272)
* Disable pagination
* Update changelog
pull/273/head
Thomas
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/home/home-page.html
-
apps/client/src/app/pages/zen/zen-page.html
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Hid the pagination of tabs |
|
|
- Improved the support for future transactions (drafts) |
|
|
- Improved the support for future transactions (drafts) |
|
|
- Upgraded `chart.js` from version `3.3.2` to `3.5.0` |
|
|
- Upgraded `chart.js` from version `3.3.2` to `3.5.0` |
|
|
|
|
|
|
|
|
|
@ -3,6 +3,7 @@ |
|
|
class="position-absolute" |
|
|
class="position-absolute" |
|
|
headerPosition="below" |
|
|
headerPosition="below" |
|
|
mat-align-tabs="center" |
|
|
mat-align-tabs="center" |
|
|
|
|
|
[disablePagination]="true" |
|
|
(selectedTabChange)="onTabChanged()" |
|
|
(selectedTabChange)="onTabChanged()" |
|
|
> |
|
|
> |
|
|
<mat-tab> |
|
|
<mat-tab> |
|
|
|
@ -3,6 +3,7 @@ |
|
|
class="position-absolute" |
|
|
class="position-absolute" |
|
|
headerPosition="below" |
|
|
headerPosition="below" |
|
|
mat-align-tabs="center" |
|
|
mat-align-tabs="center" |
|
|
|
|
|
[disablePagination]="true" |
|
|
(selectedTabChange)="onTabChanged()" |
|
|
(selectedTabChange)="onTabChanged()" |
|
|
> |
|
|
> |
|
|
<mat-tab> |
|
|
<mat-tab> |
|
|