feat: mobile UI, chat history search, news source filtering

- Mobile (#11): responsive 3-button bottom nav (STATS/CHAT/INFO), panel switching, compact topbar, touch-friendly inputs; panels show one-at-a-time on screens <900px
- Search (#12): 🔍 button next to TRANSMIT opens search modal; history.php endpoint queries conversations table; results show role, timestamp, and snippet
- News filter (#13): ⚙ gear on NEWS tab reveals category checkboxes; hidden categories stored in localStorage; empty-state message when all hidden

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 02:18:10 +00:00
parent 290389abef
commit c74a9af8be
3 changed files with 193 additions and 4 deletions
+1
View File
@@ -72,6 +72,7 @@ $endpoints = [
'agent' => 'agent.php',
'planner' => 'planner.php',
'jellyfin' => 'jellyfin.php',
'history' => 'history.php',
'arc' => 'arc.php',
'directives' => 'directives.php',
'memory' => 'memory.php',