Skip to content

Commit

Permalink
Also refresh the commit list when the refresh button is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Dec 23, 2024
1 parent dcfc762 commit 72945fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
actions-refs
actionRefresh
self
updateRefTree;
changed: #commitList.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
toolbuilder
buildRefreshRefTreeButton: builder
buildRefreshButton: builder
^ builder pluggableActionButtonSpec new
model: self operationLifecycle;
action: #actionRefreshRefTree;
action: #actionRefresh;
label: 'Refresh';
yourself
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
toolbuilder
buildRefsButtons: builder
^ GSGUIUtilities buildButtons: {
self buildRefreshRefTreeButton: builder.
self buildRefreshButton: builder.
self buildFetchAllButton: builder.
} with: builder
6 changes: 3 additions & 3 deletions src/GitS-Core.package/GSBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"actionOther" : "mad 10/18/2023 15:39",
"actionPull" : "mad 12/1/2024 21:45",
"actionPush" : "mad 12/1/2024 21:45",
"actionRefreshRefTree" : "mad 12/16/2024 22:12",
"actionRefresh" : "mad 12/23/2024 20:01",
"actionSelfUpdate" : "mad 10/9/2024 16:47",
"actionSetSelfUpdateBranch" : "mad 11/4/2024 13:13",
"activeCommit" : "mad 9/14/2023 15:24",
Expand Down Expand Up @@ -48,8 +48,8 @@
"buildPullButton:" : "mad 12/21/2024 22:13",
"buildPushButton:" : "mad 12/21/2024 22:13",
"buildRefTree:" : "mad 12/21/2024 23:32",
"buildRefreshRefTreeButton:" : "mad 12/21/2024 22:13",
"buildRefsButtons:" : "mad 12/16/2024 20:35",
"buildRefreshButton:" : "mad 12/23/2024 20:02",
"buildRefsButtons:" : "mad 12/23/2024 20:02",
"buildRefsPanel:" : "mad 12/16/2024 20:36",
"buildUpperLayout:" : "mad 10/9/2024 16:01",
"buildWindow:" : "mad 10/9/2024 16:01",
Expand Down

0 comments on commit 72945fd

Please sign in to comment.