-
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
Update Styling for Suggestion Pagination section of Search Feature #24598
Update Styling for Suggestion Pagination section of Search Feature #24598
Conversation
@sobitneupane 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] |
Hmm it's more appealing and aligns with the style, the styling is implemented now : For the 2nd Page's background color, I take a reference from these sections below with the same hover effect. If it's wrong and needs change, do let me know @shawnborton |
Can you double check the button colors and styling you are using? You should be able to get these directly from the App. But ideally:
Here is a Figma file in case that is helpful. |
Also another quick detail - it looks like you have the paragraph text in white (#FFFFFF) - can you change that to match our default text color? We should have a CSS var for that in colors.scss. |
Correct, that button. Try refreshing the Figma link. |
Noted, how about the hover color, is it already correct? |
Done it all @shawnborton |
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.
Thanks for addressing the changes, the code looks good to me
@roryabraham would you like to review the follow-up changes for the search function? |
Co-authored-by: Marco Chávez <marcochavezf@gmail.com>
Please re-approve again guys,, @shawnborton @marcochavezf |
@marcochavezf Looks like it is a follow-up PR. Should I review the PR? |
Hi @sobitneupane, yeah C+ review is not necessary given that this is a follow-up PR and some minor changes, thanks! |
@studentofcoding it looks great, thank you! Just two minor issues that we got from internal feedback:
|
Your welcome @marcochavezf, glad you guys like it! Sure here below is the updated version of it https://www.loom.com/share/fe93f1a310cc423f9c757f13a66d7ccb?sid=3a6de312-82b1-40a3-882f-67d02a9175a5 Dummy playground: https://xml-docs.vercel.app/#gsc.tab=0 |
All updated guys, Please re-approved again @marcochavezf @shawnborton |
Reviewer Checklist
Screenshots/VideosDesktopiOSAndroid |
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.
Looks great, thanks @studentofcoding!
Thanks ***@***.*** *
…On Sat, Aug 19, 2023 at 9:01 AM Marco Chávez ***@***.***> wrote:
***@***.**** approved this pull request.
Looks great, thanks @studentofcoding <https://github.com/studentofcoding>!
—
Reply to this email directly, view it on GitHub
<#24598 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4GNNTH2WITRQHPKP7COI3XWAM6PANCNFSM6AAAAAA3RPOYTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
* Yonathan Evan C.*
* Senior Front-end Engineer*
w: *https://gictech.xyz/ <https://gictech.xyz/>*
m: (+62) 821 4680 4530
a: Multivision Tower 25th Floor, Jl. Kuningan Mulia Lot 9B, RT.6/RW.1,
Menteng Atas, RT.6/RW.1, Menteng Atas, Menteng, Kota Jakarta Selatan,
Daerah Khusus Ibukota Jakarta 12980
e: ***@***.*** ***@***.***>
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.3.56-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.56-24 🚀
|
Details
This is Minor Follow-up PR to address Pagination Styling on Help Expensify Search Feature
cc: @marcochavezf @shawnborton @johncschuster
Fixed Issues
$ #23978
PROPOSAL: #23978 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
https://www.loom.com/share/fe93f1a310cc423f9c757f13a66d7ccb?sid=3a6de312-82b1-40a3-882f-67d02a9175a5
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android