supermemory/apps/web/app/(app)/configure
MaheshtheDev a051ba0e28 feat(web): give Configure sections real routes under /configure (#1378)
Configure sections were local useState, so they could not be linked or bookmarked and always opened on the default section. Each section is now a route (/configure, /configure/models, /configure/workspace-prompt, /configure/proactivity, /configure/automations), mirroring the existing /integrations/[card] pattern. The shell renders from the segment layout so switching sections does not remount the app, and legacy /?view=configure links forward to /configure.

Fixes ENG-1140
2026-07-30 19:27:36 +00:00
..
[section] feat(web): give Configure sections real routes under /configure (#1378) 2026-07-30 19:27:36 +00:00
layout.tsx feat(web): give Configure sections real routes under /configure (#1378) 2026-07-30 19:27:36 +00:00
page.tsx feat(web): give Configure sections real routes under /configure (#1378) 2026-07-30 19:27:36 +00:00