2 lines
1.8 KiB
JavaScript
2 lines
1.8 KiB
JavaScript
|
|
import{j as e}from"./vendor-react-BHG7lGYR.js";import{g as i,B as o}from"./index-BWcMVITa.js";import{R as a,b3 as n,aO as d}from"./vendor-icons-DaGlTw4_.js";import"./vendor-IYr-MHu4.js";import"./vendor-router-D-s5vIeO.js";import"./vendor-tanstack-BzWBL1hV.js";import"./vendor-utils-CgOSfOkx.js";function v(){const s=i(),t=()=>{s.info("Live streaming feature coming soon")},r=()=>{s.info("Browse live sessions feature coming soon")};return e.jsxs("div",{className:"min-h-screen p-8 space-y-8",children:[e.jsx("div",{className:"glass-hud rounded-2xl border-white/10 p-8 hud-corner",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx("div",{className:"w-12 h-12 rounded-xl bg-kodo-red/20 flex items-center justify-center border border-kodo-red/30 animate-pulse",children:e.jsx(a,{className:"w-6 h-6 text-kodo-red"})}),e.jsxs("div",{children:[e.jsx("h1",{className:"text-3xl font-display font-bold text-white",children:"Live Sessions"}),e.jsx("p",{className:"text-sm text-kodo-secondary",children:"Stream and collaborate in real-time"})]})]}),e.jsxs(o,{onClick:t,className:"bg-kodo-red hover:bg-kodo-red/80 text-white",children:[e.jsx(n,{className:"w-4 h-4 mr-2"}),"Go Live"]})]})}),e.jsxs("div",{className:"glass-hud rounded-xl border-white/10 p-12 text-center",children:[e.jsx(d,{className:"w-16 h-16 text-kodo-secondary mx-auto mb-4 opacity-50"}),e.jsx("h3",{className:"text-lg font-bold text-white mb-2",children:"No Active Sessions"}),e.jsx("p",{className:"text-kodo-secondary mb-4",children:"Start a live session or join an ongoing stream"}),e.jsx(o,{onClick:r,variant:"outline",className:"border-kodo-red/30 text-kodo-red hover:bg-kodo-red/10",children:"Browse Live Sessions"})]})]})}export{v as LivePage};
|