fix(RODA): pindahkan proxy dashboard dari Vite plugin ke server.js #27

Closed
Raditya_Indra_Putranto wants to merge 42 commits from Rayhan/roda-student-web-if-development-kit:feat/RODA into main
2 changed files with 2693 additions and 1929 deletions
Showing only changes of commit 7cf590eee5 - Show all commits
File diff suppressed because it is too large Load Diff
+14
View File
@@ -1605,6 +1605,20 @@ body {
}
}
/* Animations */
.reveal {
opacity: 0;
transform: translateY(50px);
transition:
opacity 0.8s ease,
transform 0.8s ease;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
/* ============================================================
ANTI-FLICKER — localization.js sets window.__currentLang
synchronously; body stays hidden until DOMContentLoaded