Remove GIPHY prompt bar
build-push / docker (push) Successful in 4m37s

This commit is contained in:
GHStaK
2026-03-24 17:27:30 +09:00
parent e3dbedc59f
commit 914f10f502
3 changed files with 10 additions and 18 deletions
+10
View File
@@ -268,6 +268,16 @@
- backend debug broadcasts
## Recent Change Log
- Date: `2026-03-24`
- What changed:
- Removed the remaining inline `Powered by GIPHY` / prompt-chip bar from Zone A image mode so the image search view now shows only the shared search controls and the results area.
- Why it changed:
- The user wanted that image-mode top strip removed entirely instead of reduced or restyled.
- How it was verified:
- static review of `frontend/index.html` and `frontend/app.js`
- What is still risky or incomplete:
- None beyond the usual need for a browser hard refresh if an older cached frontend bundle is still open in a tab.
- Date: `2026-03-24`
- What changed:
- Restored the video-search request path to tolerate a scheme-less `SEARXNG_BASE_URL` such as `192.168.1.66:8087` by normalizing it to `http://...` during search-service initialization.