impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

Fix duplicate favorites bug #213

Closed maiertech closed 1 month ago

maiertech commented 1 month ago

Description of change

When changing the sort order, favorites are not filtered from the CredentialList:

Links to any relevant issues

This is a fix on a feature branch.

How the change has been tested

  1. Load the Ferris profile in dev mode.
  2. Navigate to "Me".
  3. Favorite 2 credentials (don't use the dev mode back button to go back, use the navigation with arrow symbol).
  4. Change the sort order.
  5. Verify that in all 3 tabs you see favorites and non favorites separated.

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.