Refactor admin layout and merchants page for improved UI and functionality; add URL copy feature and enhance date formatting
CI / test (push) Successful in 5s

This commit is contained in:
2026-01-22 05:04:19 -05:00
parent 411c3bc05d
commit df46788570
5 changed files with 260 additions and 89 deletions
+2 -1
View File
@@ -46,9 +46,10 @@ export default function AdminLeftNavigation({
return (
<aside
className={cx(
"sticky top-0 flex h-screen shrink-0 flex-col border-r border-zinc-900 bg-zinc-950/60 backdrop-blur",
"fixed left-0 flex shrink-0 flex-col border-r border-zinc-900 bg-zinc-950/60 backdrop-blur z-40",
collapsed ? "w-[68px]" : "w-[280px]"
)}
style={{ top: '52px', height: 'calc(100vh - 52px)' }}
>
{/* Header / Brand */}
<div className={cx("flex items-center justify-between px-3 py-3", collapsed && "justify-center")}>