-
Notifications
You must be signed in to change notification settings - Fork 348
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
feat: β¨ (llm) new accounts and assets lists portfolio #8663
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
2 Skipped Deployments
|
bca80ac
to
3a428dd
Compare
e926af9
to
4404653
Compare
4404653
to
befdfd1
Compare
befdfd1
to
6708a37
Compare
6708a37
to
731051d
Compare
731051d
to
3c3c2c9
Compare
3c3c2c9
to
b22838e
Compare
b99c47c
to
d4a2120
Compare
d4a2120
to
34435d0
Compare
34435d0
to
4929899
Compare
4929899
to
54b5a8e
Compare
apps/ledger-live-mobile/src/newArch/features/Accounts/components/AddAccountButton/index.tsx
Show resolved
Hide resolved
maxItemsToDysplay: number; | ||
}; | ||
|
||
const ListsSection: React.FC<ListsSectionProps> = ({ |
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 suggest a TabSection
name
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.
Done β
feat: β¨ (llm): inte test feat: β¨ (llm): inte test feat: β¨ (llm): enhance tab selector feat: β¨ (llm): inte test
54b5a8e
to
b422984
Compare
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
β Checklist
npx changeset
was attached.π Description
Important
There is a test that's not working properly because of the animation. It looks like the shared values are not updated so the translation and the opacity change don't happen in test env. It has been decided to just check if the row exists
Integration of the new assets and accounts lists to the current portfolio screen.
useListsAnimation.ts has the logic that ensure the animation of the tab switch is smooth.
Creation of a new component in the navite lib. I've renamed the current component to DrawerTabComponent since it's used only in a drawer and it looks more like a drawer tab selector.
Since the rename of the DrawerTabComponent is out of the scope I didn't change anything in it just a rename
Also reduce the margin top of the quick actions
Remove bottom edger on Accounts and Assets lists screens
Storybook link : https://native-ui-storybook-git-feat-live-14723-ledgerhq.vercel.app/?path=/docs/form-tabselector--docs
ANIMATIONS DEMO
Simulator.Screen.Recording.-.iPhone.15.-.2024-12-11.at.10.29.58.mp4
Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2024-12-11.at.10.42.30.mp4
USE CASES DEMO
Simulator.Screen.Recording.-.iPhone.15.-.2024-12-13.at.18.10.19.mp4
QUICK ACTIONS MARGIN
β Context
π§ Checklist for the PR Reviewers