deskripsi:

Fix: ProfileSection & /dummy-user ( image )
Event: box publisj

# No Issue"
This commit is contained in:
2025-07-23 10:25:40 +08:00
parent 81d86885f4
commit aa4ea9fb0c
9 changed files with 18 additions and 10 deletions

View File

@@ -30,9 +30,9 @@ export default function LoginView() {
const id = randomAlfabet + randomNumber + fixNumber;
console.log("login user id :", id);
// router.navigate("/verification");
router.navigate("/verification");
// router.navigate(`/(application)/(user)/profile/${id}`);
router.navigate("/(application)/(user)/home");
// router.navigate("/(application)/(user)/home");
// router.navigate(`/(application)/profile/${id}/edit`);
// router.navigate(`/(application)/(user)/portofolio/${id}`)
// router.navigate(`/(application)/(image)/preview-image/${id}`);

View File

@@ -4,12 +4,14 @@ import {
StackCustom,
TextCustom,
} from "@/components";
import { Href } from "expo-router";
export default function Event_BoxPublishSection({
id,
title,
username,
description,
href,
// Avatar
sourceAvatar,
@@ -19,6 +21,7 @@ export default function Event_BoxPublishSection({
title?: string;
username?: string;
description?: string;
href: Href;
// Avatar
sourceAvatar?: string;
@@ -26,7 +29,7 @@ export default function Event_BoxPublishSection({
}) {
return (
<>
<BoxWithHeaderSection href={`/event/${id}/history`}>
<BoxWithHeaderSection href={href}>
<StackCustom gap={"xs"}>
<AvatarUsernameAndOtherComponent
avatarHref={`/profile/${id}`}

View File

@@ -6,7 +6,7 @@ import { router, useLocalSearchParams } from "expo-router";
import { View } from "react-native";
import AvatarAndBackground from "./AvatarAndBackground";
export default function ProfilSection() {
export default function ProfileSection() {
const { id } = useLocalSearchParams();
const listData = [