-
Notifications
You must be signed in to change notification settings - Fork 984
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
[Wallet]Fraschetti/Temporarily hide Activity Tab on Collectible Detail Page #19447
[Wallet]Fraschetti/Temporarily hide Activity Tab on Collectible Detail Page #19447
Conversation
Jenkins BuildsClick to see older builds (11)
|
src/status_im/config.cljs
Outdated
@@ -170,3 +170,4 @@ | |||
(def community-accounts-selection-enabled? true) | |||
(def fetch-messages-enabled? (enabled? (get-config :FETCH_MESSAGES_ENABLED "1"))) | |||
(def test-networks-enabled? (enabled? (get-config :TEST_NETWORKS_ENABLED "0"))) | |||
(def wallet-collectible-actvity-enabled? false) |
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.
we have feature flags in a name space btw
src/status_im/feature_flags.cljs
then there's a ui in the settings to turn them on/off
activity-tab [{:id :activity | ||
:label (i18n/label :t/activity) | ||
:accessibility-label :activity-tab}]] | ||
(concat base-tabs (if config/wallet-collectible-actvity-enabled? activity-tab [])))) |
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.
tbh I don't think we need this. Let's just delete the activity tab for now and keep it simple 👍
I think this can skip manual QA 👍 |
9bbe9ec
to
abb4d74
Compare
Thanks guys! Let me know if there are more changes |
abb4d74
to
29f15c7
Compare
94% of end-end tests have passed
Failed tests (2)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityCenterContactRequestMultipleDevicePR:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (45)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
|
@FFFra e2e fails are not PR related. |
674556d
to
c33c98b
Compare
c33c98b
to
e42b307
Compare
fixes #19400
Summary
This pull request introduces a configuration option to conditionally incorporate the 'Activity' tab within the Collectibles Detail Page, facilitating ongoing development related to this feature. This option is intended for interim use and will be removed upon the completion of the feature's implementation.
Platforms
Areas that maybe impacted
Wallet
Collectibles
Functional
Steps to test
status-im.config
changewallet-collectible-actvity-enabled?
totrue
orfalse
Before and after screenshots comparison
Before
After
status: ready!