Skip to content

Add search box to credentials and contacts pages - #49

Merged
dmitrizagidulin merged 4 commits into
mainfrom
add-search-box-to-credentials-and-contacts-pages
Aug 12, 2026
Merged

Add search box to credentials and contacts pages#49
dmitrizagidulin merged 4 commits into
mainfrom
add-search-box-to-credentials-and-contacts-pages

Conversation

@0marSalah

@0marSalah 0marSalah commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a fuzzy search box to the Credentials and Contacts pages, matching against every field (not just the title) via a single getFn-based Fuse.js key that flattens the whole object into leaf values, rather than listing field paths one by one — so nothing needs updating if the VC/contact shape grows.
  • History entries for credential actions now show the credential's title instead of a bare id.

Note: branched off show-credential-title-in-history merge that #48 first.

image image

@0marSalah 0marSalah self-assigned this Aug 11, 2026
0marSalah and others added 4 commits August 11, 2026 20:49
History rows for credential create/delete/share/unshare recorded only the bare cid; the activity record now carries the credential's display title too, so the History page can show a readable, linked entry.

Signed-off-by: Omar Salah <itsdevomar@gmail.com>
Signed-off-by: Omar Salah <itsdevomar@gmail.com>
Signed-off-by: Omar Salah <itsdevomar@gmail.com>
Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>
@dmitrizagidulin
dmitrizagidulin force-pushed the add-search-box-to-credentials-and-contacts-pages branch from d9cba91 to 9f3bf49 Compare August 12, 2026 02:20
@dmitrizagidulin
dmitrizagidulin merged commit 544cea2 into main Aug 12, 2026
1 check passed
@dmitrizagidulin
dmitrizagidulin deleted the add-search-box-to-credentials-and-contacts-pages branch August 12, 2026 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants