WIP: update: adaptations to use the new backend #1

Draft
arthur.wambst wants to merge 21 commits from dev into master
Showing only changes of commit 8af8d2aef5 - Show all commits

View File

@ -260,7 +260,7 @@ function Immersion() {
<span className="font-normal">{containerStatus}</span> <span className="font-normal">{containerStatus}</span>
</div> </div>
</li> </li>
</ul> </ul>
</div> </div>
)} )}
@ -279,24 +279,10 @@ function Immersion() {
title="Subject Document" title="Subject Document"
/> />
</div> </div>
<a </div>
href={ji.pdfLink}
target="_blank"
className="card w-full bg-base-200 shadow-md hover:shadow-lg transition-shadow rounded-lg mt-6"
>
<div className="card-body flex-row justify-between items-center">
<div>
<div className="card-title text-lg font-bold">
Subject
</div>
<p className="text-base-content">Download</p>
</div>
<ArrowDownTrayIcon className="size-6" />
</div>
</a>
</div>
</div> </div>
{/* Section inférieure : Tableau des instances sur toute la largeur */}
{/* Section inférieure : Tableau des instances sur toute la largeur */}
{username === "root" && ( {username === "root" && (
<div className="px-4 mt-8"> <div className="px-4 mt-8">
<div className="bg-base-200 shadow-lg rounded-lg p-6"> <div className="bg-base-200 shadow-lg rounded-lg p-6">