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 3097 additions and 1155 deletions
Showing only changes of commit 2068f839fd - Show all commits

View File

@@ -35,7 +35,7 @@ export default function SiteNav({ siteId }: SiteNavProps) {
}
return (
<div className="border-b border-neutral-200 dark:border-neutral-800 mb-6 overflow-x-auto scrollbar-hide">
<div className="border-b border-neutral-200 dark:border-neutral-800 mb-6 overflow-x-auto overflow-y-visible scrollbar-hide">
<nav className="flex gap-1 min-w-max" role="tablist" aria-label="Site navigation" onKeyDown={handleTabKeyDown}>
{tabs.map((tab) => (
<Link