Skip to content

Commit

Permalink
courses: smoother progress export (fixes #7729) (#7754)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
RheuX and dogi authored Nov 11, 2024
1 parent 228b3c4 commit a46f778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.15.41",
"version": "0.15.42",
"myplanet": {
"latest": "v0.20.94",
"min": "v0.19.94"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</mat-select>
</mat-form-field>
<button mat-raised-button color="accent" class="margin-lr-3" *ngIf="selectedStep !== undefined" (click)="resetToFullCourse()" i18n>Show full course</button>
<button class="margin-lr-10" color="accent" mat-raised-button i18n (click)="exportChartData()">
<button *ngIf="chartData?.length" class="margin-lr-10" color="accent" mat-raised-button i18n (click)="exportChartData()">
Export
</button>
</mat-toolbar>
Expand Down

0 comments on commit a46f778

Please sign in to comment.