mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-14 16:00:25 +02:00
The Remove action in the dashboard dropdown was gated on status == 'ready', so expired repos showed no way to be removed and stuck on the front page. The backend DELETE route already accepts any non-'removed' status, so widen the ng-show to include 'expired' and 'error'. Fixes #463.