Skip to content

Commit

Permalink
added auth & open board stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed Jun 13, 2024
1 parent 652ef3e commit b16c8ea
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ buildButtons: aBuilder
model: self;
label: 'Submit';
action: #actionSubmit;
color: Color green muchDarker;
yourself.
aBuilder pluggableButtonSpec new
model: self;
label: 'Cancel';
action: #actionCancel;
color: Color orange muchDarker;
yourself.
aBuilder pluggableButtonSpec new
model: self;
label: 'Logout';
action: #resetCredentials;
color: Color red muchDarker;
yourself}.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"actionCancel" : "mcr 7/4/2022 00:36",
"actionSubmit" : "mcr 8/4/2022 00:25",
"buildButtons:" : "Felix Triebel 6/10/2024 09:47",
"buildButtons:" : "FP 6/13/2024 11:10",
"buildInputFields:" : "mcr 8/4/2022 00:18",
"buildInputPanel:" : "tk 8/2/2022 23:42",
"buildWith:" : "tk 8/2/2022 23:43",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
toolbuilder-recent boards
toolbuilder
buildAuthButtonSpecWith: aBuilder

^ aBuilder build: (aBuilder pluggableButtonSpec new
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
toolbuilder
buildOpenButtonSpecWith: aBuilder

^ aBuilder build: (aBuilder pluggableButtonSpec new
model: self;
action: #openBoard;
label: 'Open Board';
yourself).
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
actions
openBoard

^ SPBBoard open.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
content-panels
openBoardPanel

^ {'Open Board'. {}}.
^ {'Open Board'. {#buildOpenButtonSpecWith:}}.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"buildAuthButtonSpecWith:" : "FP 6/13/2024 11:03",
"buildContentPanelSpecWith:" : "FP 6/11/2024 11:54",
"buildMainLayoutPanelSpecWith:" : "FP 6/11/2024 11:53",
"buildOpenButtonSpecWith:" : "FP 6/13/2024 11:06",
"buildRecentGitHubBoardsButtonSpecWith:withBoardInfo:" : "FP 6/10/2024 16:27",
"buildRecentGitHubBoardsChildren" : "FP 6/13/2024 10:57",
"buildRecentGitHubBoardsSpecWith:" : "FP 6/10/2024 15:55",
Expand All @@ -33,7 +34,8 @@
"newLocalPanel" : "FP 6/11/2024 13:36",
"open" : "Haru 6/1/2024 12:22",
"openAuthPanel" : "FP 6/13/2024 11:02",
"openBoardPanel" : "FP 6/11/2024 12:25",
"openBoard" : "FP 6/13/2024 11:06",
"openBoardPanel" : "FP 6/13/2024 11:07",
"recentBoardsPanel" : "FP 6/11/2024 12:24",
"usedBuilder" : "Haru 6/1/2024 12:39",
"usedBuilder:" : "Haru 6/1/2024 12:40" } }

0 comments on commit b16c8ea

Please sign in to comment.