1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/frontend/src
TheGeneralist d5dcba4423
fix(frontend): clear box-shadow on entry-row-outer to prevent double stroke
The flat selector '#entries-body > div.is-selected' already applies
box-shadow to .entry-row-outer (it IS a direct child div). The outer
override rule only cleared 'outline', so the box-shadow leaked through,
wrapping the entire parent+children block with a second stroke.

Add box-shadow: none to both .is-selected and .is-multi-selected on
.entry-row-outer so the stroke sits only on .entry-row-main.
2026-07-21 13:20:40 +02:00
..
components fix(frontend): no left gap on playlist rows until chevron exists 2026-07-21 13:19:30 +02:00
api.js feat(server,frontend): playlist quality selector + per-video overrides + sync UI 2026-07-20 22:46:30 +02:00
App.jsx feat(frontend): add async capture UX with skeleton entries for in-progress captures (#31) 2026-07-20 14:27:15 +02:00
main.jsx feat(ui): rewrite frontend in React with Vite 2026-06-24 12:24:34 +02:00
styles.css fix(frontend): clear box-shadow on entry-row-outer to prevent double stroke 2026-07-21 13:20:40 +02:00
utils.js feat: YouTube Music audio capture (ytm: shorthand, Spotify detection, stalled job recovery) (#19) 2026-07-06 15:34:14 +02:00