Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 79c3d85

Browse files
author
Edward Smith
committed
Updated status view controller for better repo monitor UI.
1 parent 735ab82 commit 79c3d85

9 files changed

Lines changed: 227 additions & 141 deletions

File tree

xcode-github-app.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
4DAA4666214CBEFF007A39EB /* XGAAddServerPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DAA4664214CBEFF007A39EB /* XGAAddServerPanel.m */; };
2929
4DAA4667214CBEFF007A39EB /* XGAAddServerPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4DAA4665214CBEFF007A39EB /* XGAAddServerPanel.xib */; };
3030
4DED4891209BDFCC008DE877 /* BNCGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DED4890209BDFCC008DE877 /* BNCGeometry.m */; };
31+
4DEE32E42162EB20006BD06C /* XGAStatusViewItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE32E32162EB20006BD06C /* XGAStatusViewItem.m */; };
3132
4DF0F57C208F91A90015D1F7 /* XGXcodeBot.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF0F578208F91A90015D1F7 /* XGXcodeBot.m */; };
3233
4DF0F57D208F91A90015D1F7 /* XGGitHubPullRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF0F579208F91A90015D1F7 /* XGGitHubPullRequest.m */; };
3334
4DF0F57E208F91A90015D1F7 /* XGCommandOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF0F57B208F91A90015D1F7 /* XGCommandOptions.m */; };
@@ -77,6 +78,8 @@
7778
4DAA4665214CBEFF007A39EB /* XGAAddServerPanel.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = XGAAddServerPanel.xib; sourceTree = "<group>"; };
7879
4DED488F209BDFCC008DE877 /* BNCGeometry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BNCGeometry.h; sourceTree = "<group>"; };
7980
4DED4890209BDFCC008DE877 /* BNCGeometry.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BNCGeometry.m; sourceTree = "<group>"; };
81+
4DEE32E22162EB20006BD06C /* XGAStatusViewItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XGAStatusViewItem.h; sourceTree = "<group>"; };
82+
4DEE32E32162EB20006BD06C /* XGAStatusViewItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XGAStatusViewItem.m; sourceTree = "<group>"; };
8083
4DF0F576208F91A90015D1F7 /* XGGitHubPullRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XGGitHubPullRequest.h; path = "xcode-github/XGGitHubPullRequest.h"; sourceTree = SOURCE_ROOT; };
8184
4DF0F577208F91A90015D1F7 /* XGXcodeBot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XGXcodeBot.h; path = "xcode-github/XGXcodeBot.h"; sourceTree = SOURCE_ROOT; };
8285
4DF0F578208F91A90015D1F7 /* XGXcodeBot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XGXcodeBot.m; path = "xcode-github/XGXcodeBot.m"; sourceTree = SOURCE_ROOT; };
@@ -160,6 +163,8 @@
160163
4D76616E2057565200216B72 /* XGAStatusViewController.h */,
161164
4D76616F2057565200216B72 /* XGAStatusViewController.m */,
162165
4D8352C520A3F30A00184259 /* XGAStatusViewController.xib */,
166+
4DEE32E22162EB20006BD06C /* XGAStatusViewItem.h */,
167+
4DEE32E32162EB20006BD06C /* XGAStatusViewItem.m */,
163168
);
164169
path = "xcode-github-app";
165170
sourceTree = "<group>";
@@ -307,6 +312,7 @@
307312
4D5CC05E2090CAB60042E98B /* BNCKeyChain.m in Sources */,
308313
4DF0F57D208F91A90015D1F7 /* XGGitHubPullRequest.m in Sources */,
309314
4DF0F57E208F91A90015D1F7 /* XGCommandOptions.m in Sources */,
315+
4DEE32E42162EB20006BD06C /* XGAStatusViewItem.m in Sources */,
310316
4DAA4666214CBEFF007A39EB /* XGAAddServerPanel.m in Sources */,
311317
4D7661702057565200216B72 /* XGAStatusViewController.m in Sources */,
312318
4DF0F58C208F923E0015D1F7 /* BNCNetworkService.m in Sources */,

xcode-github-app/Base.lproj/Main.storyboard

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,9 @@
321321
</connections>
322322
</menuItem>
323323
<menuItem title="Monitor Repo For Pull Requests" id="ehL-Gi-Mfd">
324-
<string key="keyEquivalent" base64-UTF8="YES">
325-
CQ
326-
</string>
324+
<modifierMask key="keyEquivalentModifierMask"/>
327325
<connections>
328-
<action selector="smartSort:" target="Ady-hI-5gd" id="Ydr-Lm-M0H"/>
326+
<action selector="monitorRepo:" target="Ady-hI-5gd" id="Xlc-U0-FB4"/>
329327
</connections>
330328
</menuItem>
331329
</items>

xcode-github-app/XGASettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ NS_ASSUME_NONNULL_BEGIN
2424
#pragma mark - XGGitHubSyncTask
2525

2626
@interface XGAGitHubSyncTask : BNCCoding <NSSecureCoding>
27-
@property (strong) XGAServer*xcodeServer;
28-
@property (copy) NSString*templateBotName;
27+
@property (strong) NSString*xcodeServer;
28+
@property (copy) NSString*botNameForTemplate;
2929
@end
3030

3131
#pragma mark - XGASettings

0 commit comments

Comments
 (0)