+
+ {!editTldrMode ? (
+ <>
+ setEditTldrMode(true)}
+ className="flex flex-row group items-center"
+ >
+
+ TLDR;
+
+
+
+
+
+
+
+
+ {convo?.tldr}
+
+ >
) : (
-
- Please get this conversation started
by pressing and
- holding{" "}
- R.
+
+
)}
-
-
+ {/* have one row, but just translate it along y downward to put it in it's own place */}
- {/* stuff for recording and playing action */}
-
-
-
+ {audioClips?.length > 0 ? (
+ audioClips.reverse().map((audClip, index) => {
+ const restAudioClips = audioClips.slice(index);
+ return (
+
+ );
+ })
+ ) : (
+
+ Please get this conversation started
by pressing and
+ holding{" "}
+ R.
+
+ )}
+
+
+
+
+ {/* stuff for recording and playing action */}
+
+
+
-
-
-
+ >
+
+
+
-
-
+
-
-
-
-
-
-
- {/* drawer items */}
-
-
- Shared
-
-
- {/* row of cards drawer items */}
-
- {testDrawerItems.map((link) => (
-
- {/* */}
-
-
-
-
-
- {link.linkName}
-
-
- {link.relativeSentTime}
-
+ >
+
+
+
+
-
-
-
-
+ {/* drawer items */}
+
+
+ Shared
+
+
+ {/* row of cards drawer items */}
+
+ {testDrawerItems.map((link) => (
+
+ {/* */}
+
+
+
+
+
+ {link.linkName}
-
+
+ {link.relativeSentTime}
+
+
-
-
+
+
+
+
+
+
+
+
+
+
-
- ))}
-
+ ))}
+
+