Conversation
|
@C0mberry is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR introduces a skeleton loading system for the Solana Explorer, replacing generic Key changes:
Confidence Score: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Page] --> B[StatsProvider + SupplyProvider]
B --> C[PageContent]
C -->|Disconnected| D[null]
C -->|Idle / Connecting| E[PageSkeleton]
C -->|Error string| F[ErrorCard with retry]
C -->|Supply loaded| G[Full Page Content]
E --> E1[SimpleCardSkeleton x2]
E --> E2[StatsTableSkeleton]
E --> E3[LiveTransactionStatsCardSkeleton]
E --> E4[ImageSliderSkeleton]
E --> E5[TableCardSkeleton]
G --> H[StakingDisplay]
G --> I[StatsCardBody]
G --> J[LiveTransactionStatsCard]
G --> K[DeveloperResources]
G --> L[UpcomingFeatures]
I -->|Loading| I1[StatsTableSkeleton]
I -->|Error| I2[StatsNotReady]
J -->|Loading| J1[LiveTransactionStatsBodySkeleton]
J -->|Error| J2[StatsNotReady]
subgraph TxPage [Transaction Page]
TX1[StatusCard]
TX2[DetailsSection in Suspense]
TX1 -->|Loading| TX3[TransactionPageSkeleton]
TX3 --> TX4[StatsTableSkeleton rows=12]
TX3 --> TX5[TransactionDetailsSkeleton]
TX2 -->|Fetching| TX6[TransactionDetailsSkeleton]
TX2 -->|Suspense fallback| TX7[TransactionDetailsSkeleton]
end
Last reviewed commit: "resolve bot comments" |
|
@greptile-apps issue was addressed |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Please dont wait for all to be loaded before showing content |
Description
Type of change
Screenshots
Testing
see storybook
Related Issues
HOO-265
HOO-347
HOO-348
Checklist
build:infoscript to update build information