- Enhance passthrough function to support response inspection
- Add cursor tool configuration and update related components
This commit is contained in:
parent
9877f32efa
commit
fd4ec9e5b8
12 changed files with 153 additions and 116 deletions
|
|
@ -72,7 +72,7 @@ export default function Sidebar({ onClose }) {
|
|||
|
||||
return (
|
||||
<>
|
||||
<aside className="flex w-72 flex-col border-r border-black/5 dark:border-white/5 bg-vibrancy backdrop-blur-xl transition-colors duration-300">
|
||||
<aside className="flex w-72 flex-col border-r border-black/5 dark:border-white/5 bg-vibrancy backdrop-blur-xl transition-colors duration-300 min-h-full">
|
||||
{/* Traffic lights */}
|
||||
<div className="flex items-center gap-2 px-6 pt-5 pb-2">
|
||||
<div className="w-3 h-3 rounded-full bg-[#FF5F56]" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue