Skip to content

feat(FileSystem): adds breadcrumb navigation#1863

Merged
pedrolamas merged 5 commits into
fluidd-core:developfrom
pedrolamas:pedrolamas/filesystem-breadcrumbs
Jun 1, 2026
Merged

feat(FileSystem): adds breadcrumb navigation#1863
pedrolamas merged 5 commits into
fluidd-core:developfrom
pedrolamas:pedrolamas/filesystem-breadcrumbs

Conversation

@pedrolamas

Copy link
Copy Markdown
Member

Adds new breadcrumb navigation feature to the File System browser for easy navigation.

Screen capture

Video.mp4

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas added this to the 1.37.1 milestone Jun 1, 2026
@pedrolamas pedrolamas requested a review from Copilot June 1, 2026 16:31
@pedrolamas pedrolamas added the FR - Enhancement New feature or request label Jun 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds breadcrumb navigation to the File System browser toolbar to make folder navigation quicker, and wires breadcrumb clicks into the existing directory-loading flow.

Changes:

  • Replaces the plain path text in FileSystemToolbar with a v-breadcrumbs UI and emits a new navigate-to event on breadcrumb clicks.
  • Passes dense through to the toolbar and listens for navigate-to in FileSystem to call loadFiles().

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/components/widgets/filesystem/FileSystemToolbar.vue Adds breadcrumb rendering, click handler emitting navigate-to, and scoped styling for breadcrumb hover behavior.
src/components/widgets/filesystem/FileSystem.vue Wires toolbar navigate-to event to existing loadFiles() and forwards dense prop to the toolbar.

Comment thread src/components/widgets/filesystem/FileSystemToolbar.vue
Comment thread src/components/widgets/filesystem/FileSystemToolbar.vue Outdated
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread src/components/widgets/filesystem/FileSystemBreadcrumbs.vue
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread src/components/widgets/filesystem/FileSystemBreadcrumbs.vue

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread src/components/widgets/filesystem/FileSystemBreadcrumbs.vue
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread src/components/widgets/filesystem/FileSystemBulkActions.vue

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread src/components/widgets/filesystem/FileSystemBreadcrumbs.vue
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@pedrolamas pedrolamas merged commit 5de20d1 into fluidd-core:develop Jun 1, 2026
4 checks passed
@pedrolamas pedrolamas deleted the pedrolamas/filesystem-breadcrumbs branch June 1, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FR - Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants