Files
9router/src/app
Simon Shi 3d523b1387 fix(qoder): drop remaining from normalized quota — was rendering as %
Qoder's API returns `remaining` as an absolute credit count (e.g. 348
out of 3000), but ProviderLimits' getRemainingPercentage and QuotaTable
treat the `remaining` field as a 0-100 percentage. Result: "348%" with
red status.

Stop forwarding `remaining` from the qoder parser. The percentage is
computed from used/total via calculatePercentage, which gives the
correct ~12% remaining for the example case.
2026-05-29 17:36:27 +07:00
..
2026-05-29 17:36:27 +07:00
2026-05-09 22:48:07 +07:00
2026-05-21 11:33:18 +07:00
2026-01-05 09:58:59 +07:00
2026-05-26 11:35:39 +07:00