From ba30bcc8532c0628c0e2bbe5dd2734b5e5de191d Mon Sep 17 00:00:00 2001 From: 0xTranqui Date: Sat, 30 Mar 2024 17:21:17 -0400 Subject: [PATCH 1/2] cool ideas --- apps/site/app/channel/[id]/[index]/page.tsx | 9 ++++--- apps/site/components/server/ItemSidebar.tsx | 29 +++++++++++---------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/apps/site/app/channel/[id]/[index]/page.tsx b/apps/site/app/channel/[id]/[index]/page.tsx index e94645c2..bc150688 100644 --- a/apps/site/app/channel/[id]/[index]/page.tsx +++ b/apps/site/app/channel/[id]/[index]/page.tsx @@ -158,10 +158,13 @@ export default async function ItemPage({ )) return ( - -
{content}
+ +
+ {content} +
-
+ {/*
hi
*/} +
return ( - - - Info + + + Info +
+ {itemMetadata?.name} + +
- {/* */} - {/* - Go to channel - */} +
+ + - + + {/* */}
{itemMetadata?.name}
{'--'}
- + Channel @@ -166,12 +167,12 @@ export function ItemSidebar({ - + {/* */} - + {`Index [${itemIndex}/${indexLength}]`} From e57b2bb2ca3e42b91390eef978b37f898026e5c9 Mon Sep 17 00:00:00 2001 From: 0xTranqui Date: Sat, 30 Mar 2024 17:26:58 -0400 Subject: [PATCH 2/2] sublte tweeks before sharing --- apps/site/app/channel/[id]/[index]/page.tsx | 2 +- apps/site/components/server/ItemSidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/app/channel/[id]/[index]/page.tsx b/apps/site/app/channel/[id]/[index]/page.tsx index bc150688..e552e324 100644 --- a/apps/site/app/channel/[id]/[index]/page.tsx +++ b/apps/site/app/channel/[id]/[index]/page.tsx @@ -164,7 +164,7 @@ export default async function ItemPage({
{/*
hi
*/} -
+
- + {/* */}
{itemMetadata?.name}