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
40 changed files with 3104 additions and 1155 deletions
Showing only changes of commit 3c9d5b47be - Show all commits

View File

@@ -160,7 +160,7 @@ export default function JourneysPage() {
onChange={(value) => setEntryPath(value)}
options={entryPointOptions}
/>
{(depth !== 10 || entryPath) && (
{(displayDepth !== 10 || entryPath) && (
<button
onClick={() => { setDepth(10); setDisplayDepth(10); setEntryPath('') }}
className="text-sm text-neutral-500 hover:text-neutral-900 dark:hover:text-white transition-colors whitespace-nowrap"