[Ingest] Full results page (all statuses) + inline quick-reject in queue
New /Admin/Ingested page lists every crawled item with its outcome, filterable by status (همه/در صف/پرچمخورده/منتشرشده/ردشده) with per-status counts and a link to the published shift or the review page. Linked from the run-history header and the admin panel nav. Plus an inline ✕رد (quick-discard) button on each queue/flagged row so admins can audit without opening the review page; full accept/reject stays on /Admin/Review. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,10 @@
|
||||
<div>
|
||||
@if (Model.Runs.Count > 0)
|
||||
{
|
||||
<h2 style="font-size:20px; margin-top:0;">تاریخچه جمعآوری</h2>
|
||||
<h2 style="font-size:20px; margin-top:0; display:flex; justify-content:space-between; align-items:center;">
|
||||
تاریخچه جمعآوری
|
||||
<a class="btn btn-outline" style="padding:5px 12px; font-size:13px;" asp-page="/Admin/Ingested">همه نتایج جمعآوری ←</a>
|
||||
</h2>
|
||||
<div class="card card-pad" style="margin-bottom:18px; overflow-x:auto;">
|
||||
<table style="width:100%; border-collapse:collapse; font-size:13px; white-space:nowrap;">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user