vision refactor
This commit is contained in:
parent
e577c153fe
commit
6010c832f2
@ -747,23 +747,16 @@ export default function VisionPage() {
|
|||||||
if (selectedConference && jitsiUrl) {
|
if (selectedConference && jitsiUrl) {
|
||||||
return (
|
return (
|
||||||
<main className="w-full h-[calc(100vh-3rem)] bg-black flex flex-col mt-12">
|
<main className="w-full h-[calc(100vh-3rem)] bg-black flex flex-col mt-12">
|
||||||
{/* Header with back button */}
|
{/* Floating back button */}
|
||||||
<div className="bg-white border-b border-gray-200 px-4 py-3 flex items-center gap-4 shrink-0">
|
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={handleBack}
|
onClick={handleBack}
|
||||||
className="flex items-center gap-2"
|
className="absolute top-16 left-4 z-10 bg-white/90 hover:bg-white text-gray-900 shadow-lg"
|
||||||
>
|
>
|
||||||
<ArrowLeft className="h-4 w-4" />
|
<ArrowLeft className="h-4 w-4 mr-2" />
|
||||||
Retour
|
Retour
|
||||||
</Button>
|
</Button>
|
||||||
<div className="flex-1">
|
|
||||||
<h1 className="text-sm font-medium text-gray-900">
|
|
||||||
{selectedConference.type === "group" ? "Groupe" : "Mission"}: {selectedConference.name}
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Jitsi iframe */}
|
{/* Jitsi iframe */}
|
||||||
<div className="flex-1 overflow-hidden">
|
<div className="flex-1 overflow-hidden">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user