[PR #150] [MERGED] Long filename fix 🗄 #757

Closed
opened 2026-02-26 18:48:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/150
Author: @The-Robin-Hood
Created: 5/10/2023
Status: Merged
Merged: 5/30/2023
Merged by: @Mythie

Base: mainHead: bugfix/long_filename


📝 Commits (10+)

📊 Changes

4 files changed (+23 additions, -3 deletions)

View changed files

📝 apps/web/pages/documents/[id]/signed.tsx (+2 -1)
packages/lib/helpers/index.ts (+1 -0)
packages/lib/helpers/strings.ts (+13 -0)
📝 packages/ui/components/dialog/Dialog.tsx (+7 -2)

📄 Description

PR : The pull request addressed an issue with long file names in the UI
Issue : #76

Before:

image

After:

image


🔄 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/150 **Author:** [@The-Robin-Hood](https://github.com/The-Robin-Hood) **Created:** 5/10/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `bugfix/long_filename` --- ### 📝 Commits (10+) - [`051e681`](https://github.com/documenso/documenso/commit/051e681701c90e436038ce62d0f823fb3406a20d) Long filename fix 🗄 - [`9b993c0`](https://github.com/documenso/documenso/commit/9b993c08f15cd316f097f23f44d09035b74963c7) Truncate prop added - [`b6ff01e`](https://github.com/documenso/documenso/commit/b6ff01ef86b79fd8ad9d8a00c700fe2d3d83d505) Merge branch 'main' into bugfix/long_filename - [`8bf6594`](https://github.com/documenso/documenso/commit/8bf6594cf41aa45d498e5a22c06fa148bf023064) prop name changed 📛 - [`1a5948c`](https://github.com/documenso/documenso/commit/1a5948c50eca3d825cca437837010d3e6cab8e2b) Merge branch 'bugfix/long_filename' of https://github.com/The-Robin-Hood/documenso into bugfix/long_filename - [`4a21624`](https://github.com/documenso/documenso/commit/4a2162478e69f5c10c6afc1f90b10dd510a00330) Merge branch 'main' into bugfix/long_filename - [`748f842`](https://github.com/documenso/documenso/commit/748f842115b41534a9b8ca09315ae3460d4eab88) fix: update prop typo, extract truncate method - [`8ecd5cf`](https://github.com/documenso/documenso/commit/8ecd5cf215a24f909a41e56f135f51d2b7e751e7) fix: respect truncate title prop - [`7684a49`](https://github.com/documenso/documenso/commit/7684a49b7d19e5373e938e092c73910e97a321d9) Merge branch 'main' into bugfix/long_filename - [`eccd9b5`](https://github.com/documenso/documenso/commit/eccd9b5cd3d59d89294093c800717fc7eb48b5aa) Merge branch 'main' into bugfix/long_filename ### 📊 Changes **4 files changed** (+23 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/pages/documents/[id]/signed.tsx` (+2 -1) ➕ `packages/lib/helpers/index.ts` (+1 -0) ➕ `packages/lib/helpers/strings.ts` (+13 -0) 📝 `packages/ui/components/dialog/Dialog.tsx` (+7 -2) </details> ### 📄 Description **PR** : The pull request addressed an issue with long file names in the UI **Issue** : #76 #### Before: ![image](https://github.com/documenso/documenso/assets/32297581/20a1f4d5-8355-4a8c-954c-b81d6f35bdc4) #### After: ![image](https://github.com/documenso/documenso/assets/32297581/c08215aa-43cb-4b54-ad80-75439c57dd38) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:47 +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#757
No description provided.