Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whenever you went to the Jobs page from the sidebar, you could click jobs again and it didn't redirect you to the copr-builds anymore. This meant that the page would display no tabs selected and there would be no content below the tabs, such as the Copr Builds table. To fix this we had to fix the `useEffect` to include `matches` which has the URL information. That way whenever the URL changes this will also change To make it even nicer on the eyes, we will hard-import Copr Builds table so that it will be visible if the url is just `/jobs` again and it didn't redirect correctly. This also makes it so that the rendering of the table won't flicker if you click Jobs in the sidebar over and over. Note that the statuses for the table will still flicker, as it loads the table again and the implementation as of this commit does not render the statuses properly and unnecessarily renders it (AFAIK).
- Loading branch information