Skip to content

Commit a29eb1a

Browse files
No data publish. Hide debug.
1 parent 35da9f7 commit a29eb1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ RUN update-ca-certificates
1717
COPY --from=builder /run-app /usr/local/bin/
1818
COPY templates /templates
1919
COPY static /static
20-
COPY data data
2120

2221
CMD ["run-app"]

templates/frontend/pages/album-details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ <h3 class="text-lg font-bold">
157157
<button
158158
id="debugButton{{ $trackIndex }}"
159159
onclick="copyDebugInfo({{ $trackIndex }})"
160-
class="px-2 py-1 text-xs bg-gray-700 text-white rounded hover:bg-gray-600 transition-colors"
160+
class="hidden px-2 py-1 text-xs bg-gray-700 text-white rounded hover:bg-gray-600 transition-colors"
161161
>
162162
Copy Debug Info
163163
</button>
164-
<button onclick="copyIgnoredWordsInfo({{ $trackIndex }})" class="px-2 py-1 text-xs bg-purple-700 text-white rounded hover:bg-purple-600 transition-colors">
164+
<button onclick="copyIgnoredWordsInfo({{ $trackIndex }})" class="hidden px-2 py-1 text-xs bg-purple-700 text-white rounded hover:bg-purple-600 transition-colors">
165165
Debug Ignored Words
166166
</button>
167167
{{ end }}

0 commit comments

Comments
 (0)