Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
30 changes: 30 additions & 0 deletions app/(landing)/hackathons/[slug]/hackathon-detail-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Hackathon Detail Page Redesign
Issue: #414

Figma Design
https://www.figma.com/design/EMNGAQl1SGObXcsoa24krt/Boundless_Project-Details?node-id=0-1&t=A1ywRcn60Xyw0X6h-1

This design proposes a cleaner and more professional UI/UX for the hackathon detail page.

Included in the Figma file:
- Desktop layout
- Mobile layout
- Banner / hero placement proposal
- Redesigned hero section
- Sticky sidebar card
- Tab navigation
- All tab layouts (overview, participants, resources, announcements, submissions, discussions, find team, winners)
- Loading state
- Hackathon not found state

Banner Placement Proposal
The hackathon banner is placed as a full-width hero image at the top of the page, allowing it to visually represent the hackathon and improve page identity.

The sidebar becomes a compact summary card with key information and actions.

Design Goals
- Simpler UI and improved visual hierarchy
- Clear primary actions (Join, Submit, View Submission)
- Consistent spacing and typography
- Better mobile usability
- Professional and product-quality look
1 change: 0 additions & 1 deletion hooks/hackathon/use-participants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export function useParticipants() {
useEffect(() => {
if (hackathonId) {
setIsLoading(true);

const fetchAllData = async () => {
try {
// Fetch teams
Expand Down
Loading