[PR #2450] fix: folder view all page nested navigation and search filtering #2313

Open
opened 2026-02-26 20:33:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2450
Author: @catalinpit
Created: 2/6/2026
Status: 🔄 Open

Base: mainHead: fix/folder-view-all-functionality


📝 Commits (1)

  • 2046d7f fix: folder view all page nested navigation and search filtering

📊 Changes

4 files changed (+86 additions, -58 deletions)

View changed files

📝 apps/remix/app/components/dialogs/folder-create-dialog.tsx (+10 -2)
📝 apps/remix/app/components/general/folder/folder-grid.tsx (+4 -0)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.folders._index.tsx (+36 -28)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates.folders._index.tsx (+36 -28)

📄 Description

Add parentId query param support to documents/templates folder index pages so View All correctly shows subfolders. Fix search not filtering unpinned folders on documents page and broken mt- Tailwind class on templates page.

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2450 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 2/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/folder-view-all-functionality` --- ### 📝 Commits (1) - [`2046d7f`](https://github.com/documenso/documenso/commit/2046d7f7cfbf0b3c70ace33a093109819a4d0df4) fix: folder view all page nested navigation and search filtering ### 📊 Changes **4 files changed** (+86 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/folder-create-dialog.tsx` (+10 -2) 📝 `apps/remix/app/components/general/folder/folder-grid.tsx` (+4 -0) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.folders._index.tsx` (+36 -28) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates.folders._index.tsx` (+36 -28) </details> ### 📄 Description Add parentId query param support to documents/templates folder index pages so View All correctly shows subfolders. Fix search not filtering unpinned folders on documents page and broken mt- Tailwind class on templates page. ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2313
No description provided.