From ad8eae95a721997c235e56ae0ee71f89529e7010 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Mon, 1 Dec 2025 14:44:39 -0700 Subject: [PATCH 1/5] fix: update with latest order reference --- src/components/aidaos/RootDAOPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/aidaos/RootDAOPage.tsx b/src/components/aidaos/RootDAOPage.tsx index 70fd497a..a4bdcb76 100644 --- a/src/components/aidaos/RootDAOPage.tsx +++ b/src/components/aidaos/RootDAOPage.tsx @@ -527,12 +527,12 @@ export function RootDAOPage({ children, daoName }: RootDAOPageProps) { From e010d2dfbb2531b5e578ed2f10ac0ab935ed3988 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Mon, 1 Dec 2025 14:49:03 -0700 Subject: [PATCH 2/5] feat: add optional image and code to display --- src/components/twitter/TwitterCard.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/twitter/TwitterCard.tsx b/src/components/twitter/TwitterCard.tsx index 11668c12..becf27f8 100644 --- a/src/components/twitter/TwitterCard.tsx +++ b/src/components/twitter/TwitterCard.tsx @@ -12,6 +12,7 @@ interface TwitterCardProps { verified?: boolean; link?: string; title?: string; + image?: string; } export const TwitterCard: React.FC = ({ @@ -24,6 +25,7 @@ export const TwitterCard: React.FC = ({ verified = false, link, title, + image, }) => { const handleClick = () => { if (link) { @@ -96,6 +98,17 @@ export const TwitterCard: React.FC = ({ {/* Tweet Content */}
{tweet} + {image && ( +
+ Tweet image +
+ )}
{/* Date and Time */} From e1ac674faccc4bef6b815b65d40e197970e659a9 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Mon, 1 Dec 2025 14:49:12 -0700 Subject: [PATCH 3/5] fix: pass image from tweet --- src/components/aidaos/RootDAOPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/aidaos/RootDAOPage.tsx b/src/components/aidaos/RootDAOPage.tsx index a4bdcb76..d6968474 100644 --- a/src/components/aidaos/RootDAOPage.tsx +++ b/src/components/aidaos/RootDAOPage.tsx @@ -538,12 +538,13 @@ quote this post with the video and neighborhood you were in approved entries earn $50 BTC -details in next post`} +click for full details`} date="Nov 25, 2025" // time="8:14 PM" avatarUrl="/logos/aibtcdev-avatar-250px.png" verified={true} link="https://x.com/aibtcdev/status/1995580321014976795" + image="https://pbs.twimg.com/media/G7G5uZ4aoAAMS9g?format=jpg&name=medium" title="AIBTC Current Order" /> From 2dcabbf486e9703d46a07a847e4c4ba006e8ffdd Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Mon, 1 Dec 2025 15:30:52 -0700 Subject: [PATCH 4/5] Revert "fix: pass image from tweet" This reverts commit e1ac674faccc4bef6b815b65d40e197970e659a9. --- src/components/aidaos/RootDAOPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/aidaos/RootDAOPage.tsx b/src/components/aidaos/RootDAOPage.tsx index d6968474..a4bdcb76 100644 --- a/src/components/aidaos/RootDAOPage.tsx +++ b/src/components/aidaos/RootDAOPage.tsx @@ -538,13 +538,12 @@ quote this post with the video and neighborhood you were in approved entries earn $50 BTC -click for full details`} +details in next post`} date="Nov 25, 2025" // time="8:14 PM" avatarUrl="/logos/aibtcdev-avatar-250px.png" verified={true} link="https://x.com/aibtcdev/status/1995580321014976795" - image="https://pbs.twimg.com/media/G7G5uZ4aoAAMS9g?format=jpg&name=medium" title="AIBTC Current Order" /> From 7ef66d8c28f6d99f5d789c8aaf36bf331703b3ce Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Mon, 1 Dec 2025 15:30:52 -0700 Subject: [PATCH 5/5] Revert "feat: add optional image and code to display" This reverts commit e010d2dfbb2531b5e578ed2f10ac0ab935ed3988. --- src/components/twitter/TwitterCard.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/components/twitter/TwitterCard.tsx b/src/components/twitter/TwitterCard.tsx index becf27f8..11668c12 100644 --- a/src/components/twitter/TwitterCard.tsx +++ b/src/components/twitter/TwitterCard.tsx @@ -12,7 +12,6 @@ interface TwitterCardProps { verified?: boolean; link?: string; title?: string; - image?: string; } export const TwitterCard: React.FC = ({ @@ -25,7 +24,6 @@ export const TwitterCard: React.FC = ({ verified = false, link, title, - image, }) => { const handleClick = () => { if (link) { @@ -98,17 +96,6 @@ export const TwitterCard: React.FC = ({ {/* Tweet Content */}
{tweet} - {image && ( -
- Tweet image -
- )}
{/* Date and Time */}