Commit f05de99
authored
[HUD] Use stacks for WorkflowBox (#6922)
Why:
1. Remove custom styling and just have MUI handle it
2. So I can put another drop down on the right without taking up a ton
of vertical space
Old:
<img width="1256" height="146" alt="image"
src="https://github.com/user-attachments/assets/18d031cf-74b8-4324-abd3-8b2683f78ec6"
/>
New:
<img width="1279" height="178" alt="image"
src="https://github.com/user-attachments/assets/df5afb18-4f40-4f5e-a5d3-478b3e922966"
/>
The pics don't make it super obvious but from what I can tell:
1. heading part (with the buttons + title) became slightly shorter
2. workflow name (ex `pull`) became slightly larger1 parent 8b90b27 commit f05de99
1 file changed
Lines changed: 20 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
195 | 201 | | |
196 | 202 | | |
197 | 203 | | |
| |||
206 | 212 | | |
207 | 213 | | |
208 | 214 | | |
209 | | - | |
210 | 215 | | |
211 | 216 | | |
212 | 217 | | |
| |||
221 | 226 | | |
222 | 227 | | |
223 | 228 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
239 | 232 | | |
240 | 233 | | |
241 | 234 | | |
| |||
0 commit comments