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

@ -279,23 +279,9 @@ function Immersion() {
title="Subject Document"
/>
</div>
<a
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>
{/* Section inférieure : Tableau des instances sur toute la largeur */}
{username === "root" && (
<div className="px-4 mt-8">