media-rip/backend/app/core
xpltd 0a67cb45bc Fix session UNIQUE constraint race, fix table horizontal scrollbar
- create_session uses INSERT OR IGNORE to handle concurrent requests
  with same session cookie (race when multiple requests arrive before
  the first INSERT commits)
- Widen actions column 110px→130px to fit 3 action buttons without
  overflowing (was causing 4px horizontal scrollbar)
- Widen status column 100px→120px for DOWNLOADING badge breathing room
2026-03-21 20:23:07 -05:00
..
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
config.py First-run admin setup wizard, password persistence, forced setup gate 2026-03-21 20:01:13 -05:00
database.py Fix session UNIQUE constraint race, fix table horizontal scrollbar 2026-03-21 20:23:07 -05:00
sse_broker.py Settings layout rework, purge fix, SSE broadcast 2026-03-19 06:04:59 -05:00