Skip to content

Conversation

@juliawegmayr
Copy link
Contributor

@juliawegmayr juliawegmayr commented Dec 11, 2025

Description

A new Breadcrumb component is added, that should be used for rendering breadcrumbs in the admin (instead of StackBreadcrumbs and ToolbarBreadcrumbs).

In this PR the component is added and styled for desktop only.

Acceptance criteria

Screenshots/screencasts

Screenshot 2025-12-16 at 14 58 08

Open TODOs/questions

  • Add changeset (will be added later on in the feature branch)

Further information

@juliawegmayr juliawegmayr self-assigned this Dec 11, 2025
@juliawegmayr juliawegmayr changed the base branch from main to feature/admin-breadcrumbs December 11, 2025 13:12
@juliawegmayr juliawegmayr force-pushed the breadcrumbs-desktop branch 2 times, most recently from 95b432e to dcbef71 Compare December 16, 2025 13:41
@juliawegmayr juliawegmayr changed the title Breadcrumbs desktop Admin: Add new Breadcrumbs component Dec 16, 2025
@juliawegmayr juliawegmayr marked this pull request as ready for review December 16, 2025 14:05
@auto-assign auto-assign bot requested a review from johnnyomair December 16, 2025 14:05
juliawegmayr and others added 2 commits December 22, 2025 09:16
Co-authored-by: Ricky James Smith <[email protected]>
Co-authored-by: Ricky James Smith <[email protected]>
jamesricky
jamesricky previously approved these changes Dec 22, 2025

type BreadcrumbsClassKey = "root" | "breadcrumbsItem" | "separator";

export interface BreadcrumbsItem {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Naming: instead of BreadcrumbsItem we could also go with Breadcrumb, but I'm not sure what's better.

interface BreadcrumbsProps
extends ThemedComponentBaseProps<{
root: "div";
breadcrumbsItem: typeof Typography;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Naming: why add the "breadcrumbs" prefix here, but not for the other slots?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed it to item instead

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.

4 participants