Commit 755feb2
Improve the Vercel & Slack integration settings pages (#4848)
## What
Updated layout for the **Vercel** and **Slack** organization integration
settings pages to match the rest of the settings UI. Layout & UI only —
no loader/action/logic changes.
### Blank states (no integration)
- Added the app title bar (it was missing on the Vercel page)
- Centered logo + heading + copy, with the two pages mirroring each
other
- A **project picker CTA** that deep-links to where each integration is
configured for the chosen project — Vercel → the project's integrations
page; Slack → the Errors page alerts sheet (`?alerts=true`) — styled
like the side-menu project switcher
### Connected states
- Rebuilt on `SettingsContainer` / `SettingsSection` / `SettingsHeader`
/ `SettingsRow`
- An **Overview** section with detail rows + a **Remove integration**
row (confirmation dialog kept)
- A connected **projects / alert channels** table that fits the settings
column
- **Vercel:** copyable Team/Installation IDs (`CopyableText`), a sticky
**Configure** cog action per row
- **Slack:** mirrors the same layout (Workspace / Installed / Remove +
alert channels table)
<img width="752" height="708" alt="CleanShot 2026-08-31 at 10 47 37"
src="https://github.com/user-attachments/assets/21170e53-cda9-42ee-836d-1850f857dbfe"
/>
<img width="3446" height="2300" alt="CleanShot 2026-09-01 at 19 40
18@2x"
src="https://github.com/user-attachments/assets/7874f71c-9219-4b28-9081-8f442e587b70"
/>
<img width="3438" height="2302" alt="CleanShot 2026-09-01 at 19 40
28@2x"
src="https://github.com/user-attachments/assets/117335e0-b201-45d3-825b-22f3c434366f"
/>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- conductor-workspace-link -->
---
[Open workspace in
Conductor](https://app.conductor.build/workspace/6267255e-d21c-4106-8b5f-90b06d2c7fd6)
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 22d8f1c commit 755feb2
4 files changed
Lines changed: 378 additions & 279 deletions
File tree
- apps/webapp/app
- components
- integrations
- primitives
- routes
Lines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| 295 | + | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| |||
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| 394 | + | |
392 | 395 | | |
393 | 396 | | |
394 | 397 | | |
| |||
0 commit comments