-
Notifications
You must be signed in to change notification settings - Fork 985
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: community buttons #18392
fix: community buttons #18392
Conversation
939aa32
to
704bce0
Compare
Jenkins BuildsClick to see older builds (20)
|
@@ -44,9 +44,10 @@ | |||
(str title ": " content)]]) | |||
|
|||
(defn view | |||
[rules] | |||
[rules scroll-enabled] |
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.
consider appending "?" -> scroll-enabled?
@@ -1,6 +1,8 @@ | |||
(ns status-im.contexts.communities.actions.request-to-join.view | |||
(:require | |||
[quo.core :as quo] | |||
[quo.foundations.colors :as colors] | |||
[quo.theme :as quo.theme] |
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 be [quo.theme]
|
||
(def community-rule-text | ||
{:margin-left 6 | ||
{:margin-left 0 |
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 we just remove this?
@@ -33,7 +36,7 @@ | |||
:weight :semi-bold | |||
:size :heading-2} | |||
(i18n/label :t/request-to-join)]] | |||
[rn/view {:style {:margin-right :auto :margin-top 8}} | |||
[rn/view {:style {:margin-right :auto :margin-top 4}} |
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.
maybe better to put in a style file?
{:size :paragraph-2 | ||
:style style/final-disclaimer-text} | ||
(i18n/label :t/request-to-join-disclaimer)]]]))) | ||
|
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.
extra line here
@@ -97,7 +97,7 @@ | |||
|
|||
{:name :community-requests-to-join | |||
:options {:sheet? true} | |||
:component join-menu/request-to-join} | |||
:component join-menu/view} |
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.
🙌
67% of end-end tests have passed
Failed tests (13)Click to expandClass TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePRTwo:
Expected to fail tests (3)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Passed tests (32)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestDeepLinksOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
|
9630fc5
to
4ef8504
Compare
100% of end-end tests have passed
Passed tests (13)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePR:
|
79% of end-end tests have passed
Failed tests (7)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Expected to fail tests (3)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Passed tests (38)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestDeepLinksOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityOneDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMerged:
|
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.
It looks good compared to the feedback given in the 1.25 build.
I think the screen was updated in the past few months, please have a look here :)
https://www.figma.com/file/h9wo4GipgZURbqqr1vShFN/Communities-for-Mobile?type=design&node-id=15331%3A285065&mode=design&t=BQtnGwV6YnF1RMeW-1
You are right, I confirmed that there are new screens for the request to join and it's currently in the works. I'd have to close this PR. cc: @ajayesivan |
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.
LGTM @BalogunofAfrica
Indeed, we are working on new screens behind a feature flag for requesting to join communities. But given the PR is already approved by @Francesca-G and the code looks good, I think it's fine to merge and not close this PR. We don't know exactly when we will enable the toggle community-accounts-selection-enabled?
in develop
, it might still take a few weeks.
5f69767
to
c7e67f6
Compare
That makes sense |
c7e67f6
to
c796bed
Compare
c796bed
to
9f61492
Compare
Fixes https://github.com/orgs/status-im/projects/90/views/1?groupedBy%5BcolumnId%5D=&filterQuery=is:issue+is:open&pane=issue&itemId=45784928
Areas that maybe impacted
Functional
Before and after screenshots comparison
Before:
After:
Figma link:
https://www.figma.com/file/Tf5nfkYvpbnNCo4rKLK7lS/Feedback-for-Mobile?type=design&node-id=6117-85237&mode=design&t=VrDYIFW0pOuVnDbb-0
status: ready