feat: Update settings pages UI (#13191)

This commit is contained in:
Sivin Varghese
2026-01-15 12:30:53 +05:30
committed by GitHub
parent f6b2bc170e
commit ea592481d1
120 changed files with 2388 additions and 2023 deletions
@@ -145,12 +145,12 @@ const selectedModel = computed({
</div>
<!-- RIGHT SECTION -->
<div class="flex items-center justify-end gap-2 flex-shrink-0">
<div class="flex items-center justify-end gap-1.5 flex-shrink-0">
<div v-if="showLabelsSection" class="min-w-0 w-full">
<CardLabels
:labels="chat.labels"
disable-toggle
class="my-0 [&>div]:justify-end"
class="my-0 [&>div]:justify-end justify-end"
/>
</div>
@@ -12,7 +12,7 @@ defineProps({
<template>
<div :title="inbox.name" class="flex items-center gap-0.5 min-w-0">
<ChannelIcon :inbox="inbox" class="size-4 flex-shrink-0 text-n-slate-11" />
<span class="truncate text-label-small text-n-slate-12">
<span class="truncate text-label-small text-n-slate-11">
{{ inbox.name }}
</span>
</div>