fix: assessment segments can become unreadable

This commit is contained in:
Rainer Killinger
2023-01-11 13:25:18 +01:00
parent 63bb1967e1
commit 939fb6ef0f
2 changed files with 13 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
"build:android": "ionic capacitor build android --no-open && cd android && ./gradlew clean assembleDebug && cd ..", "build:android": "ionic capacitor build android --no-open && cd android && ./gradlew clean assembleDebug && cd ..",
"build:prod": "ng build --configuration=production", "build:prod": "ng build --configuration=production",
"build:stats": "ng build --configuration=production --stats-json", "build:stats": "ng build --configuration=production --stats-json",
"changelog": "conventional-changelog -p angular -i src/assets/about/CHANGELOG.md -s -r 0 && git add src/assets/about/CHANGELOG.md&& git commit -m 'docs: update changelog'", "changelog": "conventional-changelog -p angular -i src/assets/about/CHANGELOG.md -s -r 0 && git add src/assets/about/CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration", "check-configuration": "openstapps-configuration",
"cypress:open": "cypress open", "cypress:open": "cypress open",
"cypress:run": "cypress run", "cypress:run": "cypress run",

View File

@@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (C) 2022 StApps ~ Copyright (C) 2023 StApps
~ This program is free software: you can redistribute it and/or modify it ~ This program is free software: you can redistribute it and/or modify it
~ under the terms of the GNU General Public License as published by the Free ~ under the terms of the GNU General Public License as published by the Free
~ Software Foundation, version 3. ~ Software Foundation, version 3.
@@ -25,6 +25,8 @@
<ion-content> <ion-content>
<ion-segment <ion-segment
#segment #segment
[scrollable]="true"
mode="md"
(ionChange)="sharedAxisChoreographer.changeViewForState(segment.value)" (ionChange)="sharedAxisChoreographer.changeViewForState(segment.value)"
value="" value=""
> >