File tree
7 files changed
+15
-9
lines changed- pages
- pkg/ui
- submodules
- util
7 files changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
169 | | - | |
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
| |||
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
187 | | - | |
188 | 185 | | |
189 | 186 | | |
190 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Submodule react-components updated 24 files
- components/Badges.tsx+52
- components/InputWithClearIcon.tsx+21
- components/InputWithSlider.tsx+72
- components/LoadingIcon.tsx+21
- components/MultilineTooltipAuto.tsx+14
- components/kern-button/ButtonAsText.tsx+61
- components/kern-button/IconButton.tsx+103
- components/kern-button/KernButton.tsx+114
- components/kern-button/SaveButton.tsx+88
- components/kern-table/CellComponents.tsx+301
- components/kern-table/KernTable.tsx+144
- components/kern-table/SortArrows.tsx+20
- components/kern-table/sort/sort-helper.ts
- helpers/button-helper.ts+30
- helpers/kern-table-helper.ts
- helpers/loading-helper.ts+25
- helpers/sort-functions.ts+119
- hooks/web-socket/constants.ts+4-1
- types/badges.ts+7
- types/evaluationRun.ts+6
- types/kern-table.ts+12
- types/loading.ts+5
- types/multiline-tooltip.ts+13
- types/sort.ts+17
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
0 commit comments