- {/* Shipped presets are the compositions a copy starts
+
{text.description ?? t('noDescription')}
+ {row.broken === undefined
+ ? null
+ :
{row.broken}}
+
{row.id}
+
+
+ {/* Shipped presets are the compositions a copy starts
from, so READING one is the point; a custom preset is
edited in its files instead, which the location action
leads to. A broken shipped preset has no readable
composition to offer, so its viewer is withheld; a
broken custom one keeps the location action — the
files are where it gets fixed. */}
- {row.trust === 'system'
- ? row.broken === undefined
- ? (
+ {row.trust === 'system'
+ ? row.broken === undefined
+ ? (
+
+ )
+ : null
+ : (
+ )}
+
+ {row.trust === 'user'
+ ? (
+
)
- : null
+ : null}
+
+ {state.revealedPaths[row.id] === undefined
+ ? null
: (
-
+
+ {t('revealedPathLabel')}
+ {state.revealedPaths[row.id]}
+
)}
-
- {row.trust === 'user'
- ? (
-
- )
- : null}
-
- {state.revealedPaths[row.id] === undefined
- ? null
- : (
-