mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
jbot: remove hint text from bottom footer — keep only the voice button
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Vendored
+3
-3
File diff suppressed because one or more lines are too long
@@ -312,7 +312,6 @@ export default function App() {
|
||||
}, [handleSpaceDown, handleSpaceUp, pick]);
|
||||
|
||||
// ── Render ─────────────────────────────────────────────────
|
||||
const currentVoiceLabel = getVoiceLabel(getEffectiveVoice());
|
||||
|
||||
return (
|
||||
<div className="app">
|
||||
@@ -381,10 +380,6 @@ export default function App() {
|
||||
<MemoryPanel memories={memories} onMemoriesChange={refreshMemories} />
|
||||
<ChatPanel messages={chatMessages} voiceStatus={voiceStatus} />
|
||||
<div className="right-footer">
|
||||
<p className="right-hint">
|
||||
按住 <kbd>Space</kbd> 或按钮说话 · 松开发送 · 🔊{' '}
|
||||
<button className="hist-inline-link" onClick={() => navigate('/settings')}>{currentVoiceLabel}</button>
|
||||
</p>
|
||||
<VoiceButton phase={voicePhase} onStart={handleSpaceDown} onEnd={handleSpaceUp} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user