From 2a2962a0985dc21433200db10521b567fd501dae Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 12 Jun 2026 12:22:50 -0700 Subject: [PATCH] design(preview): replace path input with strict dropdown menu --- .../components/project/project-icon-rail.tsx | 48 ++++++------------- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/vibn-frontend/components/project/project-icon-rail.tsx b/vibn-frontend/components/project/project-icon-rail.tsx index c253fb75..86db64f3 100644 --- a/vibn-frontend/components/project/project-icon-rail.tsx +++ b/vibn-frontend/components/project/project-icon-rail.tsx @@ -237,16 +237,6 @@ function PreviewDeviceToggles() { }} /> - - / -
- - setCurrentPath("/" + e.target.value.replace(/^\//, "")) - } - placeholder="path (e.g. dashboard)" +