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

[frontend] Tree view #21

Closed
2 tasks done
fcollonval opened this issue Mar 2, 2022 · 0 comments · Fixed by #32
Closed
2 tasks done

[frontend] Tree view #21

fcollonval opened this issue Mar 2, 2022 · 0 comments · Fixed by #32
Milestone

Comments

@fcollonval
Copy link
Member

fcollonval commented Mar 2, 2022

Using @jupyter-notebook/react-components, display the results in a tree view:

        <TreeView>
          <TreeItem>
            File 1
            <TreeItem>
              Match 1
            </TreeItem>
            <TreeItem>Match 2</TreeItem>
            <TreeItem>Match 3</TreeItem>
          </TreeItem>
          <TreeItem>
            File 2
            <TreeItem>
              Match 1
            </TreeItem>
            <TreeItem>Match 2</TreeItem>
            <TreeItem>Match 3</TreeItem>
          </TreeItem>
          <TreeItem>
            File 3
            <TreeItem>
              Match 1
            </TreeItem>
          </TreeItem>
        </TreeView>

Task:

@fcollonval fcollonval added this to the Scrum 2 milestone Mar 2, 2022
@madhur-tandon madhur-tandon mentioned this issue Mar 10, 2022
@fcollonval fcollonval moved this from Todo to In Progress in Search across files v1 Mar 11, 2022
Repository owner moved this from In Progress to Done in Search across files v1 Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant