[PR #847] [MERGED] chore: add title and description to individual pages #1205

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/847
Author: @anikdhabal
Created: 1/21/2024
Status: Merged
Merged: 1/29/2024
Merged by: @dguyen

Base: mainHead: add_title


📝 Commits (5)

  • 1fdb2db chore: add title and descripton to individual pages
  • a995acf chore: add title to the individual pages
  • d6cd366 Merge branch 'main' into add_title
  • 1be80c8 fix: small update
  • ed54d64 Merge branch 'main' into add_title

📊 Changes

21 files changed (+104 additions, -7 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/[content]/page.tsx (+1 -1)
📝 apps/marketing/src/app/(marketing)/blog/[post]/page.tsx (+3 -1)
📝 apps/marketing/src/app/(marketing)/blog/page.tsx (+5 -0)
📝 apps/marketing/src/app/(marketing)/open/page.tsx (+6 -0)
📝 apps/marketing/src/app/(marketing)/oss-friends/page.tsx (+7 -1)
📝 apps/marketing/src/app/(marketing)/page.tsx (+6 -0)
📝 apps/marketing/src/app/(marketing)/pricing/page.tsx (+5 -2)
📝 apps/marketing/src/app/(marketing)/singleplayer/page.tsx (+6 -0)
📝 apps/marketing/src/app/layout.tsx (+4 -1)
📝 apps/web/src/app/(dashboard)/documents/page.tsx (+4 -0)
📝 apps/web/src/app/(dashboard)/settings/billing/page.tsx (+5 -0)
📝 apps/web/src/app/(dashboard)/settings/profile/page.tsx (+6 -0)
📝 apps/web/src/app/(dashboard)/settings/security/page.tsx (+6 -0)
📝 apps/web/src/app/(dashboard)/templates/page.tsx (+6 -0)
📝 apps/web/src/app/(unauthenticated)/check-email/page.tsx (+5 -0)
📝 apps/web/src/app/(unauthenticated)/forgot-password/page.tsx (+5 -0)
📝 apps/web/src/app/(unauthenticated)/reset-password/page.tsx (+5 -0)
📝 apps/web/src/app/(unauthenticated)/signin/page.tsx (+5 -0)
📝 apps/web/src/app/(unauthenticated)/signup/page.tsx (+5 -0)
📝 apps/web/src/app/(unauthenticated)/verify-email/page.tsx (+5 -0)

...and 1 more files

📄 Description

Add Title and Description to Individual Pages.
eg:- Security | Documenso, Profile | Documenso etc.


🔄 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/847 **Author:** [@anikdhabal](https://github.com/anikdhabal) **Created:** 1/21/2024 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `add_title` --- ### 📝 Commits (5) - [`1fdb2db`](https://github.com/documenso/documenso/commit/1fdb2db575f199185e7ec27bf5d48195cd97ff30) chore: add title and descripton to individual pages - [`a995acf`](https://github.com/documenso/documenso/commit/a995acf88d9919880613e1f5c4d858ec072f935e) chore: add title to the individual pages - [`d6cd366`](https://github.com/documenso/documenso/commit/d6cd3667415b1d3fb3b9dc24cbc347d3bcbbb85c) Merge branch 'main' into add_title - [`1be80c8`](https://github.com/documenso/documenso/commit/1be80c82af4b9189e48abbf1d9524834115d0476) fix: small update - [`ed54d64`](https://github.com/documenso/documenso/commit/ed54d64353da4754767d378c5f614e8529d4096f) Merge branch 'main' into add_title ### 📊 Changes **21 files changed** (+104 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/[content]/page.tsx` (+1 -1) 📝 `apps/marketing/src/app/(marketing)/blog/[post]/page.tsx` (+3 -1) 📝 `apps/marketing/src/app/(marketing)/blog/page.tsx` (+5 -0) 📝 `apps/marketing/src/app/(marketing)/open/page.tsx` (+6 -0) 📝 `apps/marketing/src/app/(marketing)/oss-friends/page.tsx` (+7 -1) 📝 `apps/marketing/src/app/(marketing)/page.tsx` (+6 -0) 📝 `apps/marketing/src/app/(marketing)/pricing/page.tsx` (+5 -2) 📝 `apps/marketing/src/app/(marketing)/singleplayer/page.tsx` (+6 -0) 📝 `apps/marketing/src/app/layout.tsx` (+4 -1) 📝 `apps/web/src/app/(dashboard)/documents/page.tsx` (+4 -0) 📝 `apps/web/src/app/(dashboard)/settings/billing/page.tsx` (+5 -0) 📝 `apps/web/src/app/(dashboard)/settings/profile/page.tsx` (+6 -0) 📝 `apps/web/src/app/(dashboard)/settings/security/page.tsx` (+6 -0) 📝 `apps/web/src/app/(dashboard)/templates/page.tsx` (+6 -0) 📝 `apps/web/src/app/(unauthenticated)/check-email/page.tsx` (+5 -0) 📝 `apps/web/src/app/(unauthenticated)/forgot-password/page.tsx` (+5 -0) 📝 `apps/web/src/app/(unauthenticated)/reset-password/page.tsx` (+5 -0) 📝 `apps/web/src/app/(unauthenticated)/signin/page.tsx` (+5 -0) 📝 `apps/web/src/app/(unauthenticated)/signup/page.tsx` (+5 -0) 📝 `apps/web/src/app/(unauthenticated)/verify-email/page.tsx` (+5 -0) _...and 1 more files_ </details> ### 📄 Description Add Title and Description to Individual Pages. eg:- Security | Documenso, Profile | Documenso etc. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:16 +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#1205
No description provided.