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

Conversation

JeanMeche
Copy link
Member

@JeanMeche JeanMeche commented Mar 17, 2024

See individual commits.

fixes #53704

@JeanMeche JeanMeche changed the title Devtools/fix signal Devtools fixes Mar 17, 2024
@JeanMeche JeanMeche force-pushed the devtools/fix-signal branch 4 times, most recently from 75c4bf0 to 12a8922 Compare March 17, 2024 15:08
@JeanMeche JeanMeche marked this pull request as ready for review March 19, 2024 12:13
@ngbot ngbot bot added this to the Backlog milestone Mar 27, 2024
Copy link
Contributor

@dgp1130 dgp1130 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this together and apologies for the review delay. No major concerns, I think you just dropped a file in your stopPropagation commit.

@AleksanderBodurri, can you take a quick look as well just to make sure I'm not missing anything?

@@ -344,6 +344,10 @@ export class DirectiveForestComponent {
}
}

stopPropagation(event: Event): void {
event.stopPropagation();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Is this used anywhere? Was this referenced in the template somewhere and dropped from this commit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'm not sure why the change was missing, It's back now.

<mat-icon matTooltip="Skipped" class="hydration skipped">invert_colors_off</mat-icon>
}
@case ('mismatched') {
<mat-icon matTooltip="Mismatch" class="hydration mismatched">error_outline</mat-icon>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: One of my points of feedback was that it's not super clear what was "Mismatched", especially for users not that familiar with hydration. Should we update these tool tips to actually use the word "hydration" such as "Hydration skipped" and "Hydration mismatch"? That way a developer would have something meaningful to search for if they want to understand what exactly this means.

Copy link
Contributor

@dgp1130 dgp1130 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

My one other minor suggestion is a brief comment either on (dblclick) or stopPropogation about the action it's trying to prevent, since it's purpose doesn't seem super obvious to me.

@AleksanderBodurri AleksanderBodurri added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Apr 25, 2024
@AndrewKushnir AndrewKushnir added action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: merge The PR is ready for merge by the caretaker labels Apr 25, 2024
@AndrewKushnir
Copy link
Contributor

@JeanMeche the merge tooling failed to process this PR. Could you please rebase on top of the most recent main and merge fixup commits into corresponding parent commits? Merging fixup commits is automatic in the tooling, but for some reasons failed for this PR.

…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
In some cases signals weren't unwraped thus not reading the value correctly. This commit fixes this issue.
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Apr 25, 2024
@JeanMeche
Copy link
Member Author

We should be ✅ now

@AndrewKushnir
Copy link
Contributor

This PR was merged into the repository by commit 96972b4.

AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
…ective forest (#54912)

In some cases the height of the viewport wasn't calculated correctly because of extension tabs quirks. This commit fixes this issue.

Fixes #53704

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
In some cases signals weren't unwraped thus not reading the value correctly. This commit fixes this issue.

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
…ollapsed (#54912)

This commit improves the devtools UX.

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
In some cases signals weren't unwraped thus not reading the value correctly. This commit fixes this issue.

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
…ollapsed (#54912)

This commit improves the devtools UX.

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
…ective forest (#54912)

In some cases the height of the viewport wasn't calculated correctly because of extension tabs quirks. This commit fixes this issue.

Fixes #53704

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
In some cases signals weren't unwraped thus not reading the value correctly. This commit fixes this issue.

PR Close #54912
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
AndrewKushnir pushed a commit that referenced this pull request Apr 25, 2024
…ollapsed (#54912)

This commit improves the devtools UX.

PR Close #54912
@JeanMeche JeanMeche deleted the devtools/fix-signal branch April 25, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: devtools target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Virtual scroll positioning
5 participants