mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
add hover only columns
This commit is contained in:
@@ -377,7 +377,7 @@ const columnLabelMap: Record<TableColumn, ReactNode | string> = {
|
||||
[TableColumn.TRACK_NUMBER]: i18n.t('table.column.trackNumber', {
|
||||
postProcess: 'upperCase',
|
||||
}) as string,
|
||||
[TableColumn.USER_FAVORITE]: <Icon fill="default" icon="favorite" size="md" />,
|
||||
[TableColumn.USER_FAVORITE]: <Icon icon="favorite" size="md" />,
|
||||
[TableColumn.USER_RATING]: i18n.t('table.column.rating', {
|
||||
postProcess: 'upperCase',
|
||||
}) as string,
|
||||
|
||||
Reference in New Issue
Block a user