-
Notifications
You must be signed in to change notification settings - Fork 327
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(lld): UI of inscriptions table for ordis #7745
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 5 Skipped Deployments
|
39761c9
to
075494c
Compare
apps/ledger-live-desktop/src/newArch/features/Collectibles/types/Collection.ts
Show resolved
Hide resolved
...dger-live-desktop/src/newArch/features/Collectibles/components/Collection/TableRow/index.tsx
Outdated
Show resolved
Hide resolved
...live-desktop/src/newArch/features/Collectibles/components/Collection/TableRow/TokenTitle.tsx
Outdated
Show resolved
Hide resolved
.../src/newArch/features/Collectibles/Ordinals/components/Inscriptions/useInscriptionsModel.tsx
Outdated
Show resolved
Hide resolved
...er-live-desktop/src/newArch/features/Collectibles/Ordinals/components/Inscriptions/index.tsx
Outdated
Show resolved
Hide resolved
7c61cfe
to
96b5f8f
Compare
96b5f8f
to
f8c6953
Compare
const SatsIconContainer = styled(Flex)` | ||
border-radius: 8px; | ||
background: ${p => p.theme.colors.opacityDefault.c05}; | ||
border: 1px solid ${p => p.theme.colors.opacityDefault.c10}; | ||
padding: 8px; | ||
`; | ||
|
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.
You maybe should put this outside of TableRow as it's specific to Stats ?
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.
Yes I've changed that in feat/LIVE-12479_b. There will be a dedicated component
β Checklist
npx changeset
was attached.π Description
This PR is the first of this ticket LIVE-12479. There will be other PRs to achieve this ticket.
Here there is the implementation of a dummy table (only UI) with hardcoded data. It's hidden under a ff so not visible. Integration test will be added on another PR
Screen.Recording.2024-09-04.at.15.02.03.mov
β Context
π§ Checklist for the PR Reviewers