agent-zero/plugins/_time_travel/webui/main.html
Alessandro 278a696b8e Align Time Travel modal with settings shell
Remove Time Travel's floating modal behavior so it uses the standard centered modal shell and shared backdrop like Settings. Keep the modal-only sizing classes on the component document and stop exempting Time Travel from backdrop rendering.
2026-05-05 17:33:59 +02:00

8 lines
232 B
HTML

<html class="time-travel-modal">
<head>
<title>Time Travel</title>
</head>
<body class="time-travel-modal-body">
<x-component path="/plugins/_time_travel/webui/time-travel-panel.html" mode="modal"></x-component>
</body>
</html>