Skip to content

ready up new hackathon page skeleton - #1497

Open
RevTpark wants to merge 2 commits into
mainfrom
feat/crypto-worlds-fair-hackathon
Open

ready up new hackathon page skeleton#1497
RevTpark wants to merge 2 commits into
mainfrom
feat/crypto-worlds-fair-hackathon

Conversation

@RevTpark

@RevTpark RevTpark commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What are the relevant issues?

Screenshots (if appropriate)

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
earn Ready Ready Preview Sep 10, 2026 6:40am UTC

Request Review

@RevTpark RevTpark changed the title ready up new hackathon page skeletons ready up new hackathon page skeleton Sep 9, 2026
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 187 files, which is 87 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: fd022b34-f641-47b4-b41e-efe27001629c

📥 Commits

Reviewing files that changed from the base of the PR and between 092e846 and e2886df.

⛔ Files ignored due to path filters (2)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • public/superteam-brand-assets.zip is excluded by !**/*.zip
📒 Files selected for processing (187)
  • lint-staged.config.js
  • package.json
  • public/skill.md
  • src/app/api/dynamic-og/listing/route.tsx
  • src/app/api/grant-application/create/route.ts
  • src/app/api/grant-application/request-tranche/route.ts
  • src/app/api/grant-application/update/route.ts
  • src/app/api/homepage/recent-earners/route.ts
  • src/app/api/image/delete/route.ts
  • src/app/api/image/sign/route.ts
  • src/app/api/listings/bookmark/status/route.ts
  • src/app/api/listings/bookmark/toggle/route.ts
  • src/app/api/og/get/route.ts
  • src/app/api/og/update/route.ts
  • src/app/api/sponsor-dashboard/ai-generate/description/route.ts
  • src/app/api/sponsor-dashboard/grant-application/ai/commit-reviewed/route.ts
  • src/app/api/sponsor-dashboard/grant-application/ai/unreviewed/route.ts
  • src/app/api/sponsor-dashboard/grants/update-tranche-status/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/announce/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/delete/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/publish/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/scout/invite/[userId]/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/scout/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/unpublish/route.ts
  • src/app/api/sponsor-dashboard/listing/[id]/update/route.ts
  • src/app/api/sponsor-dashboard/submissions/ai/commit-reviewed/route.ts
  • src/app/api/sponsor-dashboard/submissions/ai/unreviewed/route.ts
  • src/app/api/sponsor-dashboard/templates/[slug]/route.ts
  • src/app/api/sponsor-dashboard/templates/route.ts
  • src/app/api/user-sponsors/route.ts
  • src/app/api/user/complete-profile/route.ts
  • src/app/api/user/credit/balance/route.ts
  • src/app/api/wallet/create-signed-transaction/route.ts
  • src/app/sitemap.ts
  • src/components/shared/AnimateChangeInHeight.tsx
  • src/components/shared/AnimatedDots.tsx
  • src/components/shared/ogImageViewer.tsx
  • src/components/ui/checkbox.tsx
  • src/constants/ST_ROUTES.ts
  • src/features/grants/components/GrantModal.tsx
  • src/features/grants/components/Modals/ApplicationModal.tsx
  • src/features/grants/constants/userApplication.ts
  • src/features/grants/queries/user-application.ts
  • src/features/hackathon/constants/hackathons.ts
  • src/features/home/components/Banner/CryptoWorldFairHackathonBanner.tsx
  • src/features/home/components/Banner/index.tsx
  • src/features/home/components/SideBar.tsx
  • src/features/home/components/SidebarBanner.tsx
  • src/features/listing-builder/components/AutoGenerate/extras/ProgressiveBlurOut.tsx
  • src/features/listing-builder/components/Form/Rewards/Tokens/TokenLabel.tsx
  • src/features/listings/components/ListingPage/RightSideBar.tsx
  • src/features/listings/components/ListingTabs.tsx
  • src/features/listings/components/Submission/SubmissionDrawer.tsx
  • src/features/listings/components/SubmissionsPage/SubmissionCard.tsx
  • src/features/listings/components/SubmissionsPage/SubmissionList.tsx
  • src/features/listings/constants/publicListingDetails.ts
  • src/features/listings/types/index.ts
  • src/features/navbar/components/DesktopNavbar.tsx
  • src/features/navbar/components/MobileDrawer.tsx
  • src/features/og/utils/fetchOgMetadata.ts
  • src/features/og/utils/ogImageUpdate.ts
  • src/features/sponsor-dashboard/components/ApplicationsTab.tsx
  • src/features/sponsor-dashboard/components/GrantApplications/ApplicationDetails.tsx
  • src/features/sponsor-dashboard/components/GrantApplications/MarkCompleted.tsx
  • src/features/sponsor-dashboard/components/GrantApplications/Modals/MarkCompletedModal.tsx
  • src/features/sponsor-dashboard/components/GrantApplications/Modals/RecordPaymentModal.tsx
  • src/features/sponsor-dashboard/components/GrantApplications/PaymentsHistoryTab.tsx
  • src/features/sponsor-dashboard/components/GrantApplications/RecordPaymentButton.tsx
  • src/features/sponsor-dashboard/components/ListingTable.tsx
  • src/features/sponsor-dashboard/components/Submissions/Details.tsx
  • src/features/sponsor-dashboard/components/Submissions/TweetStats.tsx
  • src/features/sponsor-dashboard/constants/grantApplicationMutation.ts
  • src/features/sponsor-dashboard/constants/scouts.ts
  • src/features/sponsor-dashboard/constants/sponsorGrantDetails.ts
  • src/features/sponsor-dashboard/mutations/useRejectGrantApplications.ts
  • src/features/sponsor-dashboard/queries/grant.ts
  • src/features/sponsor-dashboard/types.ts
  • src/features/stfun/components/cards/ProjectCard.tsx
  • src/features/stfun/components/grids/ProjectsGrid.tsx
  • src/interface/scouts.ts
  • src/interface/submission.ts
  • src/layouts/Listing.tsx
  • src/lib/ratelimit.ts
  • src/lib/zerobounce.ts
  • src/pages/api/agents/listings/details/[slug].ts
  • src/pages/api/agents/listings/live.ts
  • src/pages/api/agents/submissions/create.ts
  • src/pages/api/agents/submissions/update.ts
  • src/pages/api/comment/[id]/delete.ts
  • src/pages/api/comment/[id]/pin.ts
  • src/pages/api/email/validate.ts
  • src/pages/api/email/webhook/index.ts
  • src/pages/api/feed/[type]/[id]/get.ts
  • src/pages/api/feed/get.ts
  • src/pages/api/grant-application/get.ts
  • src/pages/api/grant-application/kyc/verify-completion.ts
  • src/pages/api/grant-application/like.ts
  • src/pages/api/grants/[slug].ts
  • src/pages/api/grants/delete/[id].ts
  • src/pages/api/grants/update/[id].ts
  • src/pages/api/hackathon/list.ts
  • src/pages/api/hackathon/public-stats.ts
  • src/pages/api/hackathon/stats.ts
  • src/pages/api/hackathon/subscribe/get.ts
  • src/pages/api/hackathon/subscribe/toggle.ts
  • src/pages/api/listings/[listingId]/submission-count.ts
  • src/pages/api/listings/[listingId]/winners.ts
  • src/pages/api/listings/bookmarks.ts
  • src/pages/api/listings/details/[slug].ts
  • src/pages/api/listings/live.ts
  • src/pages/api/listings/submissions/[slug].ts
  • src/pages/api/member-invites/send.ts
  • src/pages/api/pow/create.ts
  • src/pages/api/pow/edit.ts
  • src/pages/api/pow/get.ts
  • src/pages/api/pow/like.ts
  • src/pages/api/search/[query].ts
  • src/pages/api/sponsor-dashboard/[slug]/listing.ts
  • src/pages/api/sponsor-dashboard/[slug]/submissions.ts
  • src/pages/api/sponsor-dashboard/active-hackathons.ts
  • src/pages/api/sponsor-dashboard/application/export-sheets.ts
  • src/pages/api/sponsor-dashboard/application/export.ts
  • src/pages/api/sponsor-dashboard/grants/[slug]/applications.ts
  • src/pages/api/sponsor-dashboard/grants/[slug]/index.ts
  • src/pages/api/sponsor-dashboard/grants/[slug]/tranches.ts
  • src/pages/api/sponsor-dashboard/grants/add-tranche.ts
  • src/pages/api/sponsor-dashboard/grants/approved-grantees.ts
  • src/pages/api/sponsor-dashboard/grants/update-application-status.ts
  • src/pages/api/sponsor-dashboard/grants/update-label.ts
  • src/pages/api/sponsor-dashboard/grants/update-notes.ts
  • src/pages/api/sponsor-dashboard/grants/update-ship-progress.ts
  • src/pages/api/sponsor-dashboard/listings/verify-external-payment.ts
  • src/pages/api/sponsor-dashboard/local-talent/export.ts
  • src/pages/api/sponsor-dashboard/local-talent/index.ts
  • src/pages/api/sponsor-dashboard/submission/add-payment.ts
  • src/pages/api/sponsor-dashboard/submission/export-sheets.ts
  • src/pages/api/sponsor-dashboard/submission/export.ts
  • src/pages/api/sponsor-dashboard/submission/reject.ts
  • src/pages/api/sponsor-dashboard/submission/toggle-winner.ts
  • src/pages/api/sponsor-dashboard/submission/update-label.ts
  • src/pages/api/sponsor-dashboard/submission/update-notes.ts
  • src/pages/api/sponsor/verification.ts
  • src/pages/api/sponsors/create.ts
  • src/pages/api/sponsors/edit.ts
  • src/pages/api/sponsors/index.ts
  • src/pages/api/sponsors/list.ts
  • src/pages/api/sponsors/update-entity-name.ts
  • src/pages/api/sponsors/usersponsor-details.ts
  • src/pages/api/submission/check.ts
  • src/pages/api/submission/create.ts
  • src/pages/api/submission/get.ts
  • src/pages/api/submission/kyc/verify-completion.ts
  • src/pages/api/submission/like.ts
  • src/pages/api/submission/update.ts
  • src/pages/api/sumsub/access-token.ts
  • src/pages/api/twitter/tweet-stats.ts
  • src/pages/api/user/pfps.ts
  • src/pages/api/user/resolve-privy-dids.ts
  • src/pages/api/user/update.ts
  • src/pages/branding/index.tsx
  • src/pages/earn/grants/[slug]/index.tsx
  • src/pages/earn/grants/[slug]/references.tsx
  • src/pages/earn/hackathon/breakout.tsx
  • src/pages/earn/hackathon/crypto-worlds-fair.tsx
  • src/pages/earn/hackathon/mobius.tsx
  • src/pages/earn/hackathon/redacted.tsx
  • src/pages/earn/hackathon/talent-olympics.tsx
  • src/pages/earn/listing/[slug]/index.tsx
  • src/pages/earn/listing/[slug]/submission/index.tsx
  • src/pages/earn/listing/[slug]/winner.tsx
  • src/pages/earn/listings/grants/[slug].tsx
  • src/pages/earn/new/index.tsx
  • src/pages/earn/opportunities/[[...tags]].tsx
  • src/pages/earn/projects/all.tsx
  • src/pages/earn/regions/[slug]/all.tsx
  • src/pages/earn/regions/[slug]/index.tsx
  • src/pages/earn/search/index.tsx
  • src/pages/earn/skill/[slug].tsx
  • src/pages/earn/talent-olympics.tsx
  • src/pages/earn/templates/listings/[slug]/index.tsx
  • src/pages/index.tsx
  • src/pages/member-perks.tsx
  • src/pages/projects.tsx
  • src/queries/og.ts
  • src/styles/st-globals.css
  • src/svg/WandAnimated/WandAnimated.tsx
  • src/utils/cn.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant