全時間帯表示、種別フィルタリング機能を追加

This commit is contained in:
harukin-expo-dev-env
2025-08-28 03:56:53 +00:00
parent 92d37b7277
commit b38d8fe39d
3 changed files with 57 additions and 12 deletions

View File

@@ -236,7 +236,7 @@ export const ExGridViewItem: FC<{
>
<TouchableOpacity style={{ flex: 1 }} onPress={() => openTrainInfo()}>
<View style={{ position: "relative" }}>
<Text style={{ fontSize: 20, color: color, opacity: isSameTimeBefore ? 0 : 1, fontWeight:d.isOperating ? "bold" : "normal", fontStyle:d.isOperating? "italic" :"normal" }}>{formattedTime}</Text>
<Text style={{ fontSize: 20, color: color, opacity: isSameTimeBefore ? 0 : 1, fontWeight:d.isOperating ? "bold" : "thin", fontStyle:d.isOperating? "italic" :"normal" }}>{formattedTime}</Text>
<Text
style={{
fontSize: 10,