cycleStatus(e)}
style={{
- ...styles.row,
- background: getRowBg(e.status),
+ ...styles.name,
+ textDecoration: e.status === 1 ? "line-through" : "none",
+ color: getNameColor(e.status),
+ opacity: e.status === 1 ? 0.75 : 1,
}}
+ title="Klick: Grün → Rot → Grau → Leer"
>
- {/* Name: Tap = rot, Long-Press = grün */}
-
- {e.label}
-
-
- {/* ? = maybe */}
-
-
-
{e.status === 1 ? "X" : ""}
-
{e.status === 1 ? "✓" : ""}
-
{e.status === 2 ? "✓" : ""}
-
-
+ {e.label}