Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Use forwardRef for scrollable virtualized tree #8186

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

MichaelBuessemeyer
Copy link
Contributor

@MichaelBuessemeyer MichaelBuessemeyer commented Nov 12, 2024

The newly deployed scrollable fix added a wrapper for the antd tree implementation. The wrapper is functional component which needs to be wrapped in a forwardRef as it received a ref which should be forwarded to the antd tree component. The forwardRef was missing and is now added in this pr.

URL of deployed dev instance (used for testing):

Steps to test:

  • Create a tracing with quite some trees so that the skeleton tab becomes scrollable.
  • choose one tree and scroll it out of view
  • use the search to find it. The chosen tree should be scrolled into view and selected.
  • Check the same on master: Upon selecting a result, nothing should happen.

Issues:


(Please delete unneeded items, merge only when none are left open)

Summary by CodeRabbit

Summary by CodeRabbit

  • New Features

    • Added the ability to include metadata in annotations for Trees and Segments.
    • Introduced a summary row in the time tracking overview.
    • Improved slider interactions for value changes and resets.
    • Enhanced search capabilities for unnamed segments using full default names.
    • Support for remote OME-Zarr NGFF version 0.5 datasets.
    • Superusers can now delete workflow reports.
  • Bug Fixes

    • Resolved issues with dataset uploads and scrolling in the trees and segments tab.
    • Fixed problems with insufficient sharing tokens during annotation saves.
    • Corrected zarr streaming behavior and permission-related issues with annotations.
  • Refactor

    • Simplified usage of the ScrollableVirtualizedTree component by removing unnecessary generic type parameters.

Copy link

coderabbitai bot commented Nov 12, 2024

Walkthrough

The changes in this pull request focus on the ScrollableVirtualizedTree component, enhancing its structure by implementing forwardRef to better manage refs. The internal function was renamed to ScrollableVirtualizedTreeInner, and its parameters were adjusted accordingly. Additionally, the SegmentsView class was modified to simplify the usage of ScrollableVirtualizedTree by removing a generic type parameter. Improvements were made to state management, user interactions, and error handling within the SegmentsView, ensuring a more intuitive experience without altering core functionalities.

Changes

File Path Change Summary
frontend/javascripts/oxalis/view/right-border-tabs/scrollable_virtualized_tree.tsx - Updated ScrollableVirtualizedTree to use forwardRef and renamed inner function to ScrollableVirtualizedTreeInner.
- Adjusted function signature to separate props and ref.
- Updated export statement to reflect new structure.
frontend/javascripts/oxalis/view/right-border-tabs/segments_tab/segments_view.tsx - Removed generic type parameter <SegmentHierarchyNode> from ScrollableVirtualizedTree instantiation.
- Enhanced methods for segment selection, visibility management, and error handling.
- Updated lifecycle methods for better mesh file fetching and job data polling.
CHANGELOG.unreleased.md - Documented new features including metadata for annotations, time tracking summary, improved search, and support for OME-Zarr NGFF datasets.
- Listed changes to existing functionalities and fixed various bugs affecting user experience.

Possibly related PRs

Suggested reviewers

  • daniel-wer
  • hotzenklotz

🐇 In the code we hop and play,
Refactoring makes a brighter day.
With trees that scroll and segments neat,
Our UI dances, oh so sweet!
Forward refs, we now embrace,
In our code, we find our place! 🌟


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between fec4122 and 435cd32.

📒 Files selected for processing (1)
  • CHANGELOG.unreleased.md (1 hunks)
🔇 Additional comments (1)
CHANGELOG.unreleased.md (1)

38-38: LGTM! Clear and well-documented changelog entry.

The changelog entry accurately describes the fix, provides proper context by referencing the related PR that introduced the issue, and aligns well with the PR objectives.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (5)
frontend/javascripts/oxalis/view/right-border-tabs/scrollable_virtualized_tree.tsx (1)

66-70: Well-typed forwardRef implementation with proper generic support.

The type assertion correctly maintains generic type support while using forwardRef. Consider adding a brief JSDoc comment explaining the generic type parameter T for better documentation.

Add documentation above the component:

+/**
+ * A virtualized tree component that supports scrolling and drag-and-drop.
+ * @template T - The type of tree node data, must extend BasicDataNode
+ */
const ScrollableVirtualizedTree = forwardRef(ScrollableVirtualizedTreeInner) as <
frontend/javascripts/oxalis/view/right-border-tabs/segments_tab/segments_view.tsx (4)

Line range hint 1-100: Consider splitting SegmentsView into smaller components

The component is quite large (~2000 lines) and handles many responsibilities including:

  • Tree view management
  • Context menu handling
  • Mesh operations
  • Segment selection
  • State management

Consider splitting it into smaller, more focused components to improve maintainability and testability. For example:

  • SegmentTreeView
  • SegmentContextMenu
  • MeshOperations
  • SegmentDetails

1904-1910: Improve error handling for ScrollableVirtualizedTree

The tree component is rendered without explicit error boundaries. Consider adding error handling to gracefully recover from rendering failures and provide meaningful error messages to users.

<ScrollableVirtualizedTree
+ ErrorBoundary={SegmentTreeErrorBoundary}
  allowDrop={this.allowDrop}
  onDrop={this.onDrop}
  onSelect={this.onSelectTreeItem}
  className="segments-tree"

Line range hint 1904-1922: Optimize performance with useMemo and useCallback

The tree component receives several callback props that could be memoized to prevent unnecessary re-renders. Consider using useMemo for computed values and useCallback for event handlers.

+ const memoizedAllowDrop = useCallback(this.allowDrop, []);
+ const memoizedOnDrop = useCallback(this.onDrop, [visibleSegmentationLayer]);
+ const memoizedOnSelect = useCallback(this.onSelectTreeItem, []);

<ScrollableVirtualizedTree
-  allowDrop={this.allowDrop}
-  onDrop={this.onDrop}
-  onSelect={this.onSelectTreeItem}
+  allowDrop={memoizedAllowDrop}
+  onDrop={memoizedOnDrop}
+  onSelect={memoizedOnSelect}

Line range hint 1904-1922: Enhance type safety for tree data and callbacks

The tree component's props could benefit from stricter typing:

  1. The treeData prop should have a more specific type than SegmentHierarchyNode[]
  2. Callback functions should have explicit parameter types
  3. Consider using discriminated unions for the node types
+ type TreeNodeType = 'segment' | 'group';
+ interface BaseTreeNode {
+   type: TreeNodeType;
+   id: number;
+   key: string;
+ }
+ interface SegmentNode extends BaseTreeNode {
+   type: 'segment';
+   color: Vector3;
+ }
+ interface GroupNode extends BaseTreeNode {
+   type: 'group';
+   children: TreeNode[];
+ }
+ type TreeNode = SegmentNode | GroupNode;

<ScrollableVirtualizedTree
+  treeData={this.state.groupTree as TreeNode[]}
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 73e0be8 and fec4122.

📒 Files selected for processing (2)
  • frontend/javascripts/oxalis/view/right-border-tabs/scrollable_virtualized_tree.tsx (3 hunks)
  • frontend/javascripts/oxalis/view/right-border-tabs/segments_tab/segments_view.tsx (1 hunks)
🔇 Additional comments (4)
frontend/javascripts/oxalis/view/right-border-tabs/scrollable_virtualized_tree.tsx (3)

4-4: LGTM: Import changes align with forwardRef implementation.

The addition of forwardRef import is necessary for the component restructuring.


13-16: Well-structured implementation of forwardRef with generics.

The component has been correctly restructured to handle refs while maintaining type safety. The separation of props and ref parameters, along with the explanatory comment about forwardRef's limitations with generics, demonstrates a good understanding of React's type system.


61-61: Correctly forwards ref to AntdTree component.

The ref is now properly forwarded to the underlying AntdTree component, which should resolve the console warning about function components and refs.

✅ Verification successful

Based on the code analysis, I can now generate the final response:

Ref forwarding is correctly implemented and used consistently.

The ScrollableVirtualizedTree component is properly implemented with forwardRef and is used correctly in both SegmentsView and TreeHierarchyView components. The ref is forwarded to the underlying AntdTree component and used appropriately for scrolling functionality in both use cases.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that the component is using forwardRef consistently
# Look for any other instances where this component might be used without proper ref forwarding

# Search for usage of ScrollableVirtualizedTree with ref prop
rg -l "ScrollableVirtualizedTree.*ref=" 

# Search for potential ref-related warnings in test files
rg -l "ScrollableVirtualizedTree.*warning" "**/*test*"

Length of output: 148


Script:

#!/bin/bash
# Let's try a more comprehensive search strategy

# 1. Find all files containing ScrollableVirtualizedTree
rg -l "ScrollableVirtualizedTree"

# 2. Look for test files specifically
fd "test|spec" -e ts -e tsx -e js -e jsx

# 3. Check the implementation of ScrollableVirtualizedTree for forwardRef
ast-grep --pattern 'forwardRef<$_,$_>($$$)'

# 4. Look for any usage of ScrollableVirtualizedTree with ref
rg "ScrollableVirtualizedTree.*ref"

Length of output: 3963


Script:

#!/bin/bash
# Let's examine the implementation and usage more closely

# 1. Check the implementation of ScrollableVirtualizedTree
cat frontend/javascripts/oxalis/view/right-border-tabs/scrollable_virtualized_tree.tsx

# 2. Check how it's used in the two files that import it
cat frontend/javascripts/oxalis/view/right-border-tabs/segments_tab/segments_view.tsx
cat frontend/javascripts/oxalis/view/right-border-tabs/trees_tab/tree_hierarchy_view.tsx

Length of output: 93602

frontend/javascripts/oxalis/view/right-border-tabs/segments_tab/segments_view.tsx (1)

1907-1907: ⚠️ Potential issue

Verify the forwardRef implementation of ScrollableVirtualizedTree

The PR objectives mention implementing forwardRef for the ScrollableVirtualizedTree component, but the usage here doesn't show explicit ref forwarding syntax. This could potentially cause the ref warning mentioned in the PR description.

✅ Verification successful

Based on the search results, I can now generate the final response since I found the implementation of ScrollableVirtualizedTree component:

The forwardRef implementation is correctly used in ScrollableVirtualizedTree

The component is properly implemented using forwardRef in frontend/javascripts/oxalis/view/right-border-tabs/scrollable_virtualized_tree.tsx:

const ScrollableVirtualizedTree = forwardRef(ScrollableVirtualizedTreeInner)

And its usage in segments_view.tsx is correct as the component properly handles ref forwarding internally.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check the implementation of ScrollableVirtualizedTree
ast-grep --pattern 'const ScrollableVirtualizedTree = React.forwardRef'

Length of output: 73


Script:

#!/bin/bash
# Let's try to find the ScrollableVirtualizedTree component definition with a broader pattern
ast-grep --pattern 'ScrollableVirtualizedTree = $_'

# Also search for the file containing this component
fd ScrollableVirtualizedTree

# As a backup, let's use ripgrep to find any mentions of this component
rg "ScrollableVirtualizedTree" -A 5

Length of output: 84631

<ScrollableVirtualizedTree<SegmentHierarchyNode>
<ScrollableVirtualizedTree
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can now be removed as the type casting is results in a "better" / "more understandable" typing to ts -> Explicitly telling the generic type is not needed anymore.

Comment on lines +66 to +71
const ScrollableVirtualizedTree = forwardRef(ScrollableVirtualizedTreeInner) as <
T extends BasicDataNode,
>(
props: TreeProps<T> & { ref?: React.Ref<RcTree> },
) => ReturnType<typeof ScrollableVirtualizedTreeInner>;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This way of using forwardRef was suggested by AI overlord as forwardRef does not seem to support generic typing

@@ -56,9 +58,15 @@ function ScrollableVirtualizedTree<T extends BasicDataNode>(

return (
<div ref={wrapperRef}>
<AntdTree {...props} onDragOver={onDragOver} />
<AntdTree {...props} onDragOver={onDragOver} ref={ref} />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref is now a separate arg and thus needs to be passed explicitly 🤷‍♂️

Copy link
Member

@daniel-wer daniel-wer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing, LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants