This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch fix_rust_sdk_reconnection
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 5c860f794 Merge branch 'master' into fix_rust_sdk_reconnection
add 33bee3db6 fix(web): improve handling of `message_expiry` (#2888)
add 2709ad817 Merge branch 'master' into fix_rust_sdk_reconnection
No new revisions were added by this update.
Summary of changes:
web/eslint.config.js | 3 +
web/package-lock.json | 1016 ++++++++------------
web/package.json | 24 +-
web/src/lib/components/DurationInput.svelte | 243 +++++
web/src/lib/components/Modals/AddTopicModal.svelte | 23 +-
.../components/Modals/TopicSettingsModal.svelte | 137 ++-
...pPropagation.svelte => SegmentedControl.svelte} | 45 +-
web/src/lib/domain/Topic.ts | 21 +-
web/src/lib/utils/formatters/durationFormatter.ts | 10 +-
9 files changed, 769 insertions(+), 753 deletions(-)
create mode 100644 web/src/lib/components/DurationInput.svelte
copy web/src/lib/components/{StopPropagation.svelte =>
SegmentedControl.svelte} (52%)