-
Notifications
You must be signed in to change notification settings - Fork 115
LL-2041 - Feature: Persist all market page settings in store #2492
base: develop
Are you sure you want to change the base?
LL-2041 - Feature: Persist all market page settings in store #2492
Conversation
Thanks for your contribution.
Why /generate-screenshots ?If your PR contains UI related changes, |
@@ -335,61 +357,63 @@ export default function Market({ navigation }: { navigation: any }) { | |||
|
|||
const renderEmptyComponent = useCallback( | |||
() => | |||
search ? ( // shows up in case of no search results |
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.
This whole part is just lint to the end of the file
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.
I hope you didn't sneak in an easter egg hoping we just trust you and don't review the end of the file 👀
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.
All good with the code, no easter egg found 👍
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.
Validated with:
- LLM 3.0.8-sha.3dd6ad142a04c49b1b18fe0b39738446b5ac934f
- iOS 14.7/Android 12
- Starred/Sort/Time/Currency
Screen_Recording_20220506-145555_LL.DEV.mp4
Store all the parameters (sort, time, currency, show favorite) in the store so nothing change when you open again the market page even after restarting the app.
Type
Feature
Context
https://ledgerhq.atlassian.net/browse/LIVE-2041
Parts of the app affected / Test plan
Market page