[PR #572] [MERGED] fix: truncate long file name in admin dashboard #1053

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/572
Author: @catalinpit
Created: 10/17/2023
Status: Merged
Merged: 10/18/2023
Merged by: @catalinpit

Base: feat/refreshHead: fix/long-document-name-admin-dashboard


📝 Commits (1)

  • 8a3444d fix: truncate long file name in admin dashboard

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/admin/documents/data-table.tsx (+5 -1)

📄 Description

Issue

If the user uploaded a file with a long name, it created a huge horizontal scroll.

Solution

The name of the file is now truncated if it's too long. Thus, it doesn't break the UI anymore.


🔄 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/572 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/18/2023 **Merged by:** [@catalinpit](https://github.com/catalinpit) **Base:** `feat/refresh` ← **Head:** `fix/long-document-name-admin-dashboard` --- ### 📝 Commits (1) - [`8a3444d`](https://github.com/documenso/documenso/commit/8a3444d47b68b57ddcf25cb8e2adfa4dc00a836f) fix: truncate long file name in admin dashboard ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/admin/documents/data-table.tsx` (+5 -1) </details> ### 📄 Description ## Issue If the user uploaded a file with a long name, it created a huge horizontal scroll. ## Solution The name of the file is now truncated if it's too long. Thus, it doesn't break the UI anymore. --- <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:38 +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#1053
No description provided.