From b45d3765fb6079243f30fb1351307161e76f248a Mon Sep 17 00:00:00 2001 From: AlejandroMontijo Date: Thu, 6 Aug 2026 14:19:01 -0600 Subject: [PATCH 1/2] =?UTF-8?q?feat(ui):=20redise=C3=B1o=20neumorfismo=20s?= =?UTF-8?q?uave=20iOS=202026,=20cabecera=20unificada=20y=20tarjetas=20divi?= =?UTF-8?q?didas=20en=20rama=20interfaz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/feed/FeedWidgetCard.tsx | 2 +- src/components/feed/PublicationCard.tsx | 10 +- src/components/layout/RightPanel.tsx | 132 ++++++++++++------------ src/components/layout/Sidebar.tsx | 8 +- src/pages/FeedPage.tsx | 14 ++- 5 files changed, 78 insertions(+), 88 deletions(-) diff --git a/src/components/feed/FeedWidgetCard.tsx b/src/components/feed/FeedWidgetCard.tsx index d50be0b..6eef5f7 100644 --- a/src/components/feed/FeedWidgetCard.tsx +++ b/src/components/feed/FeedWidgetCard.tsx @@ -14,7 +14,7 @@ interface FeedWidgetCardProps { export function FeedWidgetCard({ bgTint, icon, title, ctaLabel, ctaTo, children }: FeedWidgetCardProps) { return ( -
+
diff --git a/src/components/feed/PublicationCard.tsx b/src/components/feed/PublicationCard.tsx index 7f5562c..c849a0f 100644 --- a/src/components/feed/PublicationCard.tsx +++ b/src/components/feed/PublicationCard.tsx @@ -318,10 +318,10 @@ function PublicationCardInner({ }; return ( -
+
{/* Header */} {hideAuthor ? ( -
+
{timeAgo(publication.created_at)} @@ -330,7 +330,7 @@ function PublicationCardInner({
) : ( -
+
+

{localContent}

@@ -474,7 +474,7 @@ function PublicationCardInner({
{/* Actions + counts */} -
+
-
- {/* Desktop Create Post */} -
-
+ {/* Desktop Create Post embedded seamlessly in the same hero card */} +
From 5a3256260613e25060a493a58ca134dcc60358de Mon Sep 17 00:00:00 2001 From: AlejandroMontijo <246809504+AlejandroMontijo@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:32:28 -0600 Subject: [PATCH 2/2] fix(build): resolve TS6133 unused bgTint parameter to fix Vercel deployment build --- src/components/feed/FeedWidgetCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/feed/FeedWidgetCard.tsx b/src/components/feed/FeedWidgetCard.tsx index 6eef5f7..d2ae1a7 100644 --- a/src/components/feed/FeedWidgetCard.tsx +++ b/src/components/feed/FeedWidgetCard.tsx @@ -14,7 +14,7 @@ interface FeedWidgetCardProps { export function FeedWidgetCard({ bgTint, icon, title, ctaLabel, ctaTo, children }: FeedWidgetCardProps) { return ( -
+