| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| components | ||
| modals | ||
| ModelsActions.jsx | ||
| ModelsColumnDefs.js | ||
| ModelsDescription.jsx | ||
| ModelsFilters.jsx | ||
| ModelsTable.jsx | ||
| ModelsTabs.jsx | ||
| index.jsx |
Add visual distinction for enabled/disabled models by applying different background colors to table rows based on model status. This implementation follows the same pattern used in ChannelsTable for consistent user experience. Changes: - Modified handleRow function in useModelsData.js to include row styling - Disabled models (status !== 1) now display with gray background using --semi-color-disabled-border CSS variable - Enabled models (status === 1) maintain normal background color - Preserved existing row click selection functionality This enhancement improves the visual feedback for users to quickly identify which models are active vs inactive in the models management interface.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| components | Loading commit data... | |
| modals | Loading commit data... | |
| ModelsActions.jsx | Loading commit data... | |
| ModelsColumnDefs.js | Loading commit data... | |
| ModelsDescription.jsx | Loading commit data... | |
| ModelsFilters.jsx | Loading commit data... | |
| ModelsTable.jsx | Loading commit data... | |
| ModelsTabs.jsx | Loading commit data... | |
| index.jsx | Loading commit data... |