From 4e4e42fd657d7f9139efdb7bfd5219a50c2dbdf0 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 17 Jan 2026 04:11:46 +0300 Subject: [PATCH] Fix LaunchpadScreen: remove duplicate header, move add button --- mobile/src/navigation/HomeStackNavigator.tsx | 2 +- mobile/src/screens/LaunchpadScreen.tsx | 41 +++++--------------- 2 files changed, 11 insertions(+), 32 deletions(-) diff --git a/mobile/src/navigation/HomeStackNavigator.tsx b/mobile/src/navigation/HomeStackNavigator.tsx index f3775137..1955af0c 100644 --- a/mobile/src/navigation/HomeStackNavigator.tsx +++ b/mobile/src/navigation/HomeStackNavigator.tsx @@ -80,7 +80,7 @@ const HomeStackNavigator: React.FC = () => { - + diff --git a/mobile/src/screens/LaunchpadScreen.tsx b/mobile/src/screens/LaunchpadScreen.tsx index 290563fb..b60f20ee 100644 --- a/mobile/src/screens/LaunchpadScreen.tsx +++ b/mobile/src/screens/LaunchpadScreen.tsx @@ -529,14 +529,10 @@ const LaunchpadScreen: React.FC = () => { - {/* Action Bar */} - - - 🚀 Launchpad - Multi-Presale Platform - + {/* Add Button Row */} + - + + + Projeya Nû @@ -762,41 +758,24 @@ const styles = StyleSheet.create({ fontSize: 14, color: '#666', }, - header: { + actionRow: { flexDirection: 'row', - alignItems: 'center', + justifyContent: 'flex-end', paddingHorizontal: 16, - paddingVertical: 12, - backgroundColor: KurdistanColors.spi, - borderBottomWidth: 1, - borderBottomColor: '#E0E0E0', - }, - headerContent: { - flex: 1, - marginLeft: 12, - }, - headerTitle: { - fontSize: 20, - fontWeight: 'bold', - color: KurdistanColors.reş, - }, - headerSubtitle: { - fontSize: 12, - color: '#666', - marginTop: 2, + paddingVertical: 8, }, addButton: { - width: 40, - height: 40, + paddingHorizontal: 16, + paddingVertical: 10, borderRadius: 20, backgroundColor: KurdistanColors.kesk, justifyContent: 'center', alignItems: 'center', }, addIcon: { - fontSize: 24, + fontSize: 14, color: KurdistanColors.spi, - fontWeight: 'bold', + fontWeight: '600', }, platformStats: { flexDirection: 'row',