-
-
-
- Profile
- An overview of your LibreCloud Git account
-
-
-
-
-
-
-
-
-
-
-
- {dashboardState.gitUser}
- {dashboardState.gitIsAdmin && Admin}
-
-
-
- {dashboardState.gitFollowerCt} followers
-
-
- {dashboardState.gitFollowingCt} following
-
-
-
-
-
-
- Last login: {dashboardState.gitLastLogin === "Never" ? "Never" : (dashboardState.gitLastLogin && convDate(dashboardState.gitLastLogin)) || "N/A"}
-
-
-
+
+ {(dashboardState.gitUser && dashboardState.gitUser !== "Unlinked") && (
+
+ )}
+
+ {/*
+ ~-~-~-~-~-~-~-~-~-~-~-~DISABLED FOR NOW~-~-~-~-~-~-~-~-~-~-~-~
+
+
+
+
+ */}
- {/*
- This is disabled for later, so I can finish working on it. I want to focus on essential services first.
-
-
-
-
- Change Username
-
-
-
-
-
-
-
- Change Password
-
-
-
-
-
-
-
- Change Email
-
-
-
-
-
-
-
- Create New Repository
-
-
-
-
-
-
*/}
)
}
diff --git a/package.json b/package.json
index aa83c4a..4091bf0 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
- "@prisma/client": "^6.3.1",
+ "@prisma/client": "^6.4.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.6",
@@ -29,19 +29,19 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookies-next": "^5.1.0",
- "framer-motion": "^12.4.3",
+ "framer-motion": "^12.4.5",
"geist": "^1.3.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.474.0",
- "next": "^15.2.0-canary.63",
+ "next": "^15.2.0-canary.66",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.4",
"password-validator": "^5.3.0",
- "prisma": "^6.3.1",
+ "prisma": "^6.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
- "react-icons": "^5.4.0",
+ "react-icons": "^5.5.0",
"react-typed": "^2.0.12",
"tailwind-merge": "^2.6.0",
"validator": "^13.12.0",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
- "@tailwindcss/postcss": "^4.0.6",
+ "@tailwindcss/postcss": "^4.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.19",
"@types/react": "^19.0.10",
@@ -57,8 +57,8 @@
"@types/validator": "^13.12.2",
"eslint": "^9.20.1",
"eslint-config-next": "15.1.6",
- "postcss": "^8.5.2",
- "tailwindcss": "^4.0.6",
+ "postcss": "^8.5.3",
+ "tailwindcss": "^4.0.7",
"typescript": "^5.7.3"
}
}