Mobile. A/B test: txs/token transfers table view (address details page)#3241
Merged
Mobile. A/B test: txs/token transfers table view (address details page)#3241
Conversation
isstuev
approved these changes
Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description and Related Issue(s)
Resolves #3230
This PR implements an A/B test for table view on mobile devices for transactions and token transfers on the address details page. The implementation allows users to toggle between table view and list view, with the preference being persisted via cookies and controlled by a GrowthBook feature flag.
Proposed Changes
useTableViewValuehook that manages table view state using cookies and GrowthBook feature flagtx_table_viewTableViewToggleButtoncomponent for switching between views on mobileTxsContent,TxsHeaderMobile)tx_table_viewto control the default view stateTABLE_VIEW_ON_MOBILE)list_view.svg) for the toggle buttonBreaking or Incompatible Changes
None.
Additional Information
This implementation follows the A/B testing approach described in issue #3230, where table view is shown by default on mobile, and users can switch to list view if they prefer. The feature flag allows controlling the default state, and user preferences are persisted via cookies.
Checklist for PR author