[PR #343] [MERGED] feat: added custom not-found or 404 pages #895

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/343
Author: @adithyaakrishna
Created: 9/3/2023
Status: Merged
Merged: 9/22/2023
Merged by: @Mythie

Base: feat/refreshHead: feat/404


📝 Commits (6)

  • fd6350b feat: added 404 page for marketing app
  • 118483b chore: updated 404 page for marketing app
  • 12c45fb feat: added 404 page for web app
  • 2524458 chore: updated wording
  • d524ea7 fix: update styling
  • 78325d9 Merge branch 'feat/refresh' into feat/404

📊 Changes

4 files changed (+157 additions, -7 deletions)

View changed files

apps/marketing/src/app/not-found.tsx (+65 -0)
apps/web/src/app/not-found.tsx (+26 -0)
apps/web/src/components/motion.tsx (+0 -7)
apps/web/src/components/partials/not-found.tsx (+66 -0)

📄 Description

Description:

  • This PR adds custom 404 pages for the web & marketing app

Web App

Screenshot 2023-09-03 at 11 53 22 PM

Marketing App

Screenshot 2023-09-03 at 11 53 30 PM

🔄 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/343 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `feat/404` --- ### 📝 Commits (6) - [`fd6350b`](https://github.com/documenso/documenso/commit/fd6350b3973a72365c7175d8c4cd5f2694ecbb77) feat: added 404 page for marketing app - [`118483b`](https://github.com/documenso/documenso/commit/118483b6cc40a2c5ce4989de9384e0300b7bdccf) chore: updated 404 page for marketing app - [`12c45fb`](https://github.com/documenso/documenso/commit/12c45fb882c6700eea2fbf3199ac0ae70fe805dd) feat: added 404 page for web app - [`2524458`](https://github.com/documenso/documenso/commit/2524458b0c10914c487bedd40674afd9b60032fa) chore: updated wording - [`d524ea7`](https://github.com/documenso/documenso/commit/d524ea77abe2bc0bb40dac159a1e3d2f063a5793) fix: update styling - [`78325d9`](https://github.com/documenso/documenso/commit/78325d9b39289a1e4f7736b6f04e75352ae36f8d) Merge branch 'feat/refresh' into feat/404 ### 📊 Changes **4 files changed** (+157 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `apps/marketing/src/app/not-found.tsx` (+65 -0) ➕ `apps/web/src/app/not-found.tsx` (+26 -0) ➖ `apps/web/src/components/motion.tsx` (+0 -7) ➕ `apps/web/src/components/partials/not-found.tsx` (+66 -0) </details> ### 📄 Description **Description:** - This PR adds custom 404 pages for the `web` & `marketing` app **Web App** <img width="1702" alt="Screenshot 2023-09-03 at 11 53 22 PM" src="https://github.com/documenso/documenso/assets/23498248/f4c46d00-b79d-43ac-b3b1-562f66565a98"> **Marketing App** <img width="1550" alt="Screenshot 2023-09-03 at 11 53 30 PM" src="https://github.com/documenso/documenso/assets/23498248/c0142d59-b8fe-4933-8a28-6c80004533c5"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:56 +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#895
No description provided.