UI Forum untuk user

- UI selesai
- Realtime dan notifikasi selesai
## No Issuee
This commit is contained in:
2024-07-02 17:38:13 +08:00
parent 11b5e8f722
commit bca5a2ac15
43 changed files with 719 additions and 638 deletions

View File

@@ -2,8 +2,17 @@
import { RouterForum } from "@/app/lib/router_hipmi/router_forum";
import ComponentGlobal_UI_LayoutTamplate from "@/app_modules/component_global/ui/ui_layout_tamplate";
import { Center, Image, Paper, Stack } from "@mantine/core";
import {
Avatar,
Center,
Image,
Loader,
Paper,
Stack,
Text,
} from "@mantine/core";
import { useShallowEffect } from "@mantine/hooks";
import { IconMessages } from "@tabler/icons-react";
import { useRouter } from "next/navigation";
export default function Forum_Splash() {
@@ -26,18 +35,9 @@ export default function Forum_Splash() {
function ViewSplash() {
return (
<>
<Stack h={"90vh"} align="center" justify="center">
<Paper
radius={"100%"}
// p={{ base: 50, md: 60, lg: 80 }}
>
<Image
height={300}
radius={"100%"}
alt="logo"
src={"/aset/forum/logo.png"}
/>
</Paper>
<Stack h={"90vh"} align="center" justify="center" spacing={"xl"}>
<IconMessages size={350} color="white" />
<Loader variant="dots" color="white" />
</Stack>
</>
);