Component

Add:
- TabsTwoHeaderCustom

Voting
Fix:
- history

# Np Issue
This commit is contained in:
2025-07-28 14:51:41 +08:00
parent b18044f53f
commit f21ff744d3
5 changed files with 99 additions and 5 deletions

View File

@@ -9,20 +9,25 @@ import {
CircleContainer,
} from "@/components";
import dayjs from "dayjs";
import { Href } from "expo-router";
export default function Voting_BoxPublishSection({
href,
id,
bottomComponent,
}: {
href?: Href
id?: string
bottomComponent?: React.ReactNode;
}) {
return (
<>
<BoxWithHeaderSection>
<BoxWithHeaderSection href={href}>
<AvatarUsernameAndOtherComponent avatarHref="/profile/1" />
<Spacing />
<StackCustom>
<TextCustom align="center" bold truncate size="large">
Voting Title Here
Voting Title {id}
</TextCustom>
<BadgeCustom