Skip to content

v0.6.63: knowledgebase UI, folder search in mothership - #4405

Merged
waleedlatif1 merged 2 commits into
mainfrom
staging
May 2, 2026
Merged

v0.6.63: knowledgebase UI, folder search in mothership#4405
waleedlatif1 merged 2 commits into
mainfrom
staging

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

@vercel

vercelBot commented May 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
docsSkippedSkippedMay 2, 2026 4:25pm

Request Review

@cursor

cursorBot commented May 2, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Low risk UI-only changes: adjusts dropdown filtering to include folders during mention/plus-menu search and tweaks table column sizing. No backend, auth, or data-handling logic is affected.

Overview
Restores folder results in the home PlusMenuDropdown flat/mention filtering by no longer excluding the folder resource group when building filteredItems.

Tweaks Knowledge Base document table layout by adding widthMultiplier values to short numeric/status columns, and includes a small className ordering-only change for lock icons in the workflow/folder sidebar items.

Reviewed by Cursor Bugbot for commit 1a76a22. Configure here.

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR restores folder visibility in the @-mention and plus-menu search by removing the old type !== 'folder' filter from filteredItems in plus-menu-dropdown.tsx, and tightens knowledge-base table column widths via widthMultiplier on five DOCUMENT_COLUMNS entries. The two sidebar files contain only cosmetic Tailwind class reordering with no functional impact.

Confidence Score: 5/5

Safe to merge — all changes are well-scoped bug fixes and minor UI tweaks.

No logic errors, security concerns, or type mismatches found. The folder config in the resource registry fully supports renderDropdownItem and selection handling, validating the restoration. Column width changes are additive and use an existing optional property. Tailwind reordering is cosmetic.

No files require special attention.

Important Files Changed

FilenameOverview
apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/plus-menu-dropdown.tsxRemoves the folder-exclusion filter from filteredItems so folders appear in both @-mention and search results; getResourceConfig('folder') exists and renderDropdownItem is defined, so selection is handled correctly.
apps/sim/app/workspace/[workspaceId]/knowledge/[id]/base.tsxAdds widthMultiplier to five DOCUMENT_COLUMNS entries to tighten column widths; the property is well-supported in ResourceColumn and consumed in resource.tsx.
apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workflow-list/components/folder-item/folder-item.tsxCosmetic Tailwind class reordering (pointer-events-none moved first) on the Lock icon — no functional change.
apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workflow-list/components/workflow-item/workflow-item.tsxCosmetic Tailwind class reordering (pointer-events-none moved first) on the Lock icon — no functional change.

Reviews (1): Last reviewed commit: "improvement(knowledge): tighten column w..." | Re-trigger Greptile

@waleedlatif1
waleedlatif1 merged commit d445b9c into mainMay 2, 2026
31 checks passed
Sign up for freeto 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.

1 participant

@waleedlatif1