From d7ec8dd6e51cfbde2e0896ffc33e6ada393d5070 Mon Sep 17 00:00:00 2001 From: senke Date: Fri, 16 Jan 2026 12:03:28 +0100 Subject: [PATCH] aesthetic-improvements: fix remaining spacing in pages and views (Action 11.5.1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - DashboardPage: Updated gap (gap-6 → gap-8) for 8px grid alignment - FileDetailsView: Updated section spacing (space-y-6 → space-y-8) - GearView: Updated section spacing (space-y-6 → space-y-8, 2 instances) - ProfileView: Updated gap (gap-6 → gap-8) - DiscoverView: Updated card padding (p-6 → p-8) - PurchasesView: Updated gap (gap-6 → gap-8) - Preserved: Responsive padding (p-4 sm:p-6, px-6 md:px-12) and conditional padding (p-6 for non-primary cards) - Action 11.5.1.5: Apply direction to all pages - Batch 3 complete (spacing fixes) --- apps/web/src/components/views/DiscoverView.tsx | 2 +- apps/web/src/components/views/FileDetailsView.tsx | 2 +- apps/web/src/components/views/GearView.tsx | 4 ++-- apps/web/src/components/views/ProfileView.tsx | 2 +- apps/web/src/components/views/PurchasesView.tsx | 2 +- apps/web/src/pages/DashboardPage.tsx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web/src/components/views/DiscoverView.tsx b/apps/web/src/components/views/DiscoverView.tsx index 041e53a55..50dbad65f 100644 --- a/apps/web/src/components/views/DiscoverView.tsx +++ b/apps/web/src/components/views/DiscoverView.tsx @@ -142,7 +142,7 @@ export const DiscoverView: React.FC = () => { = ({ {/* Right: Sidebar */} -
+
{/* Activity Feed */}

diff --git a/apps/web/src/components/views/GearView.tsx b/apps/web/src/components/views/GearView.tsx index 3e3803f33..4fa5b808a 100644 --- a/apps/web/src/components/views/GearView.tsx +++ b/apps/web/src/components/views/GearView.tsx @@ -359,7 +359,7 @@ export const GearView: React.FC = () => {
{/* Left: Specs & Info */} -
+
{/* Specifications */}

@@ -446,7 +446,7 @@ export const GearView: React.FC = () => {

{/* Right: Purchase & Docs */} -
+
{/* Purchase Info */}

diff --git a/apps/web/src/components/views/ProfileView.tsx b/apps/web/src/components/views/ProfileView.tsx index a7e533d98..d2d69c46a 100644 --- a/apps/web/src/components/views/ProfileView.tsx +++ b/apps/web/src/components/views/ProfileView.tsx @@ -243,7 +243,7 @@ export const ProfileView: React.FC = ({ userId }) => {

{/* Identity Section */} -
+
{ {/* Image */}
diff --git a/apps/web/src/pages/DashboardPage.tsx b/apps/web/src/pages/DashboardPage.tsx index d30bcafb4..9091ddaf0 100644 --- a/apps/web/src/pages/DashboardPage.tsx +++ b/apps/web/src/pages/DashboardPage.tsx @@ -128,7 +128,7 @@ export function DashboardPage() { return (
{/* Header Section */} -
+

Bienvenue,{' '}