handle favorite/rating column mutations

This commit is contained in:
jeffvli
2025-10-10 11:31:21 -07:00
parent f6f2b4d601
commit 6e7f494724
12 changed files with 334 additions and 57 deletions
@@ -30,7 +30,7 @@ export const RowIndexColumn = (props: ItemTableListInnerColumn) => {
size="xs"
variant="subtle"
/>
<Text className="hide-on-hover" isMuted>
<Text className="hide-on-hover" isMuted isNoSelect>
{props.rowIndex}
</Text>
</TableColumnContainer>