[PR #1529] [MERGED] fix: refactor search routes #1693

Closed
opened 2026-02-26 20:30:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1529
Author: @dguyen
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @dguyen

Base: mainHead: fix/refactor-search-routes


📝 Commits (1)

  • 36c7c2e fix: refactor search routes

📊 Changes

35 files changed (+171 additions, -184 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/admin/documents/document-results.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx (+2 -4)
📝 apps/web/src/app/(dashboard)/documents/data-table.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/documents/documents-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/public-profile/public-profile-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx (+2 -4)
📝 apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx (+2 -4)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx (+4 -8)
📝 apps/web/src/app/(dashboard)/templates/templates-page-view.tsx (+1 -1)
📝 apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx (+3 -5)
📝 apps/web/src/components/(teams)/tables/pending-user-teams-data-table.tsx (+3 -5)
📝 apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx (+3 -5)
📝 apps/web/src/components/(teams)/tables/team-members-data-table.tsx (+3 -5)
📝 packages/api/v1/implementation.ts (+1 -1)
📝 packages/lib/server-only/admin/get-all-documents.ts (+7 -5)
📝 packages/lib/server-only/auth/find-passkeys.ts (+7 -6)
📝 packages/lib/server-only/document/find-document-audit-logs.ts (+9 -5)
📝 packages/lib/server-only/document/find-documents.ts (+9 -23)
📝 packages/lib/server-only/team/find-team-member-invites.ts (+7 -7)

...and 15 more files

📄 Description

Description

Refactor find endpoints to be consistent in terms of input and output.


🔄 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/1529 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/refactor-search-routes` --- ### 📝 Commits (1) - [`36c7c2e`](https://github.com/documenso/documenso/commit/36c7c2edea06f9cd3c235631ebe1a787d047793d) fix: refactor search routes ### 📊 Changes **35 files changed** (+171 additions, -184 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/admin/documents/document-results.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx` (+2 -4) 📝 `apps/web/src/app/(dashboard)/documents/data-table.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/documents/documents-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/public-profile/public-profile-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx` (+2 -4) 📝 `apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx` (+2 -4) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx` (+4 -8) 📝 `apps/web/src/app/(dashboard)/templates/templates-page-view.tsx` (+1 -1) 📝 `apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx` (+3 -5) 📝 `apps/web/src/components/(teams)/tables/pending-user-teams-data-table.tsx` (+3 -5) 📝 `apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx` (+3 -5) 📝 `apps/web/src/components/(teams)/tables/team-members-data-table.tsx` (+3 -5) 📝 `packages/api/v1/implementation.ts` (+1 -1) 📝 `packages/lib/server-only/admin/get-all-documents.ts` (+7 -5) 📝 `packages/lib/server-only/auth/find-passkeys.ts` (+7 -6) 📝 `packages/lib/server-only/document/find-document-audit-logs.ts` (+9 -5) 📝 `packages/lib/server-only/document/find-documents.ts` (+9 -23) 📝 `packages/lib/server-only/team/find-team-member-invites.ts` (+7 -7) _...and 15 more files_ </details> ### 📄 Description ## Description Refactor find endpoints to be consistent in terms of input and output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:30:39 +03:00
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#1693
No description provided.