piotrziolko opened a new pull request, #2888:
URL: https://github.com/apache/iggy/pull/2888
Closes #2812
## Rationale
The server changed message_expiry from seconds to microseconds The web UI
was interpreting µs values as seconds, causing wildly incorrect display (e.g.,
10 minutes shown as ~19 years).
## What changed?
The domain mapper, duration formatter, and form modals previously assumed
message_expiry was in seconds. They now correctly handle microsecond values
from the server, with appropriate conversions where needed.
A new DurationInput component replaces the raw number input with text mode
(e.g. "1h 30m"), numeric fields mode (d/h/min/s), a "Never" checkbox, and
validation (min 1s, max 10 years)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]