Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Configured the Voted Talk Steps into the Hallway and Exhibitino Hall …
Browse files Browse the repository at this point in the history
…impls (#48)
  • Loading branch information
mklaehn authored Oct 5, 2023
1 parent 455c0c4 commit 57950f7
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 11 deletions.
6 changes: 6 additions & 0 deletions cinema/src/main/resources/tweetwall.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
-fx-font-weight: bold;
}

.scheduleSession .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.scheduleSession > .sessionTopPane > .speakerNames {
-fx-alignment: "top-right"
}
Expand Down
12 changes: 6 additions & 6 deletions cinema/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "15"
"amount": 15,
"unit": "SECONDS"
}
},
{
Expand All @@ -66,8 +66,8 @@
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "15",
"unit": "SECONDS",
"skipWhenSkipped": "TopRatedToday"
}
},
Expand Down Expand Up @@ -102,8 +102,8 @@
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "15"
"amount": 15,
"unit": "SECONDS"
}
},
{
Expand All @@ -128,8 +128,8 @@
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "15",
"unit": "SECONDS",
"skipWhenSkipped": "TopRatedWeek"
}
},
Expand Down
45 changes: 43 additions & 2 deletions exhibition/src/main/resources/tweetwall.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,54 @@
-fx-font-size: 10pt;
}

.votedTalk .ratingAverageScore {
-fx-text-fill: blanchedalmond;
-fx-font-weight: bold;
-fx-font-size: 14pt;
}

.votedTalk .ratingTotalVotes {
-fx-text-fill: blanchedalmond;
-fx-font-weight: normal;
-fx-font-size: 10pt;
}

.scheduleSession > .sessionBottomPane > .centerFlow .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.votedTalk .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.scheduleSession .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 15pt;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.scheduleSession > .sessionTopPane > .speakerNames {
-fx-alignment: "top-right"
}

.votedTalk > .sessionTopPane > .speakerNames {
-fx-alignment: "top-right"
}

.scheduleSession > .sessionTopPane > .speakerNames > .speakerName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 11pt;
}

.votedTalk > .sessionTopPane > .speakerNames > .speakerName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 11pt;
}

.scheduleSession > .sessionTopPane > .speakerNames > .companyName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 8pt;
Expand All @@ -212,6 +245,14 @@
-fx-font-weight: bold;
}

.votedTalk > .title {
-fx-background-color: devoxx_gradient_opaque;
-fx-background-radius: 10;
-fx-text-fill: blanchedalmond;
-fx-font-size: 20pt;
-fx-font-weight: bold;
}

.scheduleSession .sessionBottomPane .centerFlow {
-fx-spacing: 3pt;
}
Expand All @@ -223,7 +264,7 @@
}

.scheduleSession .sessionBottomPane .centerFlow .tagPane .tags .tagLabel {
-fx-font-size: 10pt;
-fx-font-size: 9pt;
-fx-text-fill: blanchedalmond;
/* -fx-text-fill: #e55630; */
/* -fx-background-color: black; */
Expand Down
83 changes: 83 additions & 0 deletions exhibition/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"config": {
"layoutX": 103,
"layoutY": 200,
"width": 800,
"sessionHeight": 150,
"showAvatar": true,
"avatarArcSize": 16,
Expand All @@ -42,6 +43,88 @@
"config": {
"nodeSelector": "#scheduleNode"
}
},
{
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated",
"config": {
"layoutX": 103,
"layoutY": 200,
"width": 800,
"talkHeight": 125,
"talkVGap": 5,
"topVotedType": "TODAY",
"stepDuration": 500,
"skipTokenValue": "TopRatedToday"
}
},
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"amount": "15",
"unit": "SECONDS",
"skipWhenSkipped": "TopRatedToday"
}
},
{
"stepClassName": "org.tweetwallfx.controls.steps.NodeFadeOutStep",
"config": {
"nodeSelector": "#topRatedeNode"
}
},
{
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule",
"config": {
"layoutX": 103,
"layoutY": 200,
"width": 800,
"sessionHeight": 150,
"showAvatar": true,
"avatarArcSize": 16,
"avatarSize": 50,
"avatarSpacing": 4,
"showFavourite": true,
"stepDuration": 500
}
},
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"amount": 15,
"unit": "SECONDS"
}
},
{
"stepClassName": "org.tweetwallfx.controls.steps.NodeFadeOutStep",
"config": {
"nodeSelector": "#scheduleNode"
}
},
{
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated",
"config": {
"layoutX": 103,
"layoutY": 200,
"width": 800,
"talkHeight": 125,
"talkVGap": 5,
"topVotedType": "WEEK",
"stepDuration": 500,
"skipTokenValue": "TopRatedWeek"
}
},
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"amount": "15",
"unit": "SECONDS",
"skipWhenSkipped": "TopRatedWeek"
}
},
{
"stepClassName": "org.tweetwallfx.controls.steps.NodeFadeOutStep",
"config": {
"nodeSelector": "#topRatedeNode"
}
}
]
}
Expand Down
45 changes: 43 additions & 2 deletions hallway/src/main/resources/tweetwall.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,54 @@
-fx-font-size: 10pt;
}

.votedTalk .ratingAverageScore {
-fx-text-fill: blanchedalmond;
-fx-font-weight: bold;
-fx-font-size: 14pt;
}

.votedTalk .ratingTotalVotes {
-fx-text-fill: blanchedalmond;
-fx-font-weight: normal;
-fx-font-size: 10pt;
}

.scheduleSession > .sessionBottomPane > .centerFlow .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.votedTalk .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.scheduleSession .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 15pt;
-fx-font-size: 13pt;
-fx-font-weight: bold;
}

.scheduleSession > .sessionTopPane > .speakerNames {
-fx-alignment: "top-right"
}

.votedTalk > .sessionTopPane > .speakerNames {
-fx-alignment: "top-right"
}

.scheduleSession > .sessionTopPane > .speakerNames > .speakerName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 11pt;
}

.votedTalk > .sessionTopPane > .speakerNames > .speakerName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 11pt;
}

.scheduleSession > .sessionTopPane > .speakerNames > .companyName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 8pt;
Expand All @@ -212,6 +245,14 @@
-fx-font-weight: bold;
}

.votedTalk > .title {
-fx-background-color: devoxx_gradient_opaque;
-fx-background-radius: 10;
-fx-text-fill: blanchedalmond;
-fx-font-size: 20pt;
-fx-font-weight: bold;
}

.scheduleSession .sessionBottomPane .centerFlow {
-fx-spacing: 3pt;
}
Expand All @@ -223,7 +264,7 @@
}

.scheduleSession .sessionBottomPane .centerFlow .tagPane .tags .tagLabel {
-fx-font-size: 10pt;
-fx-font-size: 9pt;
-fx-text-fill: blanchedalmond;
/* -fx-text-fill: #e55630; */
/* -fx-background-color: black; */
Expand Down
Loading

0 comments on commit 57950f7

Please sign in to comment.