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

Communities & Collections tree browser updates - Replaced #2597 #2611

Merged
merged 2 commits into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. Update condition to render show more node

    `loadingNode` ends up being the current `node` after clicking it preventing it from rendering when more pages available.
    
    Update community list component spec
    
    Make the show more flat node id unique
    
    The nodes with same id are conflicting when added to the tree. Clicking on the second with same id places the show more button under the wrong branch and expands the wrong page.
    wwelling committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    11d3771 View commit details
    Browse the repository at this point in the history
  2. Filter expanded nodes by id

    Co-Authored-By: Art Lowel <1567693+artlowel@users.noreply.github.com>
    wwelling and artlowel committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    dc2ef98 View commit details
    Browse the repository at this point in the history