fix(orders-pagination): pagination in /admin/orders

This commit is contained in:
Deploy
2026-08-26 22:43:09 +02:00
parent 7f25d30fac
commit 8eeac378da
7 changed files with 13 additions and 5 deletions

View File

@@ -8146,14 +8146,16 @@
"description": "Admin orders page shows only 20 orders with no pagination. Add offset/limit controls, prev/next buttons, and total counter.",
"priority": "med",
"risk": "low",
"status": "in_progress",
"status": "done",
"created_at": "2026-08-26",
"gates": {
"reviewer": false,
"security": false,
"qa": false
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"phase": "admin"
"phase": "admin",
"completed_at": "2026-08-26T20:43:08Z"
}
]
}