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

refactor(component): lit portal #9303

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

fundon
Copy link
Contributor

@fundon fundon commented Dec 25, 2024

  • removes listeners
  • adds notify property into LitReactPortal
  • adds rerendering argument to element factory

Related to #9295 (comment)

Copy link
Contributor Author

fundon commented Dec 25, 2024


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@fundon fundon marked this pull request as ready for review December 25, 2024 07:29
@graphite-app graphite-app bot requested review from CatsJuice, JimmFly, EYHN, pengx17 and forehalo and removed request for JimmFly December 25, 2024 07:29
@fundon fundon force-pushed the fundon/12_24_refactor_lite_portal branch 3 times, most recently from 6309afc to 1a329ec Compare December 25, 2024 07:41
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.

Project coverage is 51.91%. Comparing base (7b572bc) to head (3064f21).
Report is 1 commits behind head on canary.

Files with missing lines Patch % Lines
...component/src/lit-react/lit-portal/lite-portal.tsx 0.00% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #9303      +/-   ##
==========================================
- Coverage   51.94%   51.91%   -0.03%     
==========================================
  Files        2151     2151              
  Lines       97419    97424       +5     
  Branches    16277    16281       +4     
==========================================
- Hits        50600    50579      -21     
- Misses      45505    45531      +26     
  Partials     1314     1314              
Flag Coverage Δ
server-test 78.17% <ø> (-0.07%) ⬇️
unittest 30.98% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@pengx17 pengx17 left a comment

Choose a reason for hiding this comment

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

LGTM

@fundon fundon force-pushed the fundon/12_24_refactor_lite_portal branch from 1a329ec to 73739e4 Compare December 26, 2024 01:57
Copy link

graphite-app bot commented Dec 26, 2024

Merge activity

* removes `listeners`
* adds `notify` property into `LitReactPortal`
* adds `rerendering` argument  to element factory

Related to #9295 (comment)
@EYHN EYHN force-pushed the fundon/12_24_refactor_lite_portal branch from 73739e4 to 3064f21 Compare December 26, 2024 03:08
@graphite-app graphite-app bot merged commit 3064f21 into canary Dec 26, 2024
60 checks passed
@graphite-app graphite-app bot deleted the fundon/12_24_refactor_lite_portal branch December 26, 2024 03:21
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.

2 participants