Merge remote-tracking branch 'upstream/dev' into feature-i18n

This commit is contained in:
Marvin 2025-06-05 04:41:28 +00:00
commit dd7b91f770
228 changed files with 1963 additions and 847 deletions

View file

@ -68,8 +68,9 @@ export const ContainersSelector: FC<ContainerSelectorProps> = ({
}) => {
const [open, setOpen] = useState(false);
const isDesktop = useMediaQuery("(min-width: 768px)");
const { isAvailable, containers, fetchContainers } = useDockerSocket(
site.siteId
site
);
useEffect(() => {

View file

@ -172,6 +172,8 @@ export function Layout({
alt="Pangolin Logo"
width={110}
height={25}
priority={true}
quality={25}
/>
)}
</Link>