mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Add a progress bar while applying PRs
This commit is contained in:
@@ -36,6 +36,9 @@ namespace TGControlPanel
|
||||
{
|
||||
Enabled = false;
|
||||
UseWaitCursor = true;
|
||||
ApplyingPullRequestsLabel.Visible = true;
|
||||
ApplyingPullRequestsProgressBar.Visible = true;
|
||||
PullRequestListBox.Visible = false;
|
||||
try
|
||||
{
|
||||
PullRequestListBox.Items.Clear();
|
||||
@@ -102,6 +105,9 @@ namespace TGControlPanel
|
||||
{
|
||||
Enabled = true;
|
||||
UseWaitCursor = false;
|
||||
ApplyingPullRequestsLabel.Visible = false;
|
||||
ApplyingPullRequestsProgressBar.Visible = false;
|
||||
PullRequestListBox.Visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user