Files
gerrit/polygerrit-ui/app/elements/change-list
Milutin Kristofic f9e2887c43 Use internal navigation instead of hard reload
If app changes window.location, browser redownload whole app and app
needs to initialize again. This takes in avg around 1s.

It's better to use internal navigation, that will resolve much faster.

Reload in reply dialog took 1sec before, now 200 ms.
Moving from query with 1 result to change pages took 3sec and now
it takes 1sec.

Change-Id: I724fe2d3c76fb55b81bd8990df3650bb7287e786
(cherry picked from commit 37a41c2ca0)
2020-02-17 15:16:31 +00:00
..