-
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
archived report banner - word break, border radius and bottom margin #13467
Conversation
@mananjadhav @Luke9389 One of you needs to 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] |
not running on smaller width device for merge conflict
Currently, main isn't working on main which was reported here but I ran it on full screen and resized the view to mobile on both safari and chrome for the screenshots. |
hey @shawnborton and @Luke9389, I wrote this in the description but I wasn't able to find the expected behavior of the text in the archived room banner. The text "because" was split across two lines and I changed the word break from all to just split the words. I just wanted to ask in case we do want to split by letters as it looks in the pr description. |
Hmm I have no idea why we'd want to split the letters, that feels weird to me. Do we even need to force a split here? Can we just let the container dictate where the line break happens naturally? |
Sorry, I'm not really following. The container can either decide to go to the next line based on the individual characters or the words. It was initially set to start a new line based on letters but I changed it to use words so that "because" doesn't get split into two lines. Is this what you were recommending or could I do something else? |
Yup, we’re on the same page. Let’s break on words and not letters.
…On Sun, Dec 11, 2022 at 8:05 PM Srikar Parsi ***@***.***> wrote:
Sorry, I'm not really following. The container can either decide to go to
the next line based on the individual characters or the words.
letters:
[image: Screen Shot 2022-12-08 at 11 16 28 PM]
<https://user-images.githubusercontent.com/48188732/206640746-5f06d598-23d3-4835-ba26-780e4720dc35.png>
words:
[image: Screen Shot 2022-12-09 at 1 23 02 AM]
<https://user-images.githubusercontent.com/48188732/206639583-e0bdc4d9-402b-4e6c-8d5e-7e93b7de6a10.png>
It was initially set to start a new line based on letters but I changed it
to use words. Is this what you were recommending or is it something else?
—
Reply to this email directly, view it on GitHub
<#13467 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARWH5VCEKRD7LNWOBOPMMTWM2QABANCNFSM6AAAAAASY4SMEI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We thought about incorporating the changes from this issue into this PR but since the C+ already approved a solution, I think we'll leave it to them so this should be ready to review @mananjadhav @Luke9389 |
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!
I'll get to this today! |
@srikarparsi Can you please update the Tests/QA Steps? |
Reviewer Checklist
Screenshots/Videos |
@srikarparsi Are you aware if the Web login issue is resolved? It still isn't working for me. Meanwhile I posted if you could update the Testing/QA steps. |
@srikarparsi I am done with the testing on all platforms. Just left with the Testing steps and we can move this to finish line. |
thanks @mananjadhav! I just added the test steps so it should be ready. |
Completed the checklist. Thanks @srikarparsi for the update |
Hmmm, checklist checks are still failing. I'll restart them.... |
Hey, @srikarparsi. Would you re-do your checklist with this one? |
DetailsFixed Issues$ GH_LINK Tests
Offline testsQA Steps
PR Author Checklist
Screenshots/VideosWebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
cool it worked, thanks luke! @mananjadhav, could you please redo the reviewer checklist with this |
I just updated the comment with the new checklist I generally copy the checklist from the link only. @srikarparsi Can we rerun the GH action? |
I'll rerun it now. 🤞 |
@shawnborton, any comments before we merge? |
Looks good to me! |
@Luke9389, @shawnborton, is this good to merge? |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to production by @yuwenmemon in version: 1.2.42-2 🚀
|
Details
Fixed the border radius and margin from the bottom as reported in the issue. I also changed the word break of the text. I'm not sure what is expected behavior but the "because" was split into two lines originally which didn't look right:
Fixed Issues
$ #13373
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
Details
Fixed Issues
$ GH_LINK
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android