[PR #1467] [MERGED] fix: document title truncation #1650

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1467
Author: @catalinpit
Created: 11/13/2024
Status: Merged
Merged: 11/26/2024
Merged by: @Mythie

Base: mainHead: fix/document-name-truncation


📝 Commits (5)

  • c4e39f6 fix: document title truncation
  • ca7eb5d Merge branch 'main' into fix/document-name-truncation
  • f6411f7 chore: add truncation for all titles
  • 1d1dbf1 chore: fix truncation for document titles
  • 97e3c85 Merge branch 'main' into fix/document-name-truncation

📊 Changes

9 files changed (+54 additions, -19 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+4 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx (+4 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx (+4 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/edit/template-edit-page-view.tsx (+4 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx (+4 -1)
📝 apps/web/src/app/(recipient)/d/[token]/page.tsx (+5 -3)
📝 apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (+3 -5)
📝 apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx (+22 -5)
📝 apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx (+4 -1)

📄 Description

Summary by CodeRabbit

  • New Features
    • Full document titles are now displayed in the Templates, Signing, and Document pages, enhancing visibility for users.
  • Bug Fixes
    • Improved layout and responsiveness of title displays across various components, ensuring better user experience.
  • Chores
    • Removed unnecessary truncation logic from components, simplifying the codebase while maintaining functionality.

🔄 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/1467 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/26/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/document-name-truncation` --- ### 📝 Commits (5) - [`c4e39f6`](https://github.com/documenso/documenso/commit/c4e39f6d4cefbc410e1ae4c7e8654f395253d34e) fix: document title truncation - [`ca7eb5d`](https://github.com/documenso/documenso/commit/ca7eb5de968a6184581c5b566cd26a346bd623de) Merge branch 'main' into fix/document-name-truncation - [`f6411f7`](https://github.com/documenso/documenso/commit/f6411f7d73ffe0e69819ff329cbb2ac9de5592fc) chore: add truncation for all titles - [`1d1dbf1`](https://github.com/documenso/documenso/commit/1d1dbf1c2ef86b29ac5c44629af51e5ba94ebad6) chore: fix truncation for document titles - [`97e3c85`](https://github.com/documenso/documenso/commit/97e3c85471a2a81accc027e2e2d9edc3031053e3) Merge branch 'main' into fix/document-name-truncation ### 📊 Changes **9 files changed** (+54 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+4 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx` (+4 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx` (+4 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/edit/template-edit-page-view.tsx` (+4 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx` (+4 -1) 📝 `apps/web/src/app/(recipient)/d/[token]/page.tsx` (+5 -3) 📝 `apps/web/src/app/(signing)/sign/[token]/complete/page.tsx` (+3 -5) 📝 `apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx` (+22 -5) 📝 `apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx` (+4 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Full document titles are now displayed in the Templates, Signing, and Document pages, enhancing visibility for users. - **Bug Fixes** - Improved layout and responsiveness of title displays across various components, ensuring better user experience. - **Chores** - Removed unnecessary truncation logic from components, simplifying the codebase while maintaining functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:34:09 +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#1650
No description provided.