Files
collective-lists/apps/web/tests/e2e/reset-from-detail.test.ts
Oier Bravo Urtasun 2924b94329 feat(fase-10): reset list button on detail view (10.7)
A list shown at status=completed used to have its only Reset action
buried in the 3-dot menu, forcing the user back to /lists to start
over. Now the title row of /lists/[id] renders a prominent
"Reset list" pill button when status === 'completed' — reusing the
existing handleReset() handler, no new logic. The 3-dot menu entry
stays for the active and archived views.

RST-01 seeds a completed list with a checked item, clicks the new
button, verifies status flips back to active + the item gets
unchecked.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 02:26:41 +02:00

2.3 KiB