[WIP] [HOLD on #100883] [LegendList 3/7] fix: align report action loading skeletons - #100884
Open
chrispader wants to merge 6 commits into
Open
[WIP] [HOLD on #100883] [LegendList 3/7] fix: align report action loading skeletons#100884chrispader wants to merge 6 commits into
chrispader wants to merge 6 commits into
Conversation
This was referenced Sep 10, 2026
[HOLD on #100740] [LegendList 6/7] feat: migrate remaining FlashList consumers to LegendList
#100734
Draft
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
chrispader
marked this pull request as ready for review
September 10, 2026 21:04
melvin-bot
Bot
requested review from
dmkt9 and
heyjennahay
and removed request for
a team
September 10, 2026 21:04
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
chrispader
force-pushed
the
@chrispader/fix/report-actions-loading-skeleton
branch
from
September 11, 2026 10:43
d82b05b to
0a5b11d
Compare
chrispader
force-pushed
the
@chrispader/fix/report-actions-loading-skeleton
branch
from
September 11, 2026 10:55
c079088 to
3225811
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Expense reports can display loading skeletons with different vertical positions while report data becomes available. That creates visible jumps before the report actions render and makes the transitional UI depend on which loading path fired. This WIP extraction gives report action loading states one consistent bottom-padded cover without changing LegendList hydration logic.
@roryabraham @dmkt9
Explanation of Change
The new
ReportActionsSkeletonCovercentralizes the background, overflow, bottom alignment, and bottom padding used while report actions load. The expense report view, the configured report loading state, and the defensive missing-report fallback now use that cover. The offline and pagination skeletons that intentionally live inside the list remain unchanged.This is layer 3 of the seven-part LegendList series and is held on #100883. Review order is #100732 → #100883 → this PR → #100733 → #100740 → #100734 → #100736. The focused layer is available in the Margelo branch comparison. The branches are maintained with GH Stacks in the Margelo fork; because GitHub does not support linking cross-fork heads into an upstream Stack, each upstream PR targets
Expensify/App:main.Fixed Issues
$ #98994
PROPOSAL:
No approved proposal is linked.
Tests
Offline tests
QA Steps
Same as Tests and Offline tests.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectionAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Screenshots and videos are not included while this PR is WIP.