You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding git support: add timestamp to reponame if already used, #218
add .gitignore and .gitattributes to Resources,
update versions cache json,
add missing copy for cached versions json (to get updates faster on first run)
Title="Create New Project"Height="650"Width="650"Background="{DynamicResource ThemeDarkestBackground}"PreviewKeyDown="Window_PreviewKeyDown"ResizeMode="NoResize"WindowStartupLocation="CenterOwner"ShowInTaskbar="True">
10
+
Title="Create New Project"Height="660"Width="650"Background="{DynamicResource ThemeDarkestBackground}"PreviewKeyDown="Window_PreviewKeyDown"ResizeMode="NoResize"WindowStartupLocation="CenterOwner"ShowInTaskbar="True">
<Buttonx:Name="btnCreateToken"Style="{StaticResource CustomButton}"Content="Get Token 🔗"ToolTip="Open Github to create a token"Height="22"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="0,4,6,0" Grid.Column="1"FontSize="10"Width="66"Click="btnCreateToken_Click" />
90
-
<TextBoxx:Name="txtTokenInput"ToolTip="Enter your Github token here"VerticalAlignment="Center"IsUndoEnabled="True"Margin="0,2,0,2"HorizontalAlignment="Left"Width="100"TextChanged="txtTokenInput_TextChanged"/>
90
+
<PasswordBoxx:Name="txtTokenInput"ToolTip="Enter your Github token here"VerticalAlignment="Center"Margin="0,2,0,2"HorizontalAlignment="Left"Width="100"PasswordChanged="txtTokenInput_PasswordChanged"/>
91
91
<Buttonx:Name="btnAuthorizeToken"Style="{StaticResource CustomButton}"Content="Authorize"ToolTip="Open Github to create a token"Height="22"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="6,4,0,0"IsEnabled="False"Width="60"Click="btnAuthorizeToken_Click" />
92
92
<Buttonx:Name="btnDisconnectToken"Style="{StaticResource CustomButton}"Content="Disconnect"ToolTip="Disconnect from Github AND delete saved token"Height="22"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="6,4,0,0"IsEnabled="False"Width="64"Visibility="Collapsed"Click="btnDisconnectToken_Click" />
0 commit comments