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
15 changes: 14 additions & 1 deletion src/app/(protected)/project/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
CheckCircle,
AlertCircle,
Calendar,
ArrowLeft,
} from "lucide-react";

export default function Project() {
Expand Down Expand Up @@ -281,8 +282,20 @@ export default function Project() {
}

return (
<div className="min-h-screen bg-transparent py-8 px-4">
<div
className="min-h-screen py-8 px-4"
style={{ backgroundColor: "#4d1170" }}
>
<div className="mx-auto max-w-4xl space-y-6">
<Button
variant="ghost"
onClick={() => router.push("/profile")}
className="mb-4"
>
<ArrowLeft className="mr-2 h-4 w-4" />
Back to Profile
</Button>

{/* Project Header */}
<Card className="border-2 border-red-500 bg-gradient-to-r from-slate-900 to-slate-800 text-white">
<CardHeader className="text-center">
Expand Down
4 changes: 2 additions & 2 deletions src/lib/api/judging/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export interface ProjectCreateEntity extends Omit<
export interface ProjectPatchEntity extends Partial<ProjectCreateEntity> {}

export const PROJECT_CATEGORIES = [
"Best UX/UI Design",
"Nittany AI Challenge",
"Base 44 Challenge",
"College of IST Challenge",
] as const;

export type ProjectCategory = (typeof PROJECT_CATEGORIES)[number];
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2397,10 +2397,10 @@
"@posthog/webpack-plugin" "1.3.1"
semver "^7.7.2"

"@posthog/types@1.363.1":
version "1.363.1"
resolved "https://registry.yarnpkg.com/@posthog/types/-/types-1.363.1.tgz#e4a88841b64955659ad41558692db20b09ca958a"
integrity sha512-bFYk5XHgYEfVhQU0AwkG9MbMqq9QRbKDDJxOtYWGJ6Uw+/nLRNs/ZydXy3aMt0ldIdkNzZq+qaJ/p2Jg0+mP8g==
"@posthog/types@1.363.3":
version "1.363.3"
resolved "https://registry.yarnpkg.com/@posthog/types/-/types-1.363.3.tgz#67deea0772d3fd229f5b20733edb5f8a5d219e3c"
integrity sha512-Wslj6BrDwIEkqoahJFE0DbqgoGsB/F9BC3XtzBQdUzr04XhVNriGQ7/lves9eCFwrpSiOHv/5xfSShRwiP3ciA==

"@posthog/webpack-plugin@1.3.1":
version "1.3.1"
Expand Down Expand Up @@ -3037,17 +3037,17 @@
dependencies:
mini-svg-data-uri "^1.2.3"

"@tanstack/query-core@5.95.0":
version "5.95.0"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.95.0.tgz#a489fd6f9db05e18682d164e830d5368e60e0ebb"
integrity sha512-H1/CWCe8tGL3YIVeo770Z6kPbt0B3M1d/iQXIIK1qlFiFt6G2neYdkHgLapOC8uMYNt9DmHjmGukEKgdMk1P+A==
"@tanstack/query-core@5.95.2":
version "5.95.2"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.95.2.tgz#9e3299d0c1c8785dd9e3d0cac1993e45f35113f2"
integrity sha512-o4T8vZHZET4Bib3jZ/tCW9/7080urD4c+0/AUaYVpIqOsr7y0reBc1oX3ttNaSW5mYyvZHctiQ/UOP2PfdmFEQ==

"@tanstack/react-query@^5.66.0":
version "5.95.0"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.95.0.tgz#675474f3d4e2020a4eb83bfeed3aeb5b7bddb4b0"
integrity sha512-EMP8B+BK9zvnAemT8M/y3z/WO0NjZ7fIUY3T3wnHYK6AA3qK/k33i7tPgCXCejhX0cd4I6bJIXN2GmjrHjDBzg==
version "5.95.2"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.95.2.tgz#7daf77342a4e374c22fad88bb98ea13fc19ae086"
integrity sha512-/wGkvLj/st5Ud1Q76KF1uFxScV7WeqN1slQx5280ycwAyYkIPGaRZAEgHxe3bjirSd5Zpwkj6zNcR4cqYni/ZA==
dependencies:
"@tanstack/query-core" "5.95.0"
"@tanstack/query-core" "5.95.2"

"@tanstack/react-virtual@^3.13.9":
version "3.13.12"
Expand Down Expand Up @@ -5077,9 +5077,9 @@ hyphenate-style-name@^1.0.0:
integrity sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==

ics@^3.8.1:
version "3.9.0"
resolved "https://registry.yarnpkg.com/ics/-/ics-3.9.0.tgz#29b86a92b04cd009e4a9ce65658fdec0cc86df6f"
integrity sha512-a2dlnljjbkXicDVL318sDayPk1lpee2yh1nTuE9hhv8UF1Imm2Imqe7SxXkgS6a/LpjblaRJf20Eyxehn3wXaw==
version "3.9.1"
resolved "https://registry.yarnpkg.com/ics/-/ics-3.9.1.tgz#c67fe7ad041d72c39ece0f4d0bf4ce8f67f8c2aa"
integrity sha512-wanjdE/xKJJOkIujddNzxzI4R3V5vKKCgonzid30dDr1tJG4/nciCq82I5rgVAGzcHu+osQakTOA44jwG8RV7w==
dependencies:
nanoid "^3.1.23"
runes2 "^1.1.2"
Expand Down Expand Up @@ -6091,17 +6091,17 @@ postcss@^8.4.47:
source-map-js "^1.2.1"

posthog-js@^1.257.0:
version "1.363.1"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.363.1.tgz#d2b946333b7e6205e4e27672316d07fec44da165"
integrity sha512-iaDtRxCs/FiB+RXe83uo7RZXgpLlyB6qFoNHl3bNMgRCgrPI2nkzx2m9Va1l30HHl/zA1kPOXSy2/tZC5Ql5kg==
version "1.363.3"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.363.3.tgz#91da5bcca9852ac86c70e9610ca9a62e79184a43"
integrity sha512-j1+MTbHO17kKXJMGDnaiW1EMOiA4AprE8EML6QnbSds+XbqHR2CdHa8T+/zIriZSoXlkZH4R+A4gY29lb5hdlA==
dependencies:
"@opentelemetry/api" "^1.9.0"
"@opentelemetry/api-logs" "^0.208.0"
"@opentelemetry/exporter-logs-otlp-http" "^0.208.0"
"@opentelemetry/resources" "^2.2.0"
"@opentelemetry/sdk-logs" "^0.208.0"
"@posthog/core" "1.24.1"
"@posthog/types" "1.363.1"
"@posthog/types" "1.363.3"
core-js "^3.38.1"
dompurify "^3.3.2"
fflate "^0.4.8"
Expand Down
Loading