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

Open
wants to merge 5 commits into
base: victorlin/prep-dynamic-yvalues
Choose a base branch
from

Commits on Oct 11, 2024

  1. Add filters to tree state

    This allows monitoring of filter changes in
    changePhyloTreeViaPropsComparison.
    victorlin committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9b601a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 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 15, 2024
    Configuration menu
    Copy the full SHA
    d6f9c5d 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 15, 2024
    Configuration menu
    Copy the full SHA
    330e87d View commit details
    Browse the repository at this point in the history
  3. Update changelog

    victorlin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c1f5e31 View commit details
    Browse the repository at this point in the history
  4. ⛔️ build with timings on review app

    for testing purposes
    victorlin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a6fdd6e View commit details
    Browse the repository at this point in the history