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 342bf46946 - Show all commits

View File

@@ -183,11 +183,11 @@ function PageRow({
`} `}
> >
{/* Background bar */} {/* Background bar */}
{!isOther && ( {!isOther && barWidth > 0 && (
<div <div
className="absolute inset-y-1 left-1 rounded transition-all" className="absolute inset-y-1 left-1 right-1 rounded transition-all origin-left"
style={{ style={{
width: `${barWidth}%`, transform: `scaleX(${barWidth / 100})`,
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)',
}} }}
/> />