Skip to content

Commit

Permalink
Line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Aug 3, 2023
1 parent 07ccac5 commit 0d29340
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions GitHub.QuerySandbox/Spinners/TimeTravelSpinner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ internal sealed class TimeTravelSpinner : Spinner
public override bool IsUnicode => true;
public override IReadOnlyList<string> Frames => new List<string>
{
"🕛 ",
"🕚 ",
"🕙 ",
"🕘 ",
"🕗 ",
"🕖 ",
"🕕 ",
"🕔 ",
"🕓 ",
"🕒 ",
"🕑 ",
"🕐 ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
"?? ",
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
</div>
@if (_repoLabelsState.IsLoading)
{
<ProgressIndicator Message="🏷️ Loading area labels..." />
<ProgressIndicator Message="??? Loading area labels..." />
}
@if (_issueSnapshots is null)
{
<ProgressIndicator Message="🤖 Loading summary..." />
<ProgressIndicator Message="?? Loading summary..." />
}
else if (_chartConfig.Data is { Datasets.Count : 0 })
{
<ProgressIndicator Message="📈 Building chart..." />
<ProgressIndicator Message="?? Building chart..." />
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
</div>
@if (_repoLabelsState.IsLoading)
{
<ProgressIndicator Message="🏷️ Loading area labels..." />
<ProgressIndicator Message="??? Loading area labels..." />
}
@if (_issueSnapshots is null)
{
<ProgressIndicator Message="🤖 Loading summary..." />
<ProgressIndicator Message="?? Loading summary..." />
}
else if (_chartConfig.Data is { Datasets.Count : 0 })
{
<ProgressIndicator Message="📈 Building chart..." />
<ProgressIndicator Message="?? Building chart..." />
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
</div>
@if (_repoLabelsState.IsLoading)
{
<ProgressIndicator Message="🏷️ Loading area labels..." />
<ProgressIndicator Message="??? Loading area labels..." />
}
@if (_issueSnapshots is null)
{
<ProgressIndicator Message="🤖 Loading data..." />
<ProgressIndicator Message="?? Loading data..." />
}
else if (_chartConfig.Data is { Datasets.Count : 0 })
{
<ProgressIndicator Message="📈 Building chart..." />
<ProgressIndicator Message="?? Building chart..." />
}
else
{
Expand Down

0 comments on commit 0d29340

Please sign in to comment.