feat(gallery): improve accessibility

This commit is contained in:
2026-01-03 22:00:27 +01:00
parent cc2e312108
commit 5f930d6aac

View File

@@ -32,6 +32,8 @@ const getPlaceholder = (image: InternalApi["/api/gallery"]["get"][number]) => {
fullscreen fullscreen
:dismissible="false" :dismissible="false"
:ui="{ body: 'bg-black p-0!', header: 'hidden' }" :ui="{ body: 'bg-black p-0!', header: 'hidden' }"
title="Gallery carousel"
description="View all the images in a carousel"
@close:prevent="emit('close', currentIndex)" @close:prevent="emit('close', currentIndex)"
> >
<template #body> <template #body>