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

Drop Account#name, Account#starred and LLD to use Currency Settings' instead of Account#unit #6761

Closed
wants to merge 3 commits into from

Conversation

gre
Copy link
Contributor

@gre gre commented Apr 26, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • see respective PRs for documented impacts

πŸ“ Description

This PR is a mashup of two PRs:

since these PR modify similar codebase, it will be simpler to get this PR tested and merged that solved all the conflicts.

Builds

❓ 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)

@gre gre requested review from a team as code owners April 26, 2024 09:51
Copy link

vercel bot commented Apr 26, 2024

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

5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 8:01am
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 8:01am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 8:01am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 8:01am
web-tools ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 8:01am

@live-github-bot live-github-bot bot added desktop Has changes in LLD mobile Has changes in LLM common Has changes in live-common ledgerjs Has changes in the ledgerjs open source libs cli labels Apr 26, 2024
@gre gre force-pushed the support/account-name-lldunit branch from 5a8ba05 to 03ef4fc Compare April 26, 2024 10:44
@gre gre force-pushed the support/account-name-lldunit branch from 03ef4fc to e5d4d57 Compare April 26, 2024 12:28
CremaFR
CremaFR previously approved these changes Apr 29, 2024
Copy link
Member

@CremaFR CremaFR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Justkant Justkant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still have around 150 files to check but I post this comments first so you can check them in the meantime

Comment on lines 67 to 79
overflowStyles: React.CSSProperties = {
const overflowStyles: React.CSSProperties = {
textOverflow: "ellipsis",
overflow: "hidden",
whiteSpace: "nowrap",
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably should be moved outside the component

Copy link
Contributor

@Justkant Justkant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some more details but the rest LGTM

Justkant
Justkant previously approved these changes Apr 30, 2024
@gre gre force-pushed the support/account-name-lldunit branch from 74717c4 to e9c8c82 Compare May 2, 2024 08:00
@gre gre marked this pull request as draft May 2, 2024 08:00
@gre
Copy link
Contributor Author

gre commented May 2, 2024

i'm moving this back to Draft because i think we need to ship #6791 with it too, so i think we'll merge the LLM part in this PR too and will need review on the extra parts that it brings

there is notably one thing that we must fix globally to restore support of the unit in the Send Flow (the amount field to use the user's unit) that requires changes in the useSendAmount helper.

@gre
Copy link
Contributor Author

gre commented May 2, 2024

the PR is replaced by #6796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli common Has changes in live-common desktop Has changes in LLD ledgerjs Has changes in the ledgerjs open source libs mobile Has changes in LLM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants