diff --git a/.prettierrc.mjs b/prettier.config.mjs similarity index 86% rename from .prettierrc.mjs rename to prettier.config.mjs index 01af582..3fcbd54 100644 --- a/.prettierrc.mjs +++ b/prettier.config.mjs @@ -1,6 +1,6 @@ /** * @see https://prettier.io/docs/en/configuration.html - * @type {import("prettier").Config} + * @type {import("prettier").Config & import("prettier-plugin-tailwindcss").PluginOptions} */ const config = { printWidth: 80, @@ -12,8 +12,8 @@ const config = { bracketSameLine: false, endOfLine: 'auto', plugins: [ - 'prettier-plugin-tailwindcss', '@ianvs/prettier-plugin-sort-imports', + 'prettier-plugin-tailwindcss', ], importOrder: [ '', // Node.js built-in modules diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 74a589f..c444c2d 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -6,11 +6,11 @@ import AdminHeader from '@src/components/admin/AdminHeader'; export default function Page() { return ( -
+
{/**/}
-
+
- + UTD NOTEBOOK - + by Nebula Labs
diff --git a/src/app/get-started/page.tsx b/src/app/get-started/page.tsx index 5ffe2dd..7104c1f 100644 --- a/src/app/get-started/page.tsx +++ b/src/app/get-started/page.tsx @@ -17,17 +17,17 @@ export default async function Page() { const userMetadata = await api.userMetadata.byId({ id: session.user.id }); return ( -
-
+
+
background -
+
-
+
{children}
diff --git a/src/app/notes/[id]/page.tsx b/src/app/notes/[id]/page.tsx index da6fc8d..fd855f6 100644 --- a/src/app/notes/[id]/page.tsx +++ b/src/app/notes/[id]/page.tsx @@ -14,14 +14,14 @@ export default async function NotePage({ params }: NotePageProps) { if (!file) notFound(); return ( -
+
-
+
{/* Info panel pinned to the top, floats over the PDF */} {/* Scrollable area with white card background for the PDF */} - +