|
145 | 145 | padding-top:.58rem} |
146 | 146 | table.recent td.pick{width:2.6rem;padding-right:0} |
147 | 147 | table.recent button.copy{width:2.2rem;height:2.2rem;font-size:.95rem} |
148 | | -/* On a phone a four-column row is not a row, it is a ribbon. Measured at a |
149 | | - 375px viewport: the meta columns took 156px and the text was left 187 — half |
150 | | - the screen — so every entry wrapped into a tall thin column down the right |
151 | | - while the meta cells sat beside it as empty height. Below 34rem the row |
152 | | - stacks: the meta reads as one small header line with the button at its end, |
153 | | - and the text takes the full width underneath. */ |
154 | | -@media(max-width:34rem){ |
155 | | - /* `:not([hidden])` is load-bearing: `display:flex` here outranks the UA |
156 | | - sheet's `[hidden]{display:none}`, which would reveal the whole paged |
157 | | - Recent feed at once. */ |
158 | | - table.recent tr:not([hidden]){display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .5rem; |
159 | | - padding:.5rem 0;border-bottom:1px solid var(--line)} |
160 | | - table.recent td{display:block;width:auto;border-bottom:0;padding:0} |
161 | | - table.recent td.what{padding-top:0} |
162 | | - table.recent td.pick{width:auto;margin-left:auto} |
163 | | - table.recent td:not([class]){flex:1 0 100%;margin-top:.15rem} |
164 | | -} |
165 | 148 | /* --- the family footer: one chip per sibling board, in its own colour --- */ |
166 | 149 | .boards{display:flex;flex-wrap:wrap;gap:.4rem;margin:2.4rem 0 0;padding:0; |
167 | 150 | list-style:none;border-top:1px solid var(--line);padding-top:1rem} |
@@ -277,7 +260,7 @@ <h2>Backlog <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/tree |
277 | 260 | <div class="task"><button class="copy" data-cmd="/start_dev draft/feature/pyautomind/repos-sync-config-stamper.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/feature/pyautomind/repos-sync-config-stamper.md">Teach repos_sync --write to stamp organ config surfaces</a><span class="tags"><span class="pill w">✨ feature</span><span class="pill">pyautomind</span><span class="pill n">hard</span><span class="pill n">supervised</span><span class="pill n">low</span></span></p></div> |
278 | 261 | </details> |
279 | 262 | <details> |
280 | | -<summary>bug — 24</summary> |
| 263 | +<summary>bug — 23</summary> |
281 | 264 | <div class="task"><button class="copy" data-cmd="/start_dev draft/bug/health_fixes/jax_runtime_and_parity.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/bug/health_fixes/jax_runtime_and_parity.md">Fix release JAX runtime compatibility and likelihood parity</a><span class="tags"><span class="pill w">🐛 bug</span><span class="pill">health_fixes</span><span class="pill r">too-large</span><span class="pill n">supervised</span><span class="pill r">high</span></span></p></div> |
282 | 265 | <div class="task"><button class="copy" data-cmd="/start_dev draft/bug/health_fixes/jit_visualization_outputs.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/bug/health_fixes/jit_visualization_outputs.md">Fix JIT quick-update visualization output regressions</a><span class="tags"><span class="pill w">🐛 bug</span><span class="pill">health_fixes</span><span class="pill r">too-large</span><span class="pill n">supervised</span><span class="pill r">high</span></span></p></div> |
283 | 266 | <div class="task"><button class="copy" data-cmd="/start_dev draft/bug/health_fixes/samples_parameter_paths.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/bug/health_fixes/samples_parameter_paths.md">Fix release result/sample parameter-path regressions</a><span class="tags"><span class="pill w">🐛 bug</span><span class="pill">health_fixes</span><span class="pill r">too-large</span><span class="pill n">supervised</span><span class="pill r">high</span></span></p></div> |
|
0 commit comments