The portfolio table is rendered client-side in portfolio.js (not by
the partials/portfolio.html Jinja template, which is unused for this
view). The previous commit's mobile-hide class made it into the
template but never reached the actual DOM. Adding the class to the
JS-emitted <th> and <td> strings so .dense .mobile-hide { display:
none } actually picks them up at ≤480px.
|
||
|---|---|---|
| .. | ||
| chat.js | ||
| htmx.min.js | ||
| portfolio-sync.js | ||
| portfolio.js | ||
| portfolio_edit.js | ||
| settings-import.js | ||
| settings-sync.js | ||