Skip to content

Commit

Permalink
Branch: renameStColorPicker, Fixes # 1874
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisCnockaert committed Jan 9, 2025
1 parent 274ea6e commit b21379a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Class {
#tag : 'View'
}

{ #category : 'class initialization' }
IceGitHubAcceptPullRequestPresenter class >> initialize [

self deprecatedAliases: { #IceGitHubAcceptPullRequestModel }
]

{ #category : 'actions' }
IceGitHubAcceptPullRequestPresenter >> accept [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Class {
#tag : 'View'
}

{ #category : 'class initialization' }
IceGitHubCreatePullRequestPresenter class >> initialize [

self deprecatedAliases: { #IceGitHubCreatePullReqsuestModel }
]

{ #category : 'instance creation' }
IceGitHubCreatePullRequestPresenter class >> new [
self error: 'Use #repository:credentials:headRemote:'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ IceGitHubPullRequestDetailPresenter class >> buildCommandsGroupWith: presenterIn
register: (IceTipOpenCheckUrlCommand forSpecContext: presenterIntance))
]

{ #category : 'class initialization' }
IceGitHubPullRequestDetailPresenter class >> initialize [

self deprecatedAliases: { #IceGitHubPullRequestDetailModel }
]

{ #category : 'accessing - ui' }
IceGitHubPullRequestDetailPresenter >> authorLabel [
^ authorLabel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Class {
#tag : 'View'
}

{ #category : 'class initialization' }
IceGitHubRejectPullRequestPresenter class >> initialize [

self deprecatedAliases: { #IceGitHubRejectPullRequestModel }
]

{ #category : 'actions' }
IceGitHubRejectPullRequestPresenter >> accept [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Class {
#tag : 'View'
}

{ #category : 'class initialization' }
IceGitHubRemoveBranchesPresenter class >> initialize [

self deprecatedAliases: { #IceGitHubRemoveBranchesModel }
]

{ #category : 'actions' }
IceGitHubRemoveBranchesPresenter >> confirmSelection [

Expand Down

0 comments on commit b21379a

Please sign in to comment.