feat(FN-2592): add provider icons to task cards and detail modal
- Render provider icons on TaskCard model metadata with token-based sizing and spacing - Add provider icon display in TaskDetailModal for executor, validator, and planning model rows - Update dashboard styling with reusable provider icon classes and layout tweaks in component CSS - Expand TaskCard tests to cover provider icon rendering and fallback behavior
This commit is contained in:
@@ -1873,6 +1873,12 @@ input[type="range"]:focus-visible {
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
.detail-meta-left {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-xs);
|
||||
}
|
||||
|
||||
.detail-meta-label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user