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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user