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: Rework hiddenCollections to handle more easily displays in LLM #8495

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

mcayuelas-ledger
Copy link
Contributor

@mcayuelas-ledger mcayuelas-ledger commented Nov 27, 2024

βœ… Checklist

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

πŸ“ Description

hiddenCollections is now an object renamed nftCollectionsStatusByNetwork, containing the different contracts according to their network
3 types of status :

Spam => Spam filter automatically adds the contract to the object
Whitelisted => User manually removes contract from hiddenCollections
Blacklisted => User manually adds contract to hiddenCollections (Hide Collection)
FF-based display (nftFromSimpleHash) :

If ON => display only whitelisted NFTs in addition to others
If OFF => Whitelisted and Spam NFTs are displayed in addition to the others

Screen_Recording_20241127_105252_LL.DEV.mp4

❓ Context

  • JIRA or GitHub link:

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

@mcayuelas-ledger mcayuelas-ledger requested review from a team as code owners November 27, 2024 10:39
Copy link

vercel bot commented Nov 27, 2024

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

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 9:35am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 9:35am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 9:35am
web-tools ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 9:35am

@live-github-bot live-github-bot bot added desktop Has changes in LLD mobile Has changes in LLM labels Nov 27, 2024
@live-github-bot
Copy link
Contributor

live-github-bot bot commented Nov 27, 2024

Mobile Bundle Checks

Comparing ff73a3d against 8e31ae9.

βœ… Previous issues have all been fixed.

Desktop Bundle Checks

Comparing ff73a3d against 8e31ae9.

βœ… Previous issues have all been fixed.

Copy link
Contributor

@themooneer themooneer left a comment

Choose a reason for hiding this comment

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

LGTM ✨

@mcayuelas-ledger mcayuelas-ledger force-pushed the feat/improve-hidden-collections-llm branch 2 times, most recently from b42f3ad to 7bea312 Compare November 27, 2024 13:46
@mcayuelas-ledger mcayuelas-ledger force-pushed the feat/improve-hidden-collections branch 2 times, most recently from 4ebfc09 to c10f439 Compare November 29, 2024 15:25
@mcayuelas-ledger mcayuelas-ledger force-pushed the feat/improve-hidden-collections-llm branch from 7bea312 to c23451a Compare November 29, 2024 15:28
themooneer
themooneer previously approved these changes Nov 29, 2024
Base automatically changed from feat/improve-hidden-collections to develop December 2, 2024 09:14
@mcayuelas-ledger mcayuelas-ledger dismissed themooneer’s stale review December 2, 2024 09:14

The base branch was changed.

@mcayuelas-ledger mcayuelas-ledger force-pushed the feat/improve-hidden-collections-llm branch from c23451a to 2fb5e08 Compare December 2, 2024 09:33
@mcayuelas-ledger mcayuelas-ledger merged commit f0a34a0 into develop Dec 2, 2024
47 of 48 checks passed
@mcayuelas-ledger mcayuelas-ledger deleted the feat/improve-hidden-collections-llm branch December 2, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD mobile Has changes in LLM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants