-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a pause button to the header when auto-refresh is enabled #3800
Conversation
Hmm... now I see what you mean about clicking the refresh interval button. Code and functionality looks great! |
Oh, and in case you didn't notice I took a stab at the tab switching and submit a PR against your fork. |
Open the timepicker to a specific tab
641f121
to
b7ff112
Compare
Ok, fixed the pausing when disable/re-enable thing. I also tweaked the way tabs work: Header in the new scenario:
I also got rid of the tabs in the dialog and added an arrow to indicate which tab was selected |
Add a pause button to the header when auto-refresh is enabled
This could in theory go into 4.1.0, but shouldn't block release, so I've added 4.2.0 to it
This adds a refresh button to the timepicker toggle of the navbar whenever auto-refresh is enabled. It:
Closes #3498