Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
24d80b8
Init judging finals from 2025
haylietan Feb 27, 2026
c89e739
Added mock data for dev
haylietan Mar 5, 2026
a5d3b7b
Added white text
haylietan Mar 5, 2026
a2bbb70
Updated cosmetics
haylietan Mar 5, 2026
addbaf4
Hide previous judges implementation
haylietan Mar 5, 2026
8f125ed
Mobile view
haylietan Mar 5, 2026
c4d3e02
Merge branch 'main' of https://github.com/HackDavis/hackdavis-hub int…
michelleyeoh Mar 8, 2026
d997012
removed mock data and added link
michelleyeoh Mar 8, 2026
6ff68ec
temp reroute herowaiting
michelleyeoh Mar 8, 2026
352f3f7
render waiting page if no table assigned
michelleyeoh Mar 8, 2026
d2b389d
move loading text
michelleyeoh Mar 8, 2026
3d93d7d
Merge branch 'main' of https://github.com/HackDavis/hackdavis-hub int…
michelleyeoh Mar 9, 2026
dfc8308
added post judging state
michelleyeoh Mar 10, 2026
76d64ee
deleted all corresponding old files
michelleyeoh Mar 10, 2026
30d71af
revert page.tsx
michelleyeoh Mar 10, 2026
85682ee
fix logic for post judge modal
michelleyeoh Mar 10, 2026
034d684
deleted old judging state
michelleyeoh Mar 10, 2026
2df6fdd
Merge branch 'main' of https://github.com/HackDavis/hackdavis-hub int…
michelleyeoh Mar 11, 2026
7bb4e74
updated blur condition and small fixes
michelleyeoh Mar 11, 2026
d8a415f
fixed escape modal
michelleyeoh Mar 11, 2026
9c142e4
updated image path
michelleyeoh Mar 11, 2026
82f8821
deleted old files
michelleyeoh Mar 11, 2026
b493453
backedn fix for checking if done judge
michelleyeoh Mar 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions app/(pages)/(hackers)/(hub)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,6 @@ export default function Page() {
<Discord />
<PrizeTracks />
<Footer />

{/* this is last year's page structure for reference (temp) */}
{/* <TableNumberContextProvider>
<IndexHero>
<ClientTimeProtectedDisplay featureId="hero-hacking">
<IndexHeroContentHacking />
</ClientTimeProtectedDisplay>
<ClientTimeProtectedDisplay featureId="hero-judging">
<IndexHeroContentJudging />
</ClientTimeProtectedDisplay>
</IndexHero>
<ClientTimeProtectedDisplay featureId="table-number-checkin">
<TableNumberCheckin />
</ClientTimeProtectedDisplay>
</TableNumberContextProvider>
<BeginnersSection />
<Contact />
<PrizeTracks />
<BigVinyl />
<Waterfall />
<Footer /> */}
</main>
Comment thread
michelleyeoh marked this conversation as resolved.
);
}

This file was deleted.

Loading
Loading