gitploy icon indicating copy to clipboard operation
gitploy copied to clipboard

Use the query parameter to filter an env in UI

Open noahingh opened this issue 3 years ago • 1 comments

It would be better to use query parameters when searching the deployment list of the environment. Because users expect the deployment list stays when users return from another page. Also, page could be a query parameter.

noahingh avatar Nov 08 '22 12:11 noahingh

FYI, The next version of react-router-dom, v6, supports the method to get search parameters. So we need to upgrade the package version in this issue, too. Here is the document on how to upgrade react-router-dom from v5 to v6.

noahingh avatar Nov 13 '22 03:11 noahingh