You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/EventsData.ts
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
83
83
description: "The check-in table will be available from 9am-1pm to accomadate attendees arriving in Rochester on Saturday. Stop by at any time to pick up your badge, swag bag, and event materials. Ask questions about the weekend's events and chat with CSHers.",
84
84
date: "Saturday, April 11, 2026",
85
85
time: "9:00 AM - 1:00 PM",
86
-
location: "TBD",// PLACEHOLDER: Confirm location
86
+
location: "TBD",
87
87
address: "TBD",
88
88
capacity: "All attendees",
89
89
dressCode: "Casual",
@@ -203,19 +203,31 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
203
203
description: "CSHers will be showing off their mechnical keyboard setups! Stop by to check it out and spend some time learning about keyboards. There will be special guests and giveaways!",
204
204
date: "Friday, April 10, 2026",
205
205
time: "12:30 PM - 2:00 PM",
206
-
location: "Douglass Sprague Perry Hall (DSP) Room 1250",// Confirm location
206
+
location: "Douglass Sprague Perry Hall (DSP) Room 1250",
207
207
address: "43 Greenleaf Ct, Rochester, NY 14623",
208
208
capacity: "All attendees",
209
209
dressCode: "Casual",
210
210
type: "activity",
211
211
},
212
+
{
213
+
id: 20,
214
+
title: "Seminar: Intro to GPUI and hacking on Zed",
215
+
description: "Hosted by CSH's very own Nick Moshe (@nickm)! Learn how Zed.dev works under the hood, how to use its rust-native desktop app framework GPUI, and how to build custom plugins embedded into Zed itself.",
0 commit comments