v.25.6Improvement

Two mini improvements in Web UI: -

Two mini improvements in Web UI: - correctly handle queries without output, such as CREATE, INSERT (until recently, these queries resulted in an infinite spinner); - when double clicking on a table, scroll to the top. #81131 (Alexey Milovidov).
Improved ClickHouse Web UI to correctly handle queries without output (e.g., CREATE, INSERT) by preventing infinite loading spinners, and enhanced table interaction by scrolling to the top on double-click.

Why it matters

These improvements address usability issues in the ClickHouse Web UI by properly managing queries that do not produce output, avoiding confusing infinite loading states. Additionally, the automatic scroll on double-clicking a table enhances user navigation and experience within the interface.

How to use it

Users simply need to use the updated Web UI version. Queries such as CREATE and INSERT will no longer cause infinite spinners. Double-clicking a table in the UI now scrolls the view to the top automatically without additional configuration.