v.25.6Improvement
Two mini improvements in Web UI: -
Two mini improvements in Web UI: - correctly handle queries without output, such asCREATE,INSERT(until recently, these queries resulted in an infinite spinner); - when double clicking on a table, scroll to the top. #81131 (Alexey Milovidov).
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 asCREATE 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.