-
-
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: supports sort all page #2356
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders | Preview |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deploying with Cloudflare Pages
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2356 +/- ##
==========================================
- Coverage 72.37% 72.34% -0.03%
==========================================
Files 329 330 +1
Lines 7239 7286 +47
Branches 1135 1169 +34
==========================================
+ Hits 5239 5271 +32
- Misses 1793 1808 +15
Partials 207 207
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
affine-toeverythingBundle maindiff ------------------- Bundle Size Diff -------------------------
@@ EntryPoint: main @@
## master …sort-all-page +/- ##
===================================================================
< Bundle 3.11 MB 3.23 MB +123 kB(+3.94%)
< Initial JS 1.86 MB 2.05 MB +186 kB(+9.99%)
< Initial CSS 16.8 kB 30.5 kB +13.7 kB(+81.83%)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
< Assets 41 47 +6
< Chunks 39 41 +2
< Packages 132 139 +7
= Duplicates 3 3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Separate mixed content assets files
! Avoid cache wasting
@@ EntryPoint: pages/_app @@
## master …sort-all-page +/- ##
===================================================================
< Bundle 3 MB 3.11 MB +113 kB(+3.78%)
< Initial JS 1.75 MB 1.92 MB +176 kB(+10.09%)
< Initial CSS 16.8 kB 30.5 kB +13.7 kB(+81.83%)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
< Assets 39 45 +6
< Chunks 37 39 +2
< Packages 132 139 +7
= Duplicates 3 3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Separate mixed content assets files
! Avoid cache wasting
@@ EntryPoint: pages/_error @@
## master …sort-all-page +/- ##
===================================================================
= 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 |
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.
Although UI looks a bit strange, we can put it to the next PR to repair
Fix #1752
Screen.Recording.2023-05-15.at.5.12.29.PM.mov
The implementation of function
useSorter
refers to the following libs: