Commit 99ce88c
fix(clocks): restore PTP statistics panel hidden behind domain list (#610)
The PTP section's left column wrapped its domain list in an inner
ScrollArea with auto_shrink([false, false]). Inside the page's outer
vertical ScrollArea and the horizontal_top split, that forced the left
column to expand to the full row width, pushing the details/statistics
panel off-screen. Clicking a domain set the selection correctly but the
stats were rendered beyond the visible area.
Render the list directly (the outer ScrollArea already handles scrolling)
and give the left column a fixed width so the details panel sits beside it.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 27c1cf5 commit 99ce88c
1 file changed
Lines changed: 14 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
185 | 182 | | |
186 | 183 | | |
187 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
188 | 187 | | |
189 | 188 | | |
190 | 189 | | |
| |||
0 commit comments