zuul/web/src
Tristan Cacqueray 00f4de3c51 web: prevent status update loop in background
When leaving the status page while it is waiting for status data,
the callback happens when the status page is not mounted,
resulting in the update loop timer not being cleared.

This change prevents that by setting the visible attribute to false
when leaving the page, so that the update is not scheduled when
the page is not visible.

Change-Id: I9f3db68bb77c52d0f477b8322bbf52bd3cc81fe1
2019-02-12 14:14:08 +00:00
..
actions web: add errors from the job-output to the build page 2018-12-14 08:33:48 +00:00
containers Switch back to three columns for mid sized screens 2019-01-02 17:37:07 +01:00
images Revert "Revert "web: rewrite interface in react"" 2018-10-06 10:42:31 -05:00
pages web: prevent status update loop in background 2019-02-12 14:14:08 +00:00
reducers web: clear status when changing tenant 2019-02-02 03:49:36 +00:00
App.jsx web: add error reducer and info toast notification 2018-12-02 05:56:38 +00:00
App.test.jsx web: add projects page 2018-12-14 05:36:21 +00:00
api.js web: add nodes page 2018-12-14 08:33:48 +00:00
index.css Merge "web: add config-errors notifications drawer" 2018-10-23 16:07:22 +00:00
index.js web: refactor info and tenant reducers action 2018-12-02 05:43:25 +00:00
registerServiceWorker.js Disable service workers by default 2019-02-05 17:23:24 +00:00
routes.js web: add nodes page 2018-12-14 08:33:48 +00:00
store.js web: break the reducers module into logical units 2018-12-02 01:05:02 +00:00