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

Add action to open a subtree recursively (v2) #483

Merged
merged 17 commits into from
Aug 26, 2023
Merged

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    56c3345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b0e89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44bbd4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b90187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9d4df7 View commit details
    Browse the repository at this point in the history
  6. Remove pointless comment

    LunarWatcher authored and lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0939fdd View commit details
    Browse the repository at this point in the history
  7. Document the tree expansions

    LunarWatcher authored and lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c533f87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d6ad22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e343ba2 View commit details
    Browse the repository at this point in the history
  10. Fix bug where the tree doesn't properly expand for expand_tree_in

    get_child_nodes seems to interfere with the expansion status of the next level of directories
    LunarWatcher authored and lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    97564b9 View commit details
    Browse the repository at this point in the history
  11. Change doc wording to specify recursive, add a spinner while processi…

    …ng the recursive expansion
    LunarWatcher authored and lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e59f69f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ee07c8 View commit details
    Browse the repository at this point in the history
  13. Add fern#internal#node#descendants() function

    The function recursively dig into children to return descendant nodes of
    the specified node.
    lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b3570f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1cff89a View commit details
    Browse the repository at this point in the history
  15. Rewrite tests to simplify

    lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d0fff1e View commit details
    Browse the repository at this point in the history
  16. Fix docs

    lambdalisue committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9612525 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    06f081e View commit details
    Browse the repository at this point in the history