Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
136 changed files with 4663 additions and 665 deletions
Showing only changes of commit d166b1b9b6 - Show all commits

View File

@@ -17,7 +17,7 @@ export default function Colab_Splash() {
setHotMenu(1);
// setStatus("Publish");
router.replace(RouterColab.beranda, {scroll: false});
}, 1000);
}, 500);
}, []);
return (

View File

@@ -10,7 +10,7 @@ export default function SplashCrowd() {
const router = useRouter();
useShallowEffect(() => {
setTimeout(() => router.push(RouterCrowd.main), 1000);
setTimeout(() => router.push(RouterCrowd.main), 500);
}, []);
return (
<>

View File

@@ -11,7 +11,7 @@ export default function Forum_Splash() {
useShallowEffect(() => {
setTimeout(() => {
router.replace(RouterForum.beranda, { scroll: false });
}, 1000);
}, 500);
}, []);
return (

View File

@@ -11,7 +11,7 @@ export function UiMap_SplashView() {
useShallowEffect(() => {
setTimeout(() => {
router.replace(RouterMap.main_view, { scroll: false }), 1000;
router.replace(RouterMap.main_view, { scroll: false }), 500;
});
}, []);
return (

View File

@@ -24,7 +24,7 @@ export default function Vote_Splash() {
setTabsStatus("Publish");
setTabsRiwayat("Semua");
router.replace(RouterVote.beranda);
}, 1000);
}, 500);
}, []);
return (