{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/show.php",
"offset": 360,
"limit": 30
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/show.php",
"content": ".generate-btn .btn-loading span:nth-child(3) { animation-delay: 0s; }\n@keyframes btn-bounce {\n 0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }\n 40% { transform: scale(1); opacity: 1; }\n}\n<\/style>\n\n<script>\ndocument.body.addEventListener('htmx:beforeRequest', function(evt) {\n if (evt.detail.elt.classList.contains('generate-form')) {\n const btn = evt.detail.elt.querySelector('.generate-btn');\n if (btn) {\n btn.disabled = true;\n btn.classList.add('is-loading');\n }\n }\n});\n<\/script>\n\n<?php $content = ob_get_clean(); ?>\n<?php require VIEW_PATH . '\/layout.php'; ?>\n",
"numLines": 22,
"startLine": 360,
"totalLines": 381
}
}
}