-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
<ColumnDefinition /> | ||
<ColumnDefinition Width="Auto"/> | ||
</Grid.ColumnDefinitions> | ||
<TextBlock Margin="10,0,0,0" TextWrapping="Wrap" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="3"><Run Text="Enter your Peloton account Username and Password. Then specify the directory to output the data files to and click "Get Data". Each workout's data will be downloaded and stored in comma separated values format. If a workout's file is already present in the output directory, it will not be downloaded again."/><LineBreak/><Run Text="Source can be found at http://www.github.com/cabird/PelotonData"/><LineBreak/><Run Text="Questions/Feature Requests/Bug Reports can be sent to [email protected] (but this is a side project, so...)"/></TextBlock> | ||
<TextBlock Margin="5,0,0,0" TextWrapping="Wrap" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="3"><Run Text="Enter your Peloton account Username and Password. Then specify the directory to output the data files to and click "Get Data". Each workout's data will be downloaded and stored in comma separated values format (suitable to open in Excel). If a workout's file is already present in the output directory, it will not be downloaded again."/><LineBreak/><Run Text="Source can be found at http://www.github.com/cabird/PelotonData"/><LineBreak/><Run Text="Questions/Feature Requests/Bug Reports can be sent to cabird+peloton@gmail.com (but this is a side project, so...)"/></TextBlock> | ||
<Label Content="Username" Height="30" Margin="0" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0"/> | ||
<TextBox Name="UsernameTextBox" HorizontalAlignment="Stretch" Height="24" Margin="0" TextWrapping="Wrap" VerticalAlignment="Center" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2"/> | ||
|
||
|