Skip to content

Show credential title in wallet-activity history entries - #48

Closed
0marSalah wants to merge 2 commits into
mainfrom
show-credential-title-in-history
Closed

Show credential title in wallet-activity history entries#48
0marSalah wants to merge 2 commits into
mainfrom
show-credential-title-in-history

Conversation

@0marSalah

Copy link
Copy Markdown
Contributor

Summary

  • History rows for credential create/share/unshare now show the credential's title, linked to its detail page, instead of the bare cid.
  • Delete events show the title as plain (non-link) text, since the credential no longer exists to link to.
  • Title is captured at write time in storageManager.ts (addHistoryCredentialCreated/Deleted/Shared/Unshared now take a title param) and stored as object: { cid, title }, with summary updated to match so search still works.
  • Old history entries (bare object: cid, no title) still render fine, falling back to showing the cid.

@0marSalah 0marSalah self-assigned this Aug 6, 2026
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>
@0marSalah
0marSalah force-pushed the show-credential-title-in-history branch from eafaa93 to b6f4b64 Compare August 10, 2026 17:44
Signed-off-by: Omar Salah <itsdevomar@gmail.com>
@dmitrizagidulin

Copy link
Copy Markdown
Member

Already merged as part of #49, closing.

@dmitrizagidulin
dmitrizagidulin deleted the show-credential-title-in-history branch August 12, 2026 02:22
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