-
Notifications
You must be signed in to change notification settings - Fork 15
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
Chore/admin/update-breadcrumb-logic #834
Chore/admin/update-breadcrumb-logic #834
Conversation
edc9b22
to
408a540
Compare
@@ -60,196 +87,11 @@ function RouteBreadcrumbs() { | |||
<Link to={$path("/")}>Home</Link> | |||
</BreadcrumbLink> | |||
</BreadcrumbItem> | |||
<BreadcrumbSeparator /> | |||
|
|||
{routeInfo?.path === "/agents/:agent" && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
Screen.Recording.2024-12-13.at.1.54.23.PM.movOh noticed one small thing just wanted to verify! Should the Threads breadcrumb be there if I click a thread? |
Yes, nice catch! |
- determines which fields should be displayed as passwords when configuring a model provider
408a540
to
38d546e
Compare
Improves breadcrumb logic by using Remix Route Handles.
further reading for context:
https://remix.run/docs/zh/main/guides/breadcrumbs