Show identicons for breadcrumbs to match with user profile avatar
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2026-07-09 21:13:19 +03:00
parent d84b5834ac
commit 3cef92e82f
4 changed files with 22 additions and 3 deletions

View File

@@ -290,6 +290,8 @@ export type Breadcrumb =
type: "IMAGE";
href: string;
text?: string;
/** Seed for the identicon shown if `imgPath` fails to load. */
identiconInput?: string;
}
| { text: string; type: "TEXT"; href: string };