feat: Profile Info Fetch. Admin Panel. Profile Settings. Profile Log. Fixed Navbar. Fixed Routing. Fixed Overall desgin flaws

This commit is contained in:
AfonsoCMSousa
2026-01-20 20:44:09 +00:00
parent 55287b026b
commit c2d4b9da27
7 changed files with 1258 additions and 292 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
<template>
<title> Reddit for Academic Papers - Home</title>
<div
class="min-h-screen bg-gray-50 dark:bg-gray-950 flex items-center justify-center p-6 transition-colors duration-300">
<div class="w-full max-w-2xl animate-[fadeInUp_0.6s_ease-out]">
@@ -44,4 +45,4 @@
</footer>
</div>
</div>
</template>
</template>