-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Internal QA] [Workspace Feeds] Pull the workspace feed data from different place in domain_member NVP #52268
base: main
Are you sure you want to change the base?
Conversation
…feeds-data # Conflicts: # src/pages/workspace/companyCards/WorkspaceCompanyCardsPage.tsx
@allgandalf 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] |
@allgandalf I haven't recorded ios web (Safari) video cause I have some troubles with it. I regularly see the error (on the main branch too). I guess it's something with my setup after long weekends, but could you please check it as well. ios_web_error.mp4 |
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.
Okay, great job! few minor comments, but i am confident we can merge this one today!
src/pages/workspace/companyCards/WorkspaceCompanyCardsSettingsFeedNamePage.tsx
Outdated
Show resolved
Hide resolved
src/pages/workspace/companyCards/WorkspaceCompanyCardsSettingsPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/workspace/companyCards/WorkspaceCompanyCardsSettingsPage.tsx
Outdated
Show resolved
Hide resolved
@@ -1,4 +1,8 @@ | |||
import * as cardUtils from '@src/libs/CardUtils'; |
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.
@mountiny can you verify the unit tests, I see them just fine at first glance
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
waiting for the workflows to pass ... |
@VickyStash please mark this one internal QA |
@allgandalf I think I don't have rights to update labels 🤔 |
Oh i meant to update the title, @mountiny can add that label |
Making a build |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
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.
Couple small changes requested
I was able to assign cards from new policy , testing now.... |
Explanation of Change
This PR implements
getCompanyFeeds
function which returns both custom and direct feeds.Fixed Issues
$ #52251
PROPOSAL: N/A
Tests
Offline tests
Same, as in the
Tests
section.QA Steps
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
android1.mp4
android2.mp4
Android: mWeb Chrome
android_web1.mp4
android_web2.mp4
iOS: Native
ios1.mp4
ios2.mp4
MacOS: Chrome / Safari
web_1.mp4
web2.mp4
web_3.mp4
MacOS: Desktop
desktop_1.mp4
desktop2.mp4