Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add static helpers for creating breadcrumbs. #1702

Merged
merged 3 commits into from
Sep 8, 2021
Merged

Conversation

maciejwalkowiak
Copy link
Contributor

@maciejwalkowiak maciejwalkowiak commented Sep 7, 2021

📜 Description

Add static helper methods for creating breadcrumbs, that render in special way in the UI.

Breadcrumbs created using these methods look following:

image

The question is if there is a value in having separate UI and User breadcrumb - as far as I can see they render the same way.

💡 Motivation and Context

Fixes #361

💚 How did you test it?

Unit tests.

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

@maciejwalkowiak maciejwalkowiak marked this pull request as ready for review September 7, 2021 18:27
Copy link
Contributor

@marandaneto marandaneto left a comment

Choose a reason for hiding this comment

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

LGTM

@maciejwalkowiak maciejwalkowiak merged commit 4c8486f into main Sep 8, 2021
@maciejwalkowiak maciejwalkowiak deleted the gh-361 branch September 8, 2021 07:51
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.

Add better Breadcrumb helpers
2 participants