Antriksh Misri

Results 45 comments of Antriksh Misri

Hey @skoudoro , if no one is working on the issue I would like to work on it. Also could you tell me what files could be of my interest...

@SunTzunami Thanks for the help

Hey @skoudoro, while rebasing this PR w.r.t the UI restructuring I noticed that you cannot import any class from `fury/ui/elements.py` in `fury/ui/containers.py` because `Panel2D` from `containers` is being imported into...

Hey @skoudoro, thanks for the review. I have addressed all the comments. The tests will be added soon. I need to figure out how to record window invoked events first...

> ok, thank you for letting us know. it is strange that all CI's are failing, we need to figure out why there is this issue after your change Seems...

> Also, could you add some tests? As almost all the changes are based on events, I think I need to re-record the events for the existing tests for Panel2D,...

Hey @skoudoro @Nibba2018, I am not sure how to test callbacks like [these](https://github.com/fury-gl/fury/pull/446/files#diff-53918b2a3199d9c46ad955f4e1c36bd0c776fd5228674415f4be2306080f23bdR258) or [these](https://github.com/fury-gl/fury/pull/446/files#diff-53918b2a3199d9c46ad955f4e1c36bd0c776fd5228674415f4be2306080f23bdR239). Also, the events invoked by window are not being recorded even though the same event...

Hey @skoudoro @Nibba2018, the tests for tab_ui are passing now Not sure what was happening earlier. Also, the `WindowResizeEvent` is still not being counted even though it has been added...

Hey @skoudoro @Nibba2018, all the proposed changes have been added. PTAL.

Hey @skoudoro @Nibba2018, just a quick note the icon is fetched from a URL, if there is no internet connection this will error out. Possible fixes are to add the...