Force push overwrite from VPS

This commit is contained in:
Gitea Deploy
2025-11-10 06:41:37 +00:00
parent 38324aedcd
commit c1a2b6c3ed
13 changed files with 38 additions and 17 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" crossorigin src="/assets/js/index-DHgSgw93.js"></script>
<script type="module" crossorigin src="/assets/js/index-BGcO3ahy.js"></script>
<link rel="modulepreload" crossorigin href="/assets/js/vendor-other-CdRIx1s3.js">
<link rel="modulepreload" crossorigin href="/assets/js/vendor-react-core-DjsjKnCi.js">
<link rel="modulepreload" crossorigin href="/assets/js/vendor-helmet-MZDArkdS.js">
@@ -21,10 +21,10 @@
<link rel="modulepreload" crossorigin href="/assets/js/page-delete-modal.config.ts-B7nUJ-QI.js">
<link rel="modulepreload" crossorigin href="/assets/js/page-bulk-action-modal.config.ts-D-0XtKwF.js">
<link rel="modulepreload" crossorigin href="/assets/js/page-table-actions.config.tsx-BSR5Zo7l.js">
<link rel="modulepreload" crossorigin href="/assets/js/pages-planner-COGkFLJh.js">
<link rel="modulepreload" crossorigin href="/assets/js/pages-planner-Biqt-k6C.js">
<link rel="modulepreload" crossorigin href="/assets/js/page-otherpage-CbNMllJl.js">
<link rel="stylesheet" crossorigin href="/assets/css/vendor-other-BsM4JrO0.css">
<link rel="stylesheet" crossorigin href="/assets/css/index-DObwisHI.css">
<link rel="stylesheet" crossorigin href="/assets/css/index-BWNRswks.css">
<link rel="stylesheet" crossorigin href="/assets/css/vendor-swiper-BUrcyj0q.css">
</head>
<body class="dark:bg-gray-900">

View File

@@ -43,10 +43,13 @@ export default function ProgressModal({
}: ProgressModalProps) {
// Generate modal instance ID on first render
const modalInstanceIdRef = React.useRef<string | null>(null);
if (!modalInstanceIdRef.current) {
modalInstanceIdRef.current = getModalInstanceId();
}
const modalInstanceId = modalInstanceIdRef.current;
React.useEffect(() => {
if (!modalInstanceIdRef.current) {
modalInstanceIdRef.current = getModalInstanceId();
}
}, []);
const modalInstanceId = modalInstanceIdRef.current || 'modal-01';
// Build full function ID with modal instance
const fullFunctionId = functionId ? `${functionId}-${modalInstanceId}` : null;

View File

@@ -182,6 +182,10 @@ export default function ResourceDebugOverlay({ enabled }: ResourceDebugOverlayPr
// Metrics are optional and not critical for functionality
return;
}
} catch (error) {
// Silently ignore all errors
return;
}
};
// Calculate page load time