ydb-platform / ydb-embedded-ui

MIT License
27 stars 7 forks source link

Replace autorefresh with advanced control #612

Closed artemmufazalov closed 4 months ago

artemmufazalov commented 9 months ago

There is a button that toggle autorefresh in Diagnostics. It's needed to add additional button to refresh current Diagnostics tab content.

Possible solution - store fetch data functions added with useAutofetcher in autofetch class and trigger them on button click. Manual autorefresh should also postpone next passive autorefresh if it's enabled.

Autorefresh
ValeraS commented 6 months ago

What intervals should we use for automatic updates?

antonkovalenko commented 6 months ago