Commit 31025e1
refactor(ui): improve Carbon nav icons + remove overview drag-and-drop (#2218)
* refactor(ui): improve nav icons + remove overview drag-and-drop
Icons (AppShellWrapper — rail):
- Compliance: CertificateCheck → Badge (certification badge)
- Trust: CloudAuditing → Globe (public/global trust center)
- Security: Security → ManageProtection (protection management)
Icons (AppSidebar — compliance sidebar):
- Auditor View: TaskComplete → DocumentSigned (auditors sign off)
- Controls: Security → SettingsAdjust (adjustable params, no dupe)
- Documents: Catalog → FolderDetails (folder of docs)
- People: Group → UserMultiple (standard multi-user)
- Risks: Warning → Scale (weighing risk)
- Vendors: ShoppingBag → Partnership (business partners)
- Questionnaire: Document → DocumentTasks (task-filled form)
- Integrations: Integration → Connect (connecting systems)
- Cloud Tests: Chemistry → TestTool (test tooling)
Overview:
- Replace <DraggableCards> with a plain 2-column grid
- Delete DraggableCards.tsx, SortableCard.tsx, useCardOrder.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* revert(ui): restore original compliance sidebar icons
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(billing): look up run by providerRunId not internal id
The id returned by the create API is the provider run ID stored
in providerRunId, not the internal ptr... primary key.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e77e278 commit 31025e1
6 files changed
Lines changed: 8 additions & 217 deletions
File tree
- apps/app/src/app/(app)/[orgId]
- components
- frameworks
- components
- hooks
- security/penetration-tests/actions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
Lines changed: 0 additions & 132 deletions
This file was deleted.
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | | - | |
| 86 | + | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
122 | | - | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
209 | 210 | | |
210 | | - | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
0 commit comments