From b6d2020af6133ff48de4561726408b9bded2fad8 Mon Sep 17 00:00:00 2001 From: Praneeth Shetty Date: Thu, 29 Jun 2023 20:55:51 +0530 Subject: [PATCH] updating joao's comment --- docs/source/posts/2023/2023-06-24-week-4-praneeth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst b/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst index 74035b683..0777ef8ba 100644 --- a/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst +++ b/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst @@ -15,7 +15,7 @@ This week, amidst end-semester exams, I managed to accomplish a few notable task 2. Revisiting PR `#540 `_: I restarted working on PR `#540 `_ as I wasn't satisfied with the previous approach when I checked it for rebasing. I took the opportunity to update the code and ensure that the unit tests passed successfully. Although there are a few issues remaining in the tests, I am determined to resolve them and move forward with the implementation. This PR aims to improve the usage of the **numpy_to_vtk_image_data** utility function. -3. Independent Scrollbar Consideration: We are currently evaluating the necessity of making the Scrollbar an independent element. While currently, it is primarily used by the **ListBox2D**, we are exploring various use cases to determine if there are other scenarios where the Scrollbar can be employed independently. This evaluation will help us make an informed decision about its future implementation. +3. Independent Scrollbar Consideration: We are currently evaluating the necessity of making the Scrollbar an independent element. Currently it is only used by the **ListBox2D**, we are exploring various use cases to determine if there are other scenarios where the Scrollbar can be employed independently. This evaluation will help us make an informed decision about its future implementation. 4. PR Reviews: In the brief intervals between exams, I utilized the time to review two PRs: `#446 `_ - Resize panel and `#460 `_ - Tree UI.