Refactoring show page (#7838)

@ehconitin following your question I did a quick refactoring of the show
page - we can push it much further but it would be better to start from
this code than from main

Edit: I will merge to avoid conflicts, this is very far from perfect but
still much better than the mess we had before
This commit is contained in:
Félix Malfait
2024-10-19 00:39:10 +02:00
committed by GitHub
parent d4457d756c
commit c285f0a9df
9 changed files with 600 additions and 460 deletions

View File

@ -9,7 +9,7 @@ import { ScrollWrapper } from '@/ui/utilities/scroll/components/ScrollWrapper';
import { Tab } from './Tab';
type SingleTabProps = {
export type SingleTabProps = {
title: string;
Icon?: IconComponent;
id: string;