feat: schedule — default to group view, make halls more visible

This commit is contained in:
2026-03-26 11:44:53 +03:00
parent 09b2f40090
commit f65a6ed811
3 changed files with 6 additions and 6 deletions

View File

@@ -115,10 +115,10 @@ export function DayCard({ day, typeDots, showLocation, filterTrainer, setFilterT
<div key={locName}>
{/* Location sub-header */}
<div className={`flex items-center gap-1.5 px-5 py-2 bg-neutral-100/60 dark:bg-white/[0.03] ${gi > 0 ? "border-t border-neutral-200 dark:border-white/[0.06]" : ""}`}>
<MapPin size={11} className="shrink-0 text-neutral-400 dark:text-white/25" />
<span className="text-[11px] font-medium text-neutral-400 dark:text-white/30">
<MapPin size={11} className="shrink-0 text-gold/60" />
<span className="text-[11px] font-medium text-neutral-600 dark:text-white/50">
{locName}
{address && <span className="text-neutral-300 dark:text-white/15"> · {shortAddress(address)}</span>}
{address && <span className="text-neutral-400 dark:text-white/30"> · {shortAddress(address)}</span>}
</span>
</div>
<div className="divide-y divide-neutral-100 dark:divide-white/[0.04]">