From e5a68ef8d8a913b662724c5d4ac29ef9bfbccedb Mon Sep 17 00:00:00 2001 From: v4ltages Date: Fri, 26 Sep 2025 06:48:25 +0300 Subject: [PATCH] Package update, added new sponsors to stream page, minor fixes --- package.json | 22 +++++++++++----------- src/app/[locale]/page.tsx | 2 +- src/app/[locale]/striim/page.tsx | 22 ++++++++++++++++++++-- src/components/LanguageSwitcher.tsx | 2 +- src/data/timetable.ts | 10 +++++----- 5 files changed, 38 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 7ecec4f..cee61bf 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "drizzle:studio": "drizzle-kit studio" }, "dependencies": { - "@libsql/client": "^0.15.12", + "@libsql/client": "^0.15.15", "@paralleldrive/cuid2": "^2.2.2", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", @@ -26,11 +26,11 @@ "@types/three": "^0.178.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "drizzle-orm": "^0.44.4", + "drizzle-orm": "^0.44.5", "lucide-react": "^0.522.0", "material-symbols": "^0.31.9", "next": "15.3.0", - "next-intl": "^4.3.4", + "next-intl": "^4.3.9", "next-themes": "^0.4.6", "react": "^19.1.1", "react-dom": "^19.1.1", @@ -38,22 +38,22 @@ "react-markdown": "^10.1.0", "tailwind-merge": "^3.3.1", "three": "^0.178.0", - "tw-animate-css": "^1.3.7" + "tw-animate-css": "^1.4.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@tailwindcss/postcss": "^4.1.12", - "@types/bun": "^1.2.20", - "@types/node": "^20.19.11", - "@types/react": "^19.1.10", - "@types/react-dom": "^19.1.7", + "@tailwindcss/postcss": "^4.1.13", + "@types/bun": "^1.2.22", + "@types/node": "^20.19.17", + "@types/react": "^19.1.13", + "@types/react-dom": "^19.1.9", "autoprefixer": "^10.4.21", "dotenv": "^16.6.1", "drizzle-kit": "^0.31.4", - "eslint": "^9.33.0", + "eslint": "^9.36.0", "eslint-config-next": "15.3.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.12", + "tailwindcss": "^4.1.13", "ts-node": "^10.9.2", "typescript": "^5.9.2" } diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 6468d10..e10e223 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -236,7 +236,7 @@ export default async function Home({ alt="Arvutimuuseum" width={200} height={200} - className="object-contain" + className="object-contain not-dark:invert" /> diff --git a/src/app/[locale]/striim/page.tsx b/src/app/[locale]/striim/page.tsx index 04a8fe2..f9a49b4 100644 --- a/src/app/[locale]/striim/page.tsx +++ b/src/app/[locale]/striim/page.tsx @@ -140,7 +140,7 @@ export default async function Home({

{t("home.sections.poweredBy")}

-
+
Tallinna Haridusamet + + Militaarseiklus + + + Arvutimuuseum +
diff --git a/src/components/LanguageSwitcher.tsx b/src/components/LanguageSwitcher.tsx index 53f3d02..08ffa6c 100644 --- a/src/components/LanguageSwitcher.tsx +++ b/src/components/LanguageSwitcher.tsx @@ -39,7 +39,7 @@ export default function LanguageSwitcher() { onClick={handleLanguageSwitch} variant="ghost" size="lg" - className={`${vipnagorgialla.className} text-3xl font-bold italic uppercase hover:bg-[#007CAB]/10 dark:hover:bg-[#00A3E0]/10 text-[#007CAB] dark:text-[#00A3E0] hover:text-[#2A2C3F] dark:hover:text-[#EEE5E5] transition-colors`} + className={`${vipnagorgialla.className} text-3xl font-bold italic uppercase cursor-pointer hover:bg-[#007CAB]/10 dark:hover:bg-[#00A3E0]/10 text-[#007CAB] dark:text-[#00A3E0] hover:text-[#2A2C3F] dark:hover:text-[#EEE5E5] transition-colors`} > {getNextLanguageName()} diff --git a/src/data/timetable.ts b/src/data/timetable.ts index db0cf2c..de2a823 100644 --- a/src/data/timetable.ts +++ b/src/data/timetable.ts @@ -12,11 +12,6 @@ export const scheduleData: Record = { locationKey: "schedule.locations.registrationSetup", time: "17:00", }, - { - titleKey: "schedule.events.mainTournamentsStart", - locationKey: "schedule.locations.auditorium", - time: "20:00", - }, { titleKey: "schedule.events.miniTournamentsKickoff", locationKey: "schedule.locations.studentHouse", @@ -27,6 +22,11 @@ export const scheduleData: Record = { locationKey: "schedule.locations.studentHouse", time: "18:30", }, + { + titleKey: "schedule.events.mainTournamentsStart", + locationKey: "schedule.locations.auditorium", + time: "20:00", + }, { titleKey: "schedule.events.doorsClose", locationKey: "schedule.locations.auditoriumAndStudentHouse",