Improve search layouts.

This commit is contained in:
Patrick Fic
2025-10-22 15:07:57 -07:00
parent 49d40aa038
commit c62d2ab05f
9 changed files with 546 additions and 328 deletions

View File

@@ -3,7 +3,7 @@ import { useRouter } from "expo-router";
import React, { memo, useCallback } from "react";
import { useTranslation } from "react-i18next";
import { Pressable, StyleSheet, View } from "react-native";
import { IconButton, Text, useTheme } from "react-native-paper";
import { Chip, IconButton, Text, useTheme } from "react-native-paper";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { logImEXEvent } from "../../firebase/firebase.analytics";
@@ -86,6 +86,7 @@ function JobListItemComponent({ openImagePicker, item }) {
{vehicle}
</Text>
)}
<Chip style>{item.status}</Chip>
</View>
</View>
<IconButton
@@ -158,6 +159,7 @@ const styles = StyleSheet.create({
},
body: {
marginTop: 2,
flexDirection: "row", gap: 8, alignItems: "center",
},
ownerText: {
fontWeight: "600",