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

tree: Add toggle to focus on selected #1373

Merged
merged 5 commits into from
Oct 21, 2024
Merged

tree: Add toggle to focus on selected #1373

merged 5 commits into from
Oct 21, 2024

Commits on Oct 17, 2024

  1. Add filters to tree props

    This allows monitoring of filter changes in
    changePhyloTreeViaPropsComparison.
    victorlin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0a1e821 View commit details
    Browse the repository at this point in the history
  2. Add optional experimental icon to toggle component

    This will be used by the upcoming focus toggle.
    victorlin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cb65841 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Add toggle to focus on selected

    This commit adds a toggle in the sidebar to emphasize visible nodes by
    expanding them to take up 80% of the vertical span of the panel.
    trvrb authored and victorlin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8a65633 View commit details
    Browse the repository at this point in the history
  2. Add timing functions to setDisplayOrder

    This function is a good candidate for timing: it recurses through all
    tree nodes and is called upon initial load and every update of filters
    or zoom level.
    victorlin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a7b4057 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    victorlin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b7f8bc9 View commit details
    Browse the repository at this point in the history