Commit 6a09e0a
committed
refactor(vercel): tidy imports, adjust dialog structure, and unify types
- replace vercelResourcePath with v3ProjectSettingsPath for linking to
project settings pages so routing uses the v3 path helper.
- move DialogDescription out of DialogHeader and into DialogContent to
correct markup/structure and restore the form buttons layout inside the
dialog content.
- remove unused import (confirmBasicDetailsPath) and unused OAuth state
generator import to keep callback route imports minimal.
- change secret type from "sensitive"/"plain" to "encrypted" when syncing
Vercel trigger keys to standardize storage semantics.
- fix a stray/partial line in the Vercel callback file (cleanup after
parameter parsing).
These changes improve routing consistency, correct dialog markup for
accessibility and layout, standardize secret typing, and clean up unused
imports and stray code.1 parent 12cbac8 commit 6a09e0a
File tree
3 files changed
+39
-53
lines changed- apps/webapp/app
- models
- routes
3 files changed
+39
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | | - | |
| 874 | + | |
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
| |||
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
1001 | | - | |
| 1001 | + | |
1002 | 1002 | | |
1003 | 1003 | | |
1004 | 1004 | | |
| |||
Lines changed: 26 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | 294 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
321 | 319 | | |
322 | 320 | | |
323 | 321 | | |
| |||
364 | 362 | | |
365 | 363 | | |
366 | 364 | | |
367 | | - | |
| 365 | + | |
368 | 366 | | |
369 | 367 | | |
370 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
| 153 | + | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 213 | | |
223 | 214 | | |
224 | 215 | | |
| |||
300 | 291 | | |
301 | 292 | | |
302 | 293 | | |
303 | | - | |
304 | | - | |
| 294 | + | |
| 295 | + | |
305 | 296 | | |
306 | 297 | | |
307 | 298 | | |
| |||
397 | 388 | | |
398 | 389 | | |
399 | 390 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | 391 | | |
404 | 392 | | |
405 | 393 | | |
| |||
418 | 406 | | |
419 | 407 | | |
420 | 408 | | |
421 | | - | |
422 | | - | |
| 409 | + | |
| 410 | + | |
423 | 411 | | |
424 | 412 | | |
425 | 413 | | |
| |||
0 commit comments