-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat: page list supports preview #2606
Conversation
This branch is running in CodeSandbox. Use the links below to review this PR faster. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deploying with Cloudflare Pages
|
affine-toeverythingBundle maindiff ------------------- Bundle Size Diff -------------------------
@@ EntryPoint: main @@
## master …/page-preview +/- ##
===================================================================
< Bundle 4.2 MB 4.2 MB +320 B(+0.01%)
< Initial JS 2.22 MB 2.22 MB +320 B(+0.01%)
= Initial CSS 75.7 kB 75.7 kB
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets 75 75
= Chunks 58 58
= Packages 198 198
= Duplicates 14 14
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries
! Separate mixed content assets files
! Avoid cache wasting
@@ EntryPoint: pages/_app @@
## master …/page-preview +/- ##
===================================================================
< Bundle 4.08 MB 4.08 MB +320 B(+0.01%)
< Initial JS 2.1 MB 2.1 MB +320 B(+0.02%)
= Initial CSS 75.7 kB 75.7 kB
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets 73 73
= Chunks 56 56
= Packages 198 198
= Duplicates 14 14
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries
! Separate mixed content assets files
! Avoid cache wasting
@@ EntryPoint: pages/_error @@
## master …/page-preview +/- ##
===================================================================
= Bundle 16.6 kB 16.6 kB
= Initial JS 16.6 kB 16.6 kB
= Initial CSS 0 B 0 B
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets 2 2
= Chunks 2 2
= Packages 5 5
= Duplicates 0 0
...and more |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2606 +/- ##
==========================================
+ Coverage 68.66% 68.67% +0.01%
==========================================
Files 336 336
Lines 7685 7691 +6
Branches 1235 1237 +2
==========================================
+ Hits 5277 5282 +5
Misses 2140 2140
- Partials 268 269 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
See also #2603