BunnyCDN, Search tab, journeys redesign, and dashboard polish #52

Merged
uz1mani merged 86 commits from staging into main 2026-03-17 10:08:26 +00:00
32 changed files with 3058 additions and 1128 deletions
Showing only changes of commit de16991bb3 - Show all commits

View File

@@ -185,7 +185,7 @@ function PageRow({
{/* Background bar */} {/* Background bar */}
{!isOther && ( {!isOther && (
<div <div
className="absolute inset-y-0 left-0 rounded-lg transition-all" className="absolute inset-y-1 left-1 rounded transition-all"
style={{ style={{
width: `${barWidth}%`, width: `${barWidth}%`,
backgroundColor: isSelected ? 'rgba(253, 94, 15, 0.15)' : 'rgba(253, 94, 15, 0.08)', backgroundColor: isSelected ? 'rgba(253, 94, 15, 0.15)' : 'rgba(253, 94, 15, 0.08)',