feat: tab bar

This commit is contained in:
OpenSquared
2026-06-29 08:56:10 +02:00
parent 97077af369
commit 45e5504256
5 changed files with 196 additions and 45 deletions

View File

@@ -1195,7 +1195,7 @@ export default function MarketEvents() {
const unevaluatedIds = events.filter(e => !e.evaluated).map(e => e.id)
return (
<div className="flex flex-col h-screen overflow-hidden">
<div className="flex flex-col h-full overflow-hidden">
<div className="flex flex-1 overflow-hidden">
{/* ── Left panel: filters + list ── */}
<div className="w-96 shrink-0 flex flex-col border-r border-slate-700/40 overflow-hidden">