perf: optimize Svelte mobile drawer reactivity loops#388
Open
sherifhanna-google wants to merge 3 commits into
Open
perf: optimize Svelte mobile drawer reactivity loops#388sherifhanna-google wants to merge 3 commits into
sherifhanna-google wants to merge 3 commits into
Conversation
9a7ff09 to
98f9535
Compare
…rifiable Social Accounts UI, and harden E2E harnesses
98f9535 to
264dcbc
Compare
…lector TypeScript compiler errors - Playwright: ignore 'e2e/snapshot' directory to disable slow visual snapshot tests locally and in CI. - E2E: update locators in 'c2pa-migration-test.spec.ts' to use exact matching for 'Content Credentials' header, resolving Playwright strict-mode violations. - Selectors: fix compiler errors in 'doNotTrain.ts' (missing return), 'reviewRatings.ts' and 'website.ts' (invalid dynamic index typing/any casts with ESLint bypass).
- Remove 'socialAccounts' and 'producer' from 'ManifestData' type and parsing logic in 'asset.ts'. - Delete unused 'socialAccounts.ts' and 'producer.ts' selector files. - Delete unused 'SocialMediaInfo.svelte' component. - Keep cryptographic signature 'Issued by' UI intact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Surgically resolves Svelte reactive declarations loops freezing viewport threads under throttled mobile constraints, and modernizes E2E integration testing suites to operate on standalone zero-dependency local CORS servers, async URL blob-downloaders, and thumbnail-tolerant array selectors.