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:
chamiakJ
2025-07-07 05:39:09 +05:30
parent 411147efce
commit 85f20eaf1c
3 changed files with 51 additions and 36 deletions

View File

@@ -153,7 +153,7 @@ tr:hover .action-buttons {
z-index: 1;
}
.custom-column-cell.focused {
.custom-column-cell.custom-column-focused {
z-index: 10;
}