[PR #940] [CLOSED] feat: username claim flow #1265

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/940
Author: @adithyaakrishna
Created: 2/16/2024
Status: Closed

Base: mainHead: feat/public-profile


📝 Commits (6)

📊 Changes

52 files changed (+1559 additions, -362 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/layout.tsx (+11 -0)
📝 apps/marketing/src/app/not-found.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/callout.tsx (+3 -3)
📝 apps/marketing/src/components/(marketing)/faster-smarter-beautiful-bento.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/header.tsx (+9 -0)
📝 apps/marketing/src/components/(marketing)/hero.tsx (+19 -28)
📝 apps/marketing/src/components/(marketing)/mobile-navigation.tsx (+11 -1)
📝 apps/marketing/src/components/(marketing)/widget.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/admin/nav.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/page.tsx (+11 -2)
apps/web/src/app/(dashboard)/documents/username-claim/public-profile-intro.tsx (+232 -0)
apps/web/src/app/(dashboard)/settings/public-profile/layout.tsx (+9 -0)
apps/web/src/app/(dashboard)/settings/public-profile/page.tsx (+30 -0)
📝 apps/web/src/app/(dashboard)/settings/security/activity/page.tsx (+8 -5)
📝 apps/web/src/app/(teams)/t/[teamUrl]/error.tsx (+1 -1)
📝 apps/web/src/app/(teams)/t/[teamUrl]/not-found.tsx (+1 -1)
apps/web/src/app/(unauthenticated)/check-email/layout.tsx (+34 -0)
apps/web/src/app/(unauthenticated)/forgot-password/layout.tsx (+34 -0)
📝 apps/web/src/app/(unauthenticated)/forgot-password/page.tsx (+1 -1)
apps/web/src/app/(unauthenticated)/layout.tsx (+0 -27)

...and 32 more files

📄 Description

No description provided


🔄 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/940 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 2/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/public-profile` --- ### 📝 Commits (6) - [`0664de9`](https://github.com/documenso/documenso/commit/0664de93ab1fa5a7709fcbe2e2d4e266f5ca9849) feat: update marketing site - [`767679c`](https://github.com/documenso/documenso/commit/767679cdc6d0cb91293fd327a3a0d461e57fe6fe) feat: update signin signup ui - [`7e9efe9`](https://github.com/documenso/documenso/commit/7e9efe91394fc6d3e0b9d826280d5f1cf53c4dbe) feat: update signin signup pages - [`90b9b58`](https://github.com/documenso/documenso/commit/90b9b58afe8bded3ad5826bebf0a4012a5185426) feat: update ui - [`dfb1e8a`](https://github.com/documenso/documenso/commit/dfb1e8a121dfa463b425e888aa7ab09a51b12d51) chore: updated styles - [`06aae9a`](https://github.com/documenso/documenso/commit/06aae9abd06b6da4b60f6d4e7c4fa6a8da95176d) feat: updated ui items ### 📊 Changes **52 files changed** (+1559 additions, -362 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/layout.tsx` (+11 -0) 📝 `apps/marketing/src/app/not-found.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/callout.tsx` (+3 -3) 📝 `apps/marketing/src/components/(marketing)/faster-smarter-beautiful-bento.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/header.tsx` (+9 -0) 📝 `apps/marketing/src/components/(marketing)/hero.tsx` (+19 -28) 📝 `apps/marketing/src/components/(marketing)/mobile-navigation.tsx` (+11 -1) 📝 `apps/marketing/src/components/(marketing)/widget.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/admin/nav.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/page.tsx` (+11 -2) ➕ `apps/web/src/app/(dashboard)/documents/username-claim/public-profile-intro.tsx` (+232 -0) ➕ `apps/web/src/app/(dashboard)/settings/public-profile/layout.tsx` (+9 -0) ➕ `apps/web/src/app/(dashboard)/settings/public-profile/page.tsx` (+30 -0) 📝 `apps/web/src/app/(dashboard)/settings/security/activity/page.tsx` (+8 -5) 📝 `apps/web/src/app/(teams)/t/[teamUrl]/error.tsx` (+1 -1) 📝 `apps/web/src/app/(teams)/t/[teamUrl]/not-found.tsx` (+1 -1) ➕ `apps/web/src/app/(unauthenticated)/check-email/layout.tsx` (+34 -0) ➕ `apps/web/src/app/(unauthenticated)/forgot-password/layout.tsx` (+34 -0) 📝 `apps/web/src/app/(unauthenticated)/forgot-password/page.tsx` (+1 -1) ➖ `apps/web/src/app/(unauthenticated)/layout.tsx` (+0 -27) _...and 32 more files_ </details> ### 📄 Description _No description provided_ --- <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:31 +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#1265
No description provided.