-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
Port ErrorPagination #74097
Merged
Merged
Port ErrorPagination #74097
Conversation
This file contains 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
This was referenced Dec 18, 2024
This was referenced Dec 18, 2024
Merged
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.jsfailed to diff Diff for app-page.runtime.dev.jsfailed to diff |
devjiwonchoi
force-pushed
the
12-19-move_errorindicator_to_separate_file
branch
from
December 18, 2024 21:44
df1a0c5
to
71c07e7
Compare
devjiwonchoi
force-pushed
the
12-19-port_errorpagination
branch
from
December 18, 2024 21:45
1d60679
to
d888d8c
Compare
devjiwonchoi
force-pushed
the
12-19-move_errorindicator_to_separate_file
branch
from
December 18, 2024 23:05
71c07e7
to
f694427
Compare
devjiwonchoi
force-pushed
the
12-19-port_errorpagination
branch
from
December 18, 2024 23:05
d888d8c
to
19551a2
Compare
devjiwonchoi
force-pushed
the
12-19-move_errorindicator_to_separate_file
branch
2 times, most recently
from
December 19, 2024 09:03
8eb1126
to
f1b0bd2
Compare
devjiwonchoi
force-pushed
the
12-19-port_errorpagination
branch
from
December 19, 2024 09:03
19551a2
to
e54b9c3
Compare
devjiwonchoi
force-pushed
the
12-19-move_errorindicator_to_separate_file
branch
from
December 19, 2024 16:09
f1b0bd2
to
bb4c806
Compare
devjiwonchoi
force-pushed
the
12-19-port_errorpagination
branch
from
December 19, 2024 16:10
e54b9c3
to
7b685a6
Compare
gaojude
approved these changes
Dec 19, 2024
Merge activity
|
devjiwonchoi
changed the base branch from
12-19-move_errorindicator_to_separate_file
to
graphite-base/74097
December 19, 2024 20:48
devjiwonchoi
force-pushed
the
12-19-port_errorpagination
branch
from
December 19, 2024 20:50
7b685a6
to
a9a4d6b
Compare
Tests Passed |
devjiwonchoi
force-pushed
the
12-19-port_errorpagination
branch
from
December 20, 2024 03:14
a9a4d6b
to
321b4bc
Compare
devjiwonchoi
commented
Dec 20, 2024
...ev-overlay/_experimental/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.tsx
Show resolved
Hide resolved
devjiwonchoi
added a commit
that referenced
this pull request
Dec 25, 2024
### Why? This PR restores the pagination style, which was accidentally omitted at #74097. #### Before ![Screenshot 2024-12-25 at 8.37.33 PM.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/dQEaKpg78raP6UllhQTZ/4c164615-3f55-4423-9049-7e1827b454be.png) #### After ![Screenshot 2024-12-25 at 8.37.07 PM.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/dQEaKpg78raP6UllhQTZ/c3693982-7592-40c5-bf46-bf9c0379af22.png)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Ported
ErrorPagination
and replaced in theErrors
component.