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

Devtools fixes #54912

Closed
wants to merge 4 commits into from
Closed

Devtools fixes #54912

wants to merge 4 commits into from

Commits on Apr 25, 2024

  1. refactor(devtools): fix issue with virtual scroll viewport in the dir…

    …ective forest
    
    In some cases the height of the viewport wasn't calculated correctly because of extension tabs quirks. This commit fixes this issue.
    
    Fixes angular#53704
    JeanMeche committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    569c041 View commit details
    Browse the repository at this point in the history
  2. refactor(devtools): improve signal support.

    In some cases signals weren't unwraped thus not reading the value correctly. This commit fixes this issue.
    JeanMeche committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fe6af0a View commit details
    Browse the repository at this point in the history
  3. refactor(devtools): prevent dblclick on the expand arrow to show the …

    …element panel
    
    This will improve the UX
    JeanMeche committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6c9a898 View commit details
    Browse the repository at this point in the history
  4. refactor(devtools): hide hydration error when the component tree is c…

    …ollapsed
    
    This commit improves the devtools UX.
    JeanMeche committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0b1c58e View commit details
    Browse the repository at this point in the history