[PR #972] [MERGED] feat: claim profile #1289

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/972
Author: @Mythie
Created: 2/29/2024
Status: Merged
Merged: 2/29/2024
Merged by: @Mythie

Base: mainHead: feat/public-profile-1


📝 Commits (10+)

  • deea6b1 feat: update marketing site
  • 65d762d feat: update signin signup ui
  • b126151 feat: update signin signup pages
  • b498f8e feat: update ui
  • b225cc8 chore: updated styles
  • e3e2cfb fix: refactor and implement design
  • ecc9dc6 feat: the rest of the owl
  • 5576cdc Merge branch 'main' into feat/public-profile-1
  • cc1b888 chore: tidy changes
  • bd82ad7 fix: revert settings-header changes

📊 Changes

60 files changed (+1543 additions, -237 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/layout.tsx (+33 -0)
📝 apps/marketing/src/app/(marketing)/singleplayer/client.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 (+8 -1)
📝 apps/marketing/src/components/(marketing)/hero.tsx (+6 -6)
📝 apps/marketing/src/components/(marketing)/mobile-navigation.tsx (+5 -1)
📝 apps/marketing/src/components/(marketing)/pricing-table.tsx (+9 -2)
📝 apps/marketing/src/components/(marketing)/single-player-mode/single-player-mode-success.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/widget.tsx (+5 -8)
📝 apps/web/src/app/(dashboard)/documents/page.tsx (+11 -2)
apps/web/src/app/(dashboard)/documents/upcoming-profile-claim-teaser.tsx (+52 -0)
apps/web/src/app/(dashboard)/settings/profile/claim-profile-alert-dialog.tsx (+45 -0)
📝 apps/web/src/app/(dashboard)/settings/profile/page.tsx (+7 -2)
📝 apps/web/src/app/(dashboard)/settings/security/activity/page.tsx (+11 -5)
📝 apps/web/src/app/(unauthenticated)/check-email/page.tsx (+11 -9)
📝 apps/web/src/app/(unauthenticated)/forgot-password/page.tsx (+15 -13)
📝 apps/web/src/app/(unauthenticated)/layout.tsx (+4 -4)
📝 apps/web/src/app/(unauthenticated)/reset-password/[token]/page.tsx (+12 -10)
📝 apps/web/src/app/(unauthenticated)/reset-password/page.tsx (+11 -9)

...and 40 more files

📄 Description

Signed-off-by: Adithya Krishna adithya@documenso.com


🔄 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/972 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 2/29/2024 **Status:** ✅ Merged **Merged:** 2/29/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/public-profile-1` --- ### 📝 Commits (10+) - [`deea6b1`](https://github.com/documenso/documenso/commit/deea6b153506cfe608e41e9e6b437134d2dd39d6) feat: update marketing site - [`65d762d`](https://github.com/documenso/documenso/commit/65d762dd4b85131cdb372728537522739caf85ef) feat: update signin signup ui - [`b126151`](https://github.com/documenso/documenso/commit/b1261510d2188e899b34f70ffbba491b8709bcd2) feat: update signin signup pages - [`b498f8e`](https://github.com/documenso/documenso/commit/b498f8edb7659ef6dd0a48e41dbe408b08edbd40) feat: update ui - [`b225cc8`](https://github.com/documenso/documenso/commit/b225cc813999dd73a0417642601eb50714cece1e) chore: updated styles - [`e3e2cfb`](https://github.com/documenso/documenso/commit/e3e2cfbcfd3c0574c8f6bddef234beae6b764f1a) fix: refactor and implement design - [`ecc9dc6`](https://github.com/documenso/documenso/commit/ecc9dc63eac4e38a1e689d044a614006954d177e) feat: the rest of the owl - [`5576cdc`](https://github.com/documenso/documenso/commit/5576cdc2b0aef33710decd207ae3f97f8f6909ea) Merge branch 'main' into feat/public-profile-1 - [`cc1b888`](https://github.com/documenso/documenso/commit/cc1b8881740187356bf7bcc4652c012915737025) chore: tidy changes - [`bd82ad7`](https://github.com/documenso/documenso/commit/bd82ad7a0bccd0c09c5e7f48de081ca039c482d7) fix: revert settings-header changes ### 📊 Changes **60 files changed** (+1543 additions, -237 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/layout.tsx` (+33 -0) 📝 `apps/marketing/src/app/(marketing)/singleplayer/client.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` (+8 -1) 📝 `apps/marketing/src/components/(marketing)/hero.tsx` (+6 -6) 📝 `apps/marketing/src/components/(marketing)/mobile-navigation.tsx` (+5 -1) 📝 `apps/marketing/src/components/(marketing)/pricing-table.tsx` (+9 -2) 📝 `apps/marketing/src/components/(marketing)/single-player-mode/single-player-mode-success.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/widget.tsx` (+5 -8) 📝 `apps/web/src/app/(dashboard)/documents/page.tsx` (+11 -2) ➕ `apps/web/src/app/(dashboard)/documents/upcoming-profile-claim-teaser.tsx` (+52 -0) ➕ `apps/web/src/app/(dashboard)/settings/profile/claim-profile-alert-dialog.tsx` (+45 -0) 📝 `apps/web/src/app/(dashboard)/settings/profile/page.tsx` (+7 -2) 📝 `apps/web/src/app/(dashboard)/settings/security/activity/page.tsx` (+11 -5) 📝 `apps/web/src/app/(unauthenticated)/check-email/page.tsx` (+11 -9) 📝 `apps/web/src/app/(unauthenticated)/forgot-password/page.tsx` (+15 -13) 📝 `apps/web/src/app/(unauthenticated)/layout.tsx` (+4 -4) 📝 `apps/web/src/app/(unauthenticated)/reset-password/[token]/page.tsx` (+12 -10) 📝 `apps/web/src/app/(unauthenticated)/reset-password/page.tsx` (+11 -9) _...and 40 more files_ </details> ### 📄 Description Signed-off-by: Adithya Krishna <adithya@documenso.com> --- <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:38 +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#1289
No description provided.