+
{/* tuned in header + general controls */}
@@ -41,9 +66,11 @@ export default function SidePanel() {
- Tuned In
+ Tuned In
- {`${toggleTunedLines?.length || 0}/3`}
+ {`${
+ toggleTunedLines?.length || 0
+ }/3`}
@@ -68,7 +95,7 @@ export default function SidePanel() {
)}
{/* rest of the lines */}
-
+
{initialRoomsFetch.loading ? (
) : (
@@ -84,16 +111,16 @@ export default function SidePanel() {
{
+ //
+ }}
+ onClick={() => {
+ console.log('opening main app');
+ }}
+ role="presentation"
+ className="absolute bottom-5 left-5"
>
-
+
);
@@ -155,8 +182,6 @@ function LineRowTest({
if (line.currentUserMember.lastVisitDate)
return
;
- return
;
-
// if there is new activity/black dot, then show relative time as little bolder? or too much?
// TODO: compare last visit date to latest audio block
@@ -191,9 +216,9 @@ function LineRowTest({
handleSelectLine(line.lineDetails._id.toString())}
role={'presentation'}
- className={`flex flex-row items-center justify-start gap-2 px-4 py-6 hover:bg-gray-200 cursor-pointer transition-all
-last:border-b-0 border-b border-b-gray-200 relative z-50 rounded ${
- isSelected && 'bg-gray-200 scale-110 shadow-2xl translate-x-3'
+ className={`flex flex-row items-center justify-start gap-2 px-4 py-4 hover:bg-gray-200
+ cursor-pointer transition-all relative z-50 rounded ${
+ isSelected && 'bg-gray-200 scale-110 shadow-2xl translate-x-2'
}`}
>
{/* status dot */}