feat: Profile Info Fetch. Admin Panel. Profile Settings. Profile Log. Fixed Navbar. Fixed Routing. Fixed Overall desgin flaws
This commit is contained in:
@@ -49,6 +49,7 @@ async function handleResetRequest() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<title>Reset Password - Reddit for Academic Papers</title>
|
||||
<div
|
||||
class="min-h-screen bg-gray-100 dark:bg-gray-950 flex flex-col items-center justify-center p-6 transition-colors duration-300">
|
||||
<Transition appear enter-active-class="transition duration-700 ease-out"
|
||||
@@ -86,4 +87,4 @@ async function handleResetRequest() {
|
||||
</div>
|
||||
</Transition>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<title> Login - Reddit for Academic Papers</title>
|
||||
<div
|
||||
class="min-h-screen bg-gray-100 dark:bg-gray-950 flex flex-col items-center justify-center p-6 transition-colors duration-300">
|
||||
<Transition appear enter-active-class="transition duration-700 ease-out" enter-from-class="translate-y-8 opacity-0"
|
||||
@@ -138,4 +139,4 @@ async function handleLogin() {
|
||||
animation-delay: 0.2s;
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user