Skip to content
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

live home page #92

Open
jstrachan opened this issue Jan 30, 2021 · 2 comments
Open

live home page #92

jstrachan opened this issue Jan 30, 2021 · 2 comments

Comments

@jstrachan
Copy link
Member

rather like #73 it would be nice if the home page refreshed periodically as new pipelines start or complete/fail

@vbehar
Copy link
Collaborator

vbehar commented Jan 30, 2021

yes! it's a bit of work, because right now all the templating is done server-side, and if we want to do that we need to rewrite the templating client-side.
btw you've seen the new /running page which shows the running steps in real time?

@dlidstrom
Copy link

I use Code Injector plugin to inject this:

setTimeout(() => window.location.reload(), 10000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants