Add model offline badge and streaming safeguards

This commit is contained in:
Gemini AI
2025-12-24 13:52:33 +04:00
Unverified
parent 68b6c39934
commit d153892bdf
4 changed files with 1081 additions and 23 deletions

View File

@@ -152,6 +152,11 @@
color: var(--text-inverted);
}
.selector-badge-warning {
background-color: var(--status-warning);
color: var(--text-inverted);
}
.selector-badge-version {
@apply text-xs;
color: var(--text-muted);