mirror of
https://github.com/zvx-echo6/central.git
synced 2026-08-26 17:31:39 +00:00
gui: add Delivered + Confirmed (acked) columns to consumers page (#119)
Surfaces ConsumerInfo.delivered.consumer_seq (total delivered) and ConsumerInfo.ack_floor.consumer_seq (total acknowledged) as new columns on the /consumers page between WAITING and CREATED. Reuses the existing ConsumerInfo objects already fetched — no new NATS calls. Both fields use safe getattr access and render '—' when None. Legend updated to clarify these are consumer-level counters, not end-to-end mesh delivery confirmation. Bump version 0.14.8 → 0.14.9. Co-authored-by: Ubuntu <zvx@cortex.echo6.co> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a84ac0f911
commit
9450696fe9
4 changed files with 50 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "central"
|
||||
version = "0.14.8"
|
||||
version = "0.14.9"
|
||||
requires-python = ">=3.12,<3.13"
|
||||
description = "Data hub spine — adapters, bus, archive."
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue