Skip to content

Commit

Permalink
ui upd
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Jan 11, 2025
1 parent e0377d3 commit 25d53d2
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions ui/src/app/configuration/configuration.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

<form [formGroup]="formGroup" novalidate (ngSubmit)="onSubmit()">
<div>
<h2>Intervals.icu <a href="https://github.com/freekode/tp2intervals?tab=readme-ov-file#intervalsicu" target="_blank"><i class="bi bi-question-circle"></i></a></h2>
<h2>
Intervals.icu
<a href="https://github.com/freekode/tp2intervals?tab=readme-ov-file#intervalsicu" target="_blank">
<i class="bi bi-question-circle"
matTooltip="How to configure"
matTooltipPosition="right"></i>
</a>
</h2>

<mat-form-field class="full-width">
<mat-label>Intervals API Key</mat-label>
Expand Down Expand Up @@ -41,7 +48,14 @@ <h2>Intervals.icu <a href="https://github.com/freekode/tp2intervals?tab=readme-o
</div>

<div>
<h2>TrainingPeaks <a href="https://github.com/freekode/tp2intervals?tab=readme-ov-file#trainingpeaks" target="_blank"><i class="bi bi-question-circle"></i></a></h2>
<h2>
TrainingPeaks
<a href="https://github.com/freekode/tp2intervals?tab=readme-ov-file#trainingpeaks" target="_blank">
<i class="bi bi-question-circle"
matTooltip="How to configure"
matTooltipPosition="right"></i>
</a>
</h2>

<mat-form-field class="full-width">
<mat-label>TrainingPeaks Auth Cookie</mat-label>
Expand All @@ -53,7 +67,14 @@ <h2>TrainingPeaks <a href="https://github.com/freekode/tp2intervals?tab=readme-o
</div>

<div>
<h2>TrainerRoad <a href="https://github.com/freekode/tp2intervals?tab=readme-ov-file#trainerroad" target="_blank"><i class="bi bi-question-circle"></i></a></h2>
<h2>
TrainerRoad
<a href="https://github.com/freekode/tp2intervals?tab=readme-ov-file#trainerroad" target="_blank">
<i class="bi bi-question-circle"
matTooltip="How to configure"
matTooltipPosition="right"></i>
</a>
</h2>

<mat-form-field class="full-width">
<mat-label>TrainerRoad Auth Cookie</mat-label>
Expand Down

0 comments on commit 25d53d2

Please sign in to comment.