Commit 526ef9d
authored
fix(ws): Updates to Table Columns, Expandable Rows, and Theming (#432)
Signed-off-by: Jenny <[email protected]>
add icon to workspaceKindsColumns interface
fix(ws): Update table with expandable variant and fix styles
fix secondary border in menu toggle
fix menu toggle expanded text color and update icon to use status prop
remove unused files
add cluster storage description list group
Signed-off-by: Jenny <[email protected]>
Add title and packages
revert form label styling, revert homeVol column
fix linting
fix lint
Signed-off-by: Jenny <[email protected]>
Add PR code suggestions, remove unused interfaces
Signed-off-by: Jenny <[email protected]>
remove unused import
Signed-off-by: Jenny <[email protected]>
fix filterWorkspacesTest
Signed-off-by: Jenny <[email protected]>
fix(ws): apply feedback to fix Cypress tests
Signed-off-by: Jenny <[email protected]>
Update tests, add width to defineDataFields, remove duplicate WorkspaceTableColumnKeys type
Signed-off-by: Jenny <[email protected]>
fix wrapping behavior
Signed-off-by: Jenny <[email protected]>
Replace Th values with mapped instance
Signed-off-by: Jenny <[email protected]>
revert column order
Signed-off-by: Jenny <[email protected]>
remove hardcoded package label instances
Signed-off-by: Jenny <[email protected]>
delete cursor rule1 parent 1916b95 commit 526ef9d
File tree
15 files changed
+471
-259
lines changed- workspaces/frontend/src
- __tests__/cypress/cypress/tests/mocked/workspaces
- app
- components
- pages
- WorkspaceKinds/summary
- Workspaces
15 files changed
+471
-259
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
Lines changed: 32 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
| 49 | + | |
42 | 50 | | |
43 | | - | |
44 | | - | |
| 51 | + | |
45 | 52 | | |
46 | | - | |
47 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
48 | 64 | | |
49 | 65 | | |
50 | 66 | | |
51 | 67 | | |
52 | 68 | | |
53 | 69 | | |
54 | 70 | | |
| 71 | + | |
55 | 72 | | |
56 | | - | |
57 | | - | |
| 73 | + | |
58 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
59 | 82 | | |
60 | | - | |
61 | 83 | | |
| 84 | + | |
62 | 85 | | |
63 | 86 | | |
64 | 87 | | |
0 commit comments