fix(dev-tools): HTMX 호환성 문제 수정

- api-logs: let→var 변경으로 스크립트 재실행 오류 해결
- api-explorer: @push('styles')→content 내 style로 hx-boost 호환

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-28 01:04:50 +09:00
parent 5d96ff871d
commit 5b8ecf02ab
2 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
@section('title', 'API Explorer')
@push('styles')
@section('content')
{{-- hx-boost 네비게이션에서도 스타일이 적용되도록 content 안에 포함 --}}
<style>
/* 3-Panel 레이아웃 */
.api-explorer {
@@ -173,9 +174,7 @@
}
}
</style>
@endpush
@section('content')
<!-- 페이지 헤더 -->
<div class="flex justify-between items-center mb-4">
<div>