feat(ui): Add Vercel-style breadcrumb navigation with project and service switchers#3716
Open
imran-vz wants to merge 7 commits intoDokploy:canaryfrom
Open
feat(ui): Add Vercel-style breadcrumb navigation with project and service switchers#3716imran-vz wants to merge 7 commits intoDokploy:canaryfrom
imran-vz wants to merge 7 commits intoDokploy:canaryfrom
Conversation
switchers - Create AdvanceBreadcrumb component with searchable dropdowns - Add project selector with environment expansion support - Add service selector for quick switching between services - Add environment selector badge for multi-environment projects - Replace BreadcrumbSidebar with new component across all service pages - Update projects page, environment page, and all service detail pages (application, compose, postgres, mysql, mariadb, redis, mongo)
6037a3b to
ebbbd39
Compare
|
fireeee nice ! |
…utilizing URL query parameters for ID retrieval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR about?
Created AdvanceBreadcrumb component with searchable dropdowns with project, environment and service selectors for quick switching between services and replaced BreadcrumbSidebar with new component across all service pages.
Also ran,
pnpm run format-and-lint:fixfor formatting and linting.The bulk of this change is just formatting and linting. the actual feature is contained to these file
Checklist
Before submitting this PR, please make sure that:
canarybranch.Issues related (if applicable)
NA
Screenshots (if applicable)
cursorful-video-1771228165230.mp4
Greptile Summary
This PR introduces a Vercel-style breadcrumb navigation component with searchable dropdowns for quick switching between projects, environments, and services. The new
AdvanceBreadcrumbcomponent replaces the previousBreadcrumbSidebaracross all service pages (applications, databases), providing an enhanced navigation experience with project/environment/service selectors. The remaining changes are primarily code formatting improvements (import reordering) and cleanup of an unused import in the redis schema.Confidence Score: 4/5
advance-breadcrumb.tsx:199-213for potential null reference when project environments are emptyLast reviewed commit: 6037a3b
(2/5) Greptile learns from your feedback when you react with thumbs up/down!