Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[YW][yugabyte#3429] Add additional conditional before fetching Univer…
…se tables and remove border from TaskProgress (yugabyte#3440) Summary: Add additional check whether tables have been already fetched before calling API to fetch tables. Remove border from TaskProgress because it was distracting and caused the spacing to look strange. Test Plan: Create a backup (preferably one that takes a long time), and then navigate to the universe-level Tasks tab and check what happens to the UI. Make sure that the stepbar does not do any flickering. *One symptom of the incorrect code was that a TON of network requests were being made and causing the UI to lag* I recommend connecting local YW to customer's environment to repro. After tunneling, you can add the url to .env with `REACT_APP_YUGAWARE_API_URL=http://localhost:8080/api` Example of fixed UI: {F13140} Reviewers: wesley, arnav, ram Reviewed By: ram Subscribers: kannan, rao, ui Differential Revision: https://phabricator.dev.yugabyte.com/D7831
- Loading branch information