Something went wrong while fetching comments. Please try again.
Created by: valerybugakov
WIP: going through Typescript errors and testing affected pages.
WIP: testing affected pages and simplifying Typescript types. Ready for functional review and early feedback.
The main-dry-run
CI build is here.
Main ideas behind this PR:
repo
and resolvedRev
optional for components like the BlobPage
. Render these components earlier to start their network requests like the fetchBlob
query earlier and, as a result, render the blob view faster.fetchRepository
and resolveRevision
GraphQL queries into one query to improve the network waterfall. Let me know if you know why it's a bad idea! We discussed this question with @mrnugget and didn't find any obvious blockers. See the relevant Slack thread.Based on @umpox's draft PR https://github.com/sourcegraph/sourcegraph/pull/40244
Check out the client app preview documentation to learn more.