- Notifications
You must be signed in to change notification settings - Fork907
Commitfcbdd1a
authored
refactor: replace badge by status indicator (#17811)
**Why?**In the workspaces page, it is using the status indicator, and not thebadge anymore, so to keep the UI consistent, I'm replacing the badge bythe indicator in the workspace page too.**Before:**<img width="672" alt="Screenshot 2025-05-13 at 19 14 17"src="https://github.com/user-attachments/assets/0e8ea4bd-68d1-4d27-b81b-f79f15cabb2c"/>**After:**<img width="672" alt="Screenshot 2025-05-13 at 19 14 21"src="https://github.com/user-attachments/assets/45719262-011e-4fc8-9ebe-fe9e33d9d572"/>1 parent80e1be0 commitfcbdd1a
File tree
7 files changed
+151
-237
lines changed- site
- e2e
- src
- modules/workspaces
- WorkspaceStatusBadge
- WorkspaceStatusIndicator
- pages
- WorkspacePage
- WorkspacesPage
7 files changed
+151
-237
lines changedLines changed: 11 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
| |||
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
392 |
| - | |
| 392 | + | |
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
| |||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 |
| - | |
416 |
| - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
417 | 418 |
| |
418 | 419 |
| |
419 |
| - | |
| 420 | + | |
420 | 421 |
| |
421 | 422 |
| |
422 | 423 |
| |
| |||
438 | 439 |
| |
439 | 440 |
| |
440 | 441 |
| |
441 |
| - | |
| 442 | + | |
442 | 443 |
| |
443 | 444 |
| |
444 | 445 |
| |
| |||
551 | 552 |
| |
552 | 553 |
| |
553 | 554 |
| |
554 |
| - | |
| 555 | + | |
555 | 556 |
| |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 | 557 |
| |
560 | 558 |
| |
561 | 559 |
| |
| |||
1012 | 1010 |
| |
1013 | 1011 |
| |
1014 | 1012 |
| |
1015 |
| - | |
| 1013 | + | |
1016 | 1014 |
| |
1017 | 1015 |
| |
1018 | 1016 |
| |
| |||
1031 | 1029 |
| |
1032 | 1030 |
| |
1033 | 1031 |
| |
1034 |
| - | |
| 1032 | + | |
1035 | 1033 |
| |
1036 | 1034 |
| |
1037 | 1035 |
| |
|
Lines changed: 0 additions & 93 deletions
This file was deleted.
Lines changed: 0 additions & 90 deletions
This file was deleted.
Lines changed: 82 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 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + |
0 commit comments
Comments
(0)