Commit 867d7b0
authored
Fix hackathon (#375)
* fix: modify api.ts
* fix: remove google auth buttom
* fix: fixes responsive fixes on organization
* fix: minor fixes
* fix: modify create organization
* fix: modify create organization
* fix: fix organization permission
* fix: merge into main
* feat: hackathon overview page
* feat: hackathon overview page
* feat: implement participant overview
* feat: implement participant overview
* feat: implement resources tab
* feat: implement the submission tab
* feat: implement comment tab
* fix: implement provider for hackathon
* fix: implement provider for hackathon
* fix: minor fixes
* fix: hackathon banner
* fix: hackathon banner
* fix: fix organization page
* fix: fix organization page
* fix: use transform
* fix: add tagline
* fix: add tagline
* fix: minor fixes
* fix: minor fixes
* fix: fix timeline and prizes
* fix: correct timeline events
* fix: implement registration deadline policy
* fix: implement registration deadline policy
* feat: implement leave hackathon
* feat: implement leave hackathon
* fix: delete hackathon
* fix: implement invite participants
* fix: implement participant profile viewing
* feat: fetch participants team
* fix: redesign hackathon banner
* fix: fix hackthon card
* fix: fix search bar in blog page
* fix: fix search bar in blog page
* fix: fix search bar in blog page
* fix: fix error in fetching team posts
* feat: implement create team, get my team
* feat: implement create team, get my team
* feat: implement hackathon project submission flow
* feat: implement voting for submission
* fix: team formation updates
* fix: implement team invitation
* feat: hackathon submissions bulk actions, ranking and ui refinements1 parent b01a431 commit 867d7b0
21 files changed
Lines changed: 1641 additions & 435 deletions
File tree
- app/(landing)
- hackathons/[slug]
- team-invitations/[token]
- accept
- reject
- organizations/[id]/hackathons/[hackathonId]/submissions
- components
- hackathons
- submissions
- team-formation
- organization/hackathons/submissions
- hooks/hackathon
- lib/api
- hackathons
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
41 | 64 | | |
42 | 65 | | |
43 | 66 | | |
| |||
77 | 100 | | |
78 | 101 | | |
79 | 102 | | |
80 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
81 | 108 | | |
82 | 109 | | |
83 | 110 | | |
84 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
85 | 116 | | |
86 | 117 | | |
87 | 118 | | |
| |||
90 | 121 | | |
91 | 122 | | |
92 | 123 | | |
| 124 | + | |
93 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
94 | 129 | | |
95 | 130 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 131 | | |
101 | 132 | | |
102 | 133 | | |
| |||
0 commit comments