[admin] Add "goto" in subnet#70
Conversation
Travis tests have failedHey @purhan, 4th Build./run-qa-checks6th Build./run-qa-checksTravisBuddy Request Identifier: a18b1fe0-1d0a-11eb-916b-c54e98fd930e |
Ideally, the search should filter all the IPs in the subnet. Loaded in frontend or not. |
|
@atb00ker What would be the proper approach? The API's response is paginated so I'd still have to cycle through all the pages to search for matching queries. Wouldn't that be too slow? |
|
@purhan What do you think? 😄 |
|
I tried parsing the search queries from the backend with some successful results but it'd still be very slow to parse results for larger search inputs. I think it's not a good idea to use search and filter here, so it's best to just implement the go-to approach as suggested in the original issue (i.e. jump to the search query in the original list itself) otherwise I'd likely abandon this task 😄. What do you think? |
0c1a08a to
845fdf9
Compare
|
|
845fdf9 to
1cf84c4
Compare
Travis tests have failedHey @purhan, 6th Build./run-qa-checksTravisBuddy Request Identifier: 7f6ff8e0-1fad-11eb-bd2e-17a8c440c3de |
nemesifier
left a comment
There was a problem hiding this comment.
Thanks a lot @purhan! I haven't had time to test it yet but will leave some comments on the code now.
1cf84c4 to
09f1949
Compare
Travis tests have failedHey @purhan, 6th Build./run-qa-checksTravisBuddy Request Identifier: 3d3215f0-2005-11eb-9dab-419bf2960c30 |
09f1949 to
2cbcbf4
Compare
2cbcbf4 to
4484da1
Compare
Travis tests have failedHey @purhan, 6th Build./run-qa-checksTravisBuddy Request Identifier: 827707a0-200b-11eb-9dab-419bf2960c30 |
4484da1 to
2e06ccd
Compare

This is slightly different than the solution proposed in the issue discussions but I hope this one works out better 😄
Preview
Closes #39