-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
[dev-overlay] sync style diffs with new design #75949
[dev-overlay] sync style diffs with new design #75949
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Tests Passed |
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for main-HASH.jsDiff too large to display Diff for app-page-exp..ntime.dev.jsDiff too large to display Diff for app-page.runtime.dev.jsDiff too large to display |
4a69de7
to
8de58eb
Compare
...t/src/client/components/react-dev-overlay/_experimental/internal/components/dialog/styles.ts
Outdated
Show resolved
Hide resolved
const browser = await next.browser('/') | ||
const computedStyle = await browser.eval( | ||
(element) => { | ||
return window.getComputedStyle(element).whiteSpace |
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.
maybe just me, feel it's bit heavy to test out certain styles with e2e tests. I think we can ship the visual changes with screenshot showing what changed and figure out a better way to test this later. As I feel we might need a light way to do it, or we can assert along with other errors.
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.
Agreed.
6dcbb4f
to
155e2f4
Compare
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
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.
can you add a screenshot comparison
This PR synced style with the re-redesign.
Closes NDX-811