Skip to content

Commit

Permalink
Fixed highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Jul 8, 2024
1 parent f62ac33 commit a472dd1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
update sidebar
changeActiveCardTo: anSPBCard

self sidebar activeCard toggleIsHighlighted.
anSPBCard toggleIsHighlighted.
self sidebar activeCard isHighlighted: false.
anSPBCard isHighlighted: true.
self sidebar activeCard: anSPBCard.
(self usedBuilder widgetAt: #sidebarTitle) setText: anSPBCard title asText.
(self usedBuilder widgetAt: #sidebarDescription) setText: anSPBCard description asText.
Expand Down
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"buildSidebarSpecWith:width:" : "AH 5/25/2024 15:26",
"buildSidebarTitleSpecWith:" : "lo 8/1/2022 11:08",
"buildWith:" : "FP 6/10/2024 15:36",
"changeActiveCardTo:" : "AH 6/14/2024 13:18",
"changeActiveCardTo:" : "AH 7/8/2024 11:24",
"changeProvider" : "lo 7/8/2022 14:00",
"changeProvider:" : "lo 7/8/2022 15:29",
"chooseProjectFrom:" : "mcr 8/4/2022 01:19",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
accessing
isHighlighted: aBoolean

isHighlighted := aBoolean.
isHighlighted := aBoolean.
self applyUserInterfaceTheme.

This file was deleted.

3 changes: 1 addition & 2 deletions Squello-Core.package/SPBCard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"isClosed" : "FP 5/27/2024 11:24",
"isClosed:" : "AH 5/25/2024 19:19",
"isHighlighted" : "AH 6/14/2024 13:14",
"isHighlighted:" : "AH 6/14/2024 13:14",
"isHighlighted:" : "AH 7/8/2024 11:25",
"isNote" : "FP 5/20/2024 20:00",
"isNote:" : "AH 5/25/2024 17:02",
"isRealCard" : "lo 7/31/2022 16:55",
Expand Down Expand Up @@ -100,7 +100,6 @@
"titleModel" : "tk 8/2/2022 23:24",
"titleModel:" : "tk 8/2/2022 23:24",
"toggleClosed" : "AH 6/1/2024 18:27",
"toggleIsHighlighted" : "AH 6/14/2024 13:18",
"update:with:" : "lo 8/3/2022 13:13",
"updateAssigneeCount" : "tk 8/2/2022 23:27",
"updateBalloonText" : "mcr 8/4/2022 01:50",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
isHighlighted: aBoolean

"do nothing"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
isHighlighted

^ false.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
updating-local
toggleClosed

"do nothing"
2 changes: 2 additions & 0 deletions Squello-Core.package/SPBNullCard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"description" : "lo 7/31/2022 16:06",
"hash" : "lo 7/31/2022 18:10",
"isClosed" : "AH 5/25/2024 15:32",
"isHighlighted" : "AH 7/8/2024 11:26",
"isHighlighted:" : "AH 7/8/2024 11:27",
"isNote" : "AH 5/25/2024 17:34",
"labels" : "lo 7/31/2022 16:07",
"removeAssignee:" : "lo 7/31/2022 16:49",
Expand Down

0 comments on commit a472dd1

Please sign in to comment.