Skip to content
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

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

LucasWerey
Copy link
Contributor

@LucasWerey LucasWerey commented Sep 4, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • BTC Account
    • Ordinals

πŸ“ 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

image

Screen.Recording.2024-09-04.at.15.02.03.mov

❓ Context


🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

@LucasWerey LucasWerey requested a review from a team as a code owner September 4, 2024 12:27
Copy link

vercel bot commented Sep 4, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview Sep 4, 2024 2:52pm
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Sep 4, 2024 2:52pm
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Sep 4, 2024 2:52pm
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Sep 4, 2024 2:52pm
web-tools ⬜️ Ignored (Inspect) Visit Preview Sep 4, 2024 2:52pm

@live-github-bot live-github-bot bot added the desktop Has changes in LLD label Sep 4, 2024
@LucasWerey LucasWerey force-pushed the feat/LIVE-12479_a branch 2 times, most recently from 39761c9 to 075494c Compare September 4, 2024 13:35
@LucasWerey LucasWerey force-pushed the feat/LIVE-12479_a branch 3 times, most recently from 7c61cfe to 96b5f8f Compare September 4, 2024 13:44
Comment on lines +28 to +34
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;
`;

Copy link
Contributor

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 ?

Copy link
Contributor Author

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

@LucasWerey LucasWerey merged commit 917045c into develop Sep 5, 2024
33 of 34 checks passed
@LucasWerey LucasWerey deleted the feat/LIVE-12479_a branch September 5, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants