[PR #371] [MERGED] feat: update document table layout #918

Closed
opened 2026-02-26 19:31:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/371
Author: @dguyen
Created: 9/12/2023
Status: Merged
Merged: 9/12/2023
Merged by: @dguyen

Base: feat/refreshHead: feat/document-table-adjustments


📝 Commits (2)

  • 1a4c5ff feat: update document table layout
  • bcaec23 refactor: extract redirect path

📊 Changes

10 files changed (+117 additions, -159 deletions)

View changed files

apps/web/src/app/(dashboard)/dashboard/page.tsx (+0 -124)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/data-table.tsx (+4 -8)
📝 apps/web/src/app/(dashboard)/documents/page.tsx (+2 -1)
📝 apps/web/src/app/(dashboard)/documents/upload-document.tsx (+0 -0)
📝 apps/web/src/app/layout.tsx (+16 -10)
📝 apps/web/src/components/formatter/locale-date.tsx (+19 -4)
📝 apps/web/src/components/forms/signin.tsx (+8 -8)
packages/lib/client-only/providers/locale.tsx (+37 -0)
📝 packages/ui/primitives/data-table-pagination.tsx (+30 -3)

📄 Description

Changes:

  • Removed dashboard page
  • Removed ID column (in my opinion it is redundant from the user perspective)
  • Added additional display options for pagination where the "rows selected" is located
  • Moved date to first column
  • Use the estimated locale from the user headers to format dates on SSR

🔄 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/371 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `feat/refresh` ← **Head:** `feat/document-table-adjustments` --- ### 📝 Commits (2) - [`1a4c5ff`](https://github.com/documenso/documenso/commit/1a4c5ff8fc3d3d01560eb312ab7e191c92f6ac7b) feat: update document table layout - [`bcaec23`](https://github.com/documenso/documenso/commit/bcaec230c09cbccdfad4441bd9fdbb3f84a3b495) refactor: extract redirect path ### 📊 Changes **10 files changed** (+117 additions, -159 deletions) <details> <summary>View changed files</summary> ➖ `apps/web/src/app/(dashboard)/dashboard/page.tsx` (+0 -124) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/data-table.tsx` (+4 -8) 📝 `apps/web/src/app/(dashboard)/documents/page.tsx` (+2 -1) 📝 `apps/web/src/app/(dashboard)/documents/upload-document.tsx` (+0 -0) 📝 `apps/web/src/app/layout.tsx` (+16 -10) 📝 `apps/web/src/components/formatter/locale-date.tsx` (+19 -4) 📝 `apps/web/src/components/forms/signin.tsx` (+8 -8) ➕ `packages/lib/client-only/providers/locale.tsx` (+37 -0) 📝 `packages/ui/primitives/data-table-pagination.tsx` (+30 -3) </details> ### 📄 Description Changes: - Removed dashboard page - Removed ID column (in my opinion it is redundant from the user perspective) - Added additional display options for pagination where the "rows selected" is located - Moved date to first column - Use the estimated locale from the user headers to format dates on SSR --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:02 +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#918
No description provided.