Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@
/>
</div>
<div
id="resource-explorer-viewer"
class="flex-1 min-w-0"
:class="fullscreen ? 'flex flex-col' : ''"
role="region"
:aria-label="t('Détail de la ressource')"
>
<!-- Suspense shows the skeleton fallback while the (async) viewer resolves
its data on each resource switch. `timeout` keeps the previous resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
class="relative flex shrink-0 flex-col overflow-hidden border-r border-gray-default bg-white"
:class="resizing ? '' : 'transition-[width] duration-200'"
:style="{ width: collapsed ? '48px' : `${width}px` }"
:aria-label="t('Ressources')"
>
<div
class="flex h-14 items-center border-b border-gray-default bg-gray-some px-3"
Expand Down
Loading