From a9f115d20296a14754766fbbbb609efee5fa0176 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 29 Nov 2025 12:06:21 +0800 Subject: [PATCH] Revert "docs: add description for responsive menu component in AGENTS.md" This reverts commit 72a2ded8eec9fe9f070bb2100a3e8f84f295719f. --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 4f3c662..1e2a67a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -234,10 +234,6 @@ Properties: - `threshold`: `number` - Height threshold for hiding the tab bar on scroll down. Default is `800`. It should larger than the height of the area above the tab bar. Normally you don't need to change this value. - `options`: `React.ReactNode` - Additional options to display on the right side of the tab bar. -### src/components/ui/responsive-menu.tsx - -A responsive menu component that adapts to screen size. On larger screens, it displays a dropdown menu. On smaller screens, it displays a drawer menu. You can see some usage examples in `src/components/ui/responsive-menu.example.tsx`. - ## Common Modification Scenarios ### Adding a New Component