diff --git a/web/public/character-idle.gif b/web/public/character-idle.gif new file mode 100644 index 0000000..7d4d544 Binary files /dev/null and b/web/public/character-idle.gif differ diff --git a/web/src/App.tsx b/web/src/App.tsx index e0f5d5a..2f31c56 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1989,14 +1989,23 @@ export default function App() { isMobileSidebarOpen ? "translate-x-0" : "-translate-x-full md:translate-x-0" )} > -
-
- SYBIL +
+
+
+ SYBIL +
+

+ + Sybil Web{authMode ? ` (${authMode === "open" ? "open mode" : "token mode"})` : ""} +

-

- - Sybil Web{authMode ? ` (${authMode === "open" ? "open mode" : "token mode"})` : ""} -

+
@@ -2246,7 +2255,7 @@ export default function App() { void handleSend(); } }} - placeholder={isSearchMode ? "Search the web" : "Message Sybil..."} + placeholder={isSearchMode ? "Search the web" : "Enter prompt..."} className="max-h-40 min-h-0 resize-none overflow-y-auto border-0 bg-transparent px-3 py-3 text-base text-violet-50 shadow-none placeholder:text-violet-200/45 focus-visible:ring-0" disabled={isSending} />