Update PriorityConvoRow.tsx
This commit is contained in:
@@ -75,12 +75,6 @@ export default function PriorityConvoRow(props: {
|
|||||||
<span className="text-slate-400 truncate max-w-[12rem]">
|
<span className="text-slate-400 truncate max-w-[12rem]">
|
||||||
{props.conversation.name}
|
{props.conversation.name}
|
||||||
</span>
|
</span>
|
||||||
<span
|
|
||||||
className="ml-auto shadow-lg flex flex-row items-center h-[1.5rem] w-[1.5rem]
|
|
||||||
justify-center rounded-lg text-slate-400 font-bold hover:cursor-pointer text-xs"
|
|
||||||
>
|
|
||||||
{props.itemIndex}
|
|
||||||
</span>
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span className="flex flex-row">
|
<span className="flex flex-row">
|
||||||
@@ -93,6 +87,15 @@ justify-center rounded-lg text-slate-400 font-bold hover:cursor-pointer text-xs"
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
{!isSelected && (
|
||||||
|
<span
|
||||||
|
className="ml-auto shadow-lg flex flex-row items-center h-[1.5rem] w-[1.5rem]
|
||||||
|
justify-center rounded-lg text-slate-400 font-bold hover:cursor-pointer text-xs"
|
||||||
|
>
|
||||||
|
{props.itemIndex}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
|
||||||
{isSelected && (
|
{isSelected && (
|
||||||
<>
|
<>
|
||||||
<Tooltip title={"Record by pressing and holding R on keyboard."}>
|
<Tooltip title={"Record by pressing and holding R on keyboard."}>
|
||||||
|
|||||||
Reference in New Issue
Block a user