add links, favorite, rating to album group column (#2139)

- additionally fix drop and drop interactions
This commit is contained in:
jeffvli
2026-07-10 00:59:07 -07:00
parent 57155e15ed
commit 8fc30e6936
10 changed files with 241 additions and 14 deletions
@@ -842,6 +842,7 @@ export const TableColumnContainer = (
[styles.withHorizontalBorder]: showHorizontalBorder && clampHeight === null,
[styles.withVerticalBorder]: showVerticalBorder,
})}
data-exclude-row-drag-border={props.type === TableColumn.ALBUM_GROUP ? true : undefined}
data-row-index={isDataRow ? `${props.tableId}-${props.rowIndex}` : undefined}
onClick={handleClick}
onContextMenu={handleContextMenu}