feat: update session links to include tab parameters for improved navigation and add loading skeletons for better user experience

This commit is contained in:
Julien Froidefond
2025-11-29 11:22:28 +01:00
parent cee3cd7b47
commit 1f666713e8
5 changed files with 53 additions and 11 deletions

View File

@@ -30,8 +30,8 @@ export default async function SessionPage({ params }: SessionPageProps) {
{/* Header */}
<div className="mb-8">
<div className="flex items-center gap-2 text-sm text-muted mb-2">
<Link href="/sessions" className="hover:text-foreground">
Mes Sessions
<Link href="/sessions?tab=swot" className="hover:text-foreground">
SWOT
</Link>
<span>/</span>
<span className="text-foreground">{session.title}</span>