Skip to content

Commit

Permalink
Update of timetable for project and ecosystem track
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Mar 1, 2025
1 parent e8ad228 commit bdc5ff2
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 21 deletions.
46 changes: 28 additions & 18 deletions src/components/timetable/Tuesday.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,20 @@ const breaks = [
striped
/>
<Item
title="Ecosystem track (TBA)"
title="Ecosystem track: Bevy Engine (TBA)"
color="blue"
track={2}
time="9:40"
duration={35}
room={secondary}
striped
/>
<Item
title="Ecosystem track (TBA)"
<MultiItem
talks={Array(3).fill({
speaker: "",
title: "GOSIM spotlight",
image: "",
})}
color="blue"
track={2}
time="10:25"
Expand Down Expand Up @@ -134,16 +138,20 @@ const breaks = [
/>
<TrackIndicator afterDivider="11:30" track="Ecosystem track" color="blue" />
<Item
title="Ecosystem track (TBA)"
title="Ecosystem track: App dev (TBA)"
color="blue"
track={2}
time="11:30"
duration={35}
room={secondary}
striped
/>
<Item
title="Ecosystem track (TBA)"
<MultiItem
talks={Array(1).fill({
speaker: "",
title: "GOSIM spotlight",
image: "",
})}
color="blue"
track={2}
time="12:15"
Expand Down Expand Up @@ -201,12 +209,8 @@ const breaks = [
room={main}
/>
<TrackIndicator afterDivider="14:00" track="Ecosystem track" color="blue" />
<MultiItem
talks={Array(3).fill({
speaker: "",
title: "GOSIM spotlight",
image: "",
})}
<Item
title="Ecosystem track: Rust Embedded WG (TBA)"
color="blue"
track={2}
time="14:00"
Expand All @@ -227,12 +231,9 @@ const breaks = [
room={secondary}
striped
/>
<MultiItem
talks={Array(1).fill({
speaker: "",
title: "GOSIM spotlight",
image: "",
})}

<Item
title="Ecosystem track: Critical infrastructure (TBA)"
color="blue"
track={2}
time="15:30"
Expand Down Expand Up @@ -304,6 +305,15 @@ const breaks = [
room={secondary}
striped
/>
<Item
title="Ecosystem track: Rust for Linux (TBA)"
color="blue"
track={2}
time="17:05"
duration={35}
room={secondary}
striped
/>
<TrackIndicator afterDivider="16:20" track="Industry track" color="red" />
<Item
title="Live Recording of 'Rust in Production'"
Expand Down
42 changes: 39 additions & 3 deletions src/components/timetable/Wednesday.astro
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,16 @@ const breaks = [
color="red"
track={3}
time="11:30"
duration={65}
duration={35}
room={tertiary}
striped
/>
<Item
title="Project track (TBA)"
color="red"
track={3}
time="12:15"
duration={20}
room={tertiary}
striped
/>
Expand Down Expand Up @@ -198,7 +207,25 @@ const breaks = [
color="red"
track={3}
time="14:00"
duration={110}
duration={35}
room={tertiary}
striped
/>
<Item
title="Project track (TBA)"
color="red"
track={3}
time="14:45"
duration={35}
room={tertiary}
striped
/>
<Item
title="Project track (TBA)"
color="red"
track={3}
time="15:30"
duration={20}
room={tertiary}
striped
/>
Expand Down Expand Up @@ -243,7 +270,16 @@ const breaks = [
color="red"
track={3}
time="16:20"
duration={80}
duration={35}
room={tertiary}
striped
/>
<Item
title="Project track (TBA)"
color="red"
track={3}
time="17:05"
duration={35}
room={tertiary}
striped
/>
Expand Down

0 comments on commit bdc5ff2

Please sign in to comment.