Open VickyStash opened 17 hours ago
Note: this PR also fixes card number display in the cards list on the Company Cards page for the direct feed cards.
@DylanDylann Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]
@DylanDylann What is your ETA for this one?
@mountiny I will try to complete it today or early tomorrow (It is midnight in my timezone)
Thanks!
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and not onIconClick
).myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components using Avatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. for onClick={this.submit}
the method this.submit
should be bound to this
in the constructor)this
are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this);
if this.submit
is never passed to a component event handler like onClick
)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG
)Avatar
is modified, I verified that Avatar
is working as expected in all cases)Design
label and/or tagged @Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test
steps.@VickyStash I see a very minor bug, when removing the feed we set the selected feed to another one before going back. It caused the name of the new feed to display a moment on the setting page before the modal is dismissed
https://github.com/user-attachments/assets/9a843ff1-e558-4f82-b931-a8b476e2b775
Explanation of Change
[Company cards] Navigate to some other existing feed after removing one
Fixed Issues
$ https://github.com/Expensify/App/issues/52886 $ https://github.com/Expensify/App/issues/52915 PROPOSAL: N/A
Tests
Offline tests
Same, as in the Tests section.
QA Steps
Same, as in the Tests section.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
https://github.com/user-attachments/assets/8671288b-58fd-4dd5-817a-24e873184fe5Android: mWeb Chrome
https://github.com/user-attachments/assets/87559eb8-da93-4f9c-aebc-69274d1b3fa5iOS: Native
https://github.com/user-attachments/assets/823118a7-f04f-4fc7-8d5d-02dd3d941bd3MacOS: Chrome / Safari
https://github.com/user-attachments/assets/a1fb6f7a-8ea6-4c39-a8b1-3db06cfa892cMacOS: Desktop
https://github.com/user-attachments/assets/dccd7b92-27ae-48f9-8429-5884a723b686