diff --git a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx index ccd47ceb81..60dcc66ecd 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx @@ -20,6 +20,11 @@ import DashApiError from './dash-api-error' import { ProjectCheckbox } from './table/project-checkbox' import ProjectTools from './table/project-tools/project-tools' import OLFormCheckbox from '@/shared/components/ol/ol-form-checkbox' +import { CopyProjectButtonTooltip } from './table/cells/action-buttons/copy-project-button' +import { DownloadProjectButtonTooltip } from './table/cells/action-buttons/download-project-button' +import { CompileAndDownloadProjectPDFButtonTooltip } from './table/cells/action-buttons/compile-and-download-project-pdf-button' +import { ArchiveProjectButtonTooltip } from './table/cells/action-buttons/archive-project-button' +import { TrashProjectButtonTooltip } from './table/cells/action-buttons/trash-project-button' type FormatVariant = 'latex' | 'typst' | 'quarto' | 'quarto-slides' @@ -62,31 +67,40 @@ const ProjectCard = memo(function ProjectCard({