-
Notifications
You must be signed in to change notification settings - Fork 140
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
✨ Developer Extension improvements #2516
Conversation
This is a regression from Mantine 7 upgrade
I believe this issue comes from the Mantine 7 upgrade, where Menu components are now using a Portal.
Do not clear events when an unrelated page is refreshed
076087b
to
cadfefe
Compare
developer-extension/src/panel/components/tabs/eventsTab/eventsList.module.css
Outdated
Show resolved
Hide resolved
@@ -1,3 +1,10 @@ | |||
:root { | |||
/* To keep z-index management simple, define all z-index values here, in ascending order */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
897f41a
to
ab7a226
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2516 +/- ##
==========================================
- Coverage 93.23% 93.12% -0.12%
==========================================
Files 222 224 +2
Lines 6655 6688 +33
Branches 1459 1465 +6
==========================================
+ Hits 6205 6228 +23
- Misses 450 460 +10 ☔ View full report in Codecov by Sentry. |
fcd550e
to
3e4817c
Compare
3e4817c
to
7eb1dee
Compare
Issue reported to Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=1507025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1,122 @@ | |||
import type { TelemetryEvent } from '../../../../../../packages/core/src/domain/telemetry' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise:
kudos 🎉
Features
Bug fixes
Testing
I have gone over the contributing documentation.