Rollback select packages; update fav

This commit is contained in:
Owen
2025-06-02 20:47:22 -04:00
parent ea0ab0e63c
commit 6d519af198
6 changed files with 485 additions and 148 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -24,7 +24,7 @@ export function useDockerSocket(siteId: number) {
const api = createApiClient(useEnvContext());
const { dockerSocketEnabled: isEnabled = false } = site || {};
const { dockerSocketEnabled: isEnabled = true } = site || {};
const { isAvailable = false, socketPath } = dockerSocket || {};
const fetchSite = useCallback(async () => {