[PR #306] [MERGED] feat: added feature to show/hide password #861

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/306
Author: @adithyaakrishna
Created: 8/26/2023
Status: Merged
Merged: 9/20/2023
Merged by: @Mythie

Base: feat/refreshHead: feat/reveal-password


📝 Commits (10+)

  • 9c45ce6 feat: added show password feature
  • 7c6b5ac fix: updated padding and set patterns
  • 7de7624 fix: update icon sizes
  • 8844143 chore: fixed conflicts
  • 3cbc722 Merge branch 'feat/refresh' into feat/reveal-password
  • 4027402 Merge branch 'feat/refresh' into feat/reveal-password
  • 1adf7e1 Merge branch 'feat/refresh' into feat/reveal-password
  • d0f027c Merge branch 'feat/refresh' into feat/reveal-password
  • ecc8e59 fix: update colors
  • 71c7a6e chore: add visibility toggle to reset password

📊 Changes

9 files changed (+175 additions, -64 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/upload-document.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/billing/page.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/settings/password/page.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/profile/page.tsx (+1 -1)
📝 apps/web/src/components/(dashboard)/period-selector/period-selector.tsx (+1 -1)
📝 apps/web/src/components/forms/password.tsx (+56 -19)
📝 apps/web/src/components/forms/reset-password.tsx (+56 -18)
📝 apps/web/src/components/forms/signin.tsx (+28 -11)
📝 apps/web/src/components/forms/signup.tsx (+29 -10)

📄 Description

Description:

This PR adds a feature to show and hide password on the below pages

  • Sign Up Page
  • Sign In Page
  • Change Password under Profile Page

🔄 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/306 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 8/26/2023 **Status:** ✅ Merged **Merged:** 9/20/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `feat/reveal-password` --- ### 📝 Commits (10+) - [`9c45ce6`](https://github.com/documenso/documenso/commit/9c45ce61b8d6733fbc160bc59666eb8fcc03f73e) feat: added show password feature - [`7c6b5ac`](https://github.com/documenso/documenso/commit/7c6b5ac59d227a2020cbb7760f61751098b27c86) fix: updated padding and set patterns - [`7de7624`](https://github.com/documenso/documenso/commit/7de7624477f8ebc5e3d7daa2d27ace9456f4d437) fix: update icon sizes - [`8844143`](https://github.com/documenso/documenso/commit/8844143ff50f5f3b8e29fc15fc880f4bdf4b408c) chore: fixed conflicts - [`3cbc722`](https://github.com/documenso/documenso/commit/3cbc722b94c3dcd4d29215a4d44cb2225f44e236) Merge branch 'feat/refresh' into feat/reveal-password - [`4027402`](https://github.com/documenso/documenso/commit/40274021ba08838ff60fe83d9b8922088c1b70f8) Merge branch 'feat/refresh' into feat/reveal-password - [`1adf7e1`](https://github.com/documenso/documenso/commit/1adf7e183ee241d29c8a1cf10fb3b4b4c508ec8c) Merge branch 'feat/refresh' into feat/reveal-password - [`d0f027c`](https://github.com/documenso/documenso/commit/d0f027c4ea1b38f351a897dfe783dcf3b151f4a8) Merge branch 'feat/refresh' into feat/reveal-password - [`ecc8e59`](https://github.com/documenso/documenso/commit/ecc8e59c8c045b37e829393e2e66a12243958d86) fix: update colors - [`71c7a6e`](https://github.com/documenso/documenso/commit/71c7a6ee8ca0680f4a8f8d80b15548b940e43d27) chore: add visibility toggle to reset password ### 📊 Changes **9 files changed** (+175 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/upload-document.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/billing/page.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/settings/password/page.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/profile/page.tsx` (+1 -1) 📝 `apps/web/src/components/(dashboard)/period-selector/period-selector.tsx` (+1 -1) 📝 `apps/web/src/components/forms/password.tsx` (+56 -19) 📝 `apps/web/src/components/forms/reset-password.tsx` (+56 -18) 📝 `apps/web/src/components/forms/signin.tsx` (+28 -11) 📝 `apps/web/src/components/forms/signup.tsx` (+29 -10) </details> ### 📄 Description **Description:** This PR adds a feature to show and hide password on the below pages - Sign Up Page - Sign In Page - Change Password under Profile Page --- <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:48 +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#861
No description provided.