-
Notifications
You must be signed in to change notification settings - Fork 987
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
Fix join communities design review bugs #17094
Conversation
aef158d
to
eb6e5b1
Compare
Jenkins BuildsClick to see older builds (83)
|
3abd585
to
95e7701
Compare
95e7701
to
82589dd
Compare
:background-color (colors/theme-colors | ||
colors/white | ||
colors/neutral-95)}) |
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.
These params fit in the same line 👍
82589dd
to
d2a70e8
Compare
{:border-radius picture-diameter | ||
:width picture-diameter | ||
:height picture-diameter | ||
:background-color (colors/theme-colors colors/white colors/neutral-95)}) |
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.
can you pass theme
as the 3rd arg here? 🙏
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.
left a small comment, other than that looks good 👍
d2a70e8
to
3b4fe61
Compare
65% of end-end tests have passed
Failed tests (15)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityMultipleDevicePR:
Passed tests (28)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
|
13fd69b
to
5f7c64f
Compare
d9937c3
to
5aa6f9a
Compare
@pavloburykh I suppose this pr then is ready for merge |
if @Francesca-G approves - then it is ready for merge |
ebccbd8
to
7bc11f5
Compare
2a3bc72
to
1eae2d2
Compare
1eae2d2
to
bced936
Compare
Hey @jo-mut! After merging of this PR it turned out that there are couple of changes that were not expected by this PR:
As far as I see there is a separate PR on that which is review column. So I wonder how these changes leaked in this PR?
I don't see any mention in this PR about this change (correct me I am wrong). When I tested the build from August 31 there were none of these changes. Also I don't see any requests from @Francesca-G regarding these changes in this PR. Am I missing something? One of the problems is that such unexpected changes which are silently merged into develop without manual qa approval (or at least running of e2e) can brake e2e tests or can potentially cause some other bugs. I see that community join flow has been updated in Figma But we should implement any updates according to our standard process: creating an issue with description, creating corresponding PR, reviewing the PR, passing e2e test, approving from QA team (if needed), passing design review. Maybe I have missed some conversations/agreements regarding those changes. Will appreciate if you clarify on that. Thank you! |
@pavloburykh The figma link above removed the checkbox from the community rules and the feeback figmas were updated like this without the checkbox |
As for the changes on join community button there is an issue for that and a pr. #17065. I may have leaked some of those changes into this pr which is my mistake |
it contradicts with another PR which was merged one week ago. cc @cammellos |
@churik with the updated figma there is no more |
@jo-mut anyway if drastic changes like this are made after design review, please, re-ask for manual QA, as currently we have all community e2e broken in develop. Thank you. |
thank you |
Hey @jo-mut! Also, I see "Follow up" label in this PR. If you have already created followup please link it to this PR. If not - please create one according to our process. Thank you. |
thats right. thanks |
fixes #16862