fix: photo URLs (CDN_HOST), booking conflict excludes checked_out, sync label, context menu overflow

This commit is contained in:
2026-03-24 19:46:45 +03:00
parent 9a2e45b4c4
commit 0aaf26cbd1
3 changed files with 5 additions and 5 deletions

View File

@@ -386,7 +386,7 @@ export function BookingCalendar({ rooms, bookings, slug, onBookingCreate, onBook
'w-1.5 h-1.5 rounded-full',
wsConnected ? 'bg-emerald-500' : 'bg-slate-300 dark:bg-slate-600 animate-pulse',
)} />
<span className="hidden sm:inline">{wsConnected ? 'Синхронизация' : 'Офлайн'}</span>
<span className="hidden sm:inline">Синхронизация{!wsConnected && ': офлайн'}</span>
</div>
)}