diff --git a/bun.lockb b/bun.lockb index dead98f8..6c3130b0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9775efbb..93a3b678 100644 --- a/package.json +++ b/package.json @@ -83,11 +83,11 @@ "clsx": "^2.1.1", "drizzle-orm": "^0.33.0", "drizzle-zod": "^0.5.1", - "framer-motion": "^11.4.0", + "framer-motion": "^11.5.2", "geist": "^1.3.1", "jiti": "^1.21.6", "lucide-react": "^0.438.0", - "next": "14.2.7", + "next": "14.2.8", "next-mdx-remote": "^5.0.0", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -105,7 +105,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@changesets/cli": "^2.27.7", + "@changesets/cli": "^2.27.8", "@commitlint/cli": "^19.4.1", "@commitlint/config-conventional": "^19.4.1", "@commitlint/cz-commitlint": "^19.4.0", @@ -115,7 +115,7 @@ "@eslint/js": "^9.9.1", "@happy-dom/global-registrator": "^15.7.3", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", - "@next/eslint-plugin-next": "^14.2.7", + "@next/eslint-plugin-next": "^14.2.8", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.15", @@ -123,7 +123,7 @@ "@types/bun": "^1.1.8", "@types/eslint": "^9.6.1", "@types/eslint-config-prettier": "^6.11.3", - "@types/node": "^22.5.3", + "@types/node": "^22.5.4", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "commitizen": "^4.3.0", @@ -132,7 +132,7 @@ "eslint": "^9.9.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.2.2", - "eslint-plugin-jsx-a11y": "^6.9.0", + "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-regexp": "^2.6.0", @@ -143,7 +143,7 @@ "lint-staged": "^15.2.10", "markdownlint": "^0.35.0", "markdownlint-cli": "^0.41.0", - "postcss": "^8.4.44", + "postcss": "^8.4.45", "prettier": "^3.3.3", "prettier-plugin-curly": "^0.2.2", "prettier-plugin-packagejson": "^2.5.2", diff --git a/src/app/(dashboard)/app/module/[id]/page.tsx b/src/app/(dashboard)/app/module/[id]/page.tsx index daca1484..9be8ee6b 100644 --- a/src/app/(dashboard)/app/module/[id]/page.tsx +++ b/src/app/(dashboard)/app/module/[id]/page.tsx @@ -34,17 +34,38 @@ export default async function ModulePage({ params }: Props) { return (
-
- -

{userModule.name}

+
+
+ +
+
+

{userModule.name}

+
+

+ {userModule.code} +

+

+ {userModule.credits} credits +

+

+ Created {format(userModule.createdAt)} +

+

+ 0 Notebooks +

+

+ 0 Flashcards +

+
+
@@ -65,7 +86,7 @@ export default async function ModulePage({ params }: Props) {
-
+

Description