style: UI polish and miscellaneous fixes
Fixes link color from hardcoded white to currentColor for proper theme support. Adds video and audio modality icons to ModelInfo. Registers anthropic, nvidia, and xiaomi in the provider icon map. Removes unused pagination validation from agents and topics endpoints. Adds convenience start script. Updates AGENTS.md.
This commit is contained in:
@@ -110,6 +110,14 @@ const handleEdit = () => {
|
||||
class="w-4.5 h-4.5 bg-emerald/10 rounded flex items-center justify-center">
|
||||
<span class="i-mynaui-image text-2.5 text-emerald"></span>
|
||||
</div>
|
||||
<div v-if="model.inputModalities.includes('video')" title="Video Input"
|
||||
class="w-4.5 h-4.5 bg-pink/10 rounded flex items-center justify-center">
|
||||
<span class="i-mynaui-video text-2.5 text-pink"></span>
|
||||
</div>
|
||||
<div v-if="model.inputModalities.includes('audio')" title="Audio Input"
|
||||
class="w-4.5 h-4.5 bg-orange/10 rounded flex items-center justify-center">
|
||||
<span class="i-mynaui-volume-high text-2.5 text-orange"></span>
|
||||
</div>
|
||||
<div v-if="model.capabilities.includes('reasoning')" title="Reasoning"
|
||||
class="w-4.5 h-4.5 bg-[color-mix(in_srgb,_transparent_90%,_var(--reasoning-accent)_10%)] rounded flex items-center justify-center">
|
||||
<span class="i-mynaui-atom text-2.5 text-[var(--reasoning-accent)]"></span>
|
||||
|
||||
Reference in New Issue
Block a user