Files
simple-react-app-kit/packages/blocks/src/blocks/chats/chat-drawer-handle.tsx
T
Maofeng 2c05cfa86d refactor(blocks): refine the responsive application shell
Present chat threads in a drawer on mobile and a popover on larger screens, with shared responsive triggers and automatic close after selection. Align header action icon sizing and tighten navigation spacing for the updated shell.
2026-08-08 21:14:04 +08:00

4 lines
123 B
TypeScript

import { createDrawerHandle } from "@workspace/ui/components/drawer"
export const chatDrawerHandle = createDrawerHandle()