refactor(settings): split into tabs (paperclip + 3 stubs)

Extracts Paperclip companies + tag-mappings UI into PaperclipTab component,
adds stub tabs for Environment / Tools / Registrations, and replaces the flat
page.tsx with a shadcn Tabs layout to make room for Tasks 8-10.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-04 06:44:27 +00:00
parent 6c129a1350
commit 8289b4d643
5 changed files with 259 additions and 223 deletions

View File

@@ -0,0 +1 @@
export function EnvironmentTab() { return <div>Environment tab coming soon</div>; }