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

Do not update trees on star update #2042

Merged
merged 1 commit into from
Jul 18, 2022
Merged

Conversation

mattseddon
Copy link
Member

@mattseddon mattseddon commented Jul 15, 2022

4/3 main <- #2030 <- #2033 <- #2038 <- this

Closes #2036

@mattseddon mattseddon self-assigned this Jul 15, 2022
@mattseddon mattseddon changed the base branch from main to move-set-active-editor-context July 15, 2022 06:41
@@ -156,7 +156,7 @@ export class WebviewMessages {

private setExperimentStars(ids: string[]) {
this.experiments.toggleStars(ids)
this.notifyChanged()
this.sendWebviewMessage()
Copy link
Member Author

Choose a reason for hiding this comment

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

[F] Stars are not shown in any of the trees so we only need to update the webview.

@mattseddon mattseddon marked this pull request as ready for review July 15, 2022 06:43
@mattseddon mattseddon force-pushed the move-set-active-editor-context branch from 52d7c41 to 888756a Compare July 18, 2022 20:51
Base automatically changed from move-set-active-editor-context to main July 18, 2022 22:02
@mattseddon mattseddon force-pushed the do-not-update-tree-for-stars branch from 5090fa8 to 3a5588a Compare July 18, 2022 22:03
@codeclimate
Copy link

codeclimate bot commented Jul 18, 2022

Code Climate has analyzed commit 3a5588a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.7% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit cfc9445 into main Jul 18, 2022
@mattseddon mattseddon deleted the do-not-update-tree-for-stars branch July 18, 2022 22:43
@mattseddon mattseddon mentioned this pull request Sep 6, 2022
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When applying a star to the exp, some strange styles appear on the sidebar
4 participants