feat: redesign web menu layout, add header cover banner & dynamic header layout, refine mobile inputs and theme selector

This commit is contained in:
AyrisAI
2026-08-20 15:07:13 +03:00
parent 6fb91c94ff
commit 0836fc8539
17 changed files with 311 additions and 553 deletions
@@ -218,11 +218,11 @@ export function AddItemModal({
value={name}
onChangeText={setName}
placeholder="Örn: Mercimek Çorbası"
placeholderTextColor="#A8A29E"
placeholderTextColor="#57534E"
style={{
backgroundColor: "#FAFAFA",
borderWidth: 1,
borderColor: "#E7E5E4",
borderWidth: 1.5,
borderColor: "#D6D3D1",
borderRadius: 12,
padding: 14,
fontSize: 15,
@@ -241,8 +241,8 @@ export function AddItemModal({
flexDirection: "row",
alignItems: "center",
backgroundColor: "#FAFAFA",
borderWidth: 1,
borderColor: "#E7E5E4",
borderWidth: 1.5,
borderColor: "#D6D3D1",
borderRadius: 12,
paddingHorizontal: 14,
}}
@@ -251,7 +251,7 @@ export function AddItemModal({
value={price}
onChangeText={setPrice}
placeholder="120"
placeholderTextColor="#A8A29E"
placeholderTextColor="#57534E"
keyboardType="decimal-pad"
style={{
flex: 1,
@@ -273,13 +273,13 @@ export function AddItemModal({
value={description}
onChangeText={setDescription}
placeholder="Kısa içerik veya porsiyon açıklaması..."
placeholderTextColor="#A8A29E"
placeholderTextColor="#57534E"
multiline
numberOfLines={3}
style={{
backgroundColor: "#FAFAFA",
borderWidth: 1,
borderColor: "#E7E5E4",
borderWidth: 1.5,
borderColor: "#D6D3D1",
borderRadius: 12,
padding: 14,
fontSize: 14,