feat(midsummer): sidebar frog toggle + jingle toggle (sound stubbed)
This commit is contained in:
parent
580fd6fbc5
commit
2fb6fd2f3e
3 changed files with 38 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import React, { useCallback } from 'react';
|
|||
import { useWindowManager } from '../../contexts/WindowManagerContext';
|
||||
import { useCurrentUser } from '../../hooks/useCurrentUser';
|
||||
import { logout } from '../../api/endpoints';
|
||||
import { FrogToggle } from '../midsummer/FrogToggle';
|
||||
|
||||
export const SidebarWindowButtons: React.FC = () => {
|
||||
const { openWindow } = useWindowManager();
|
||||
|
|
@ -15,6 +16,7 @@ export const SidebarWindowButtons: React.FC = () => {
|
|||
|
||||
return (
|
||||
<div className="ml-tool-links">
|
||||
<FrogToggle />
|
||||
<span className="ml-tool-link" style={{ cursor: 'pointer' }}
|
||||
onClick={() => openWindow('agent', 'Overlord Assistant')}>🤖 Assistant</span>
|
||||
<span className="ml-tool-link" style={{ cursor: 'pointer' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue