refactor(task-list): update custom column handling and improve UI interactions
- Renamed CSS class for focused custom column cells to enhance clarity and consistency. - Implemented optimistic updates in TaskListV2 for immediate UI feedback when updating custom column values. - Adjusted rendering logic to support sticky headers and improved layout for task list components. - Enhanced loading state management in SelectionCustomColumnCell for better user experience during updates.
This commit is contained in:
@@ -153,7 +153,7 @@ tr:hover .action-buttons {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.custom-column-cell.focused {
|
||||
.custom-column-cell.custom-column-focused {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user