[PR #1061] [CLOSED] fix: signup preview #1353

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1061
Author: @SaiSawant1
Created: 3/27/2024
Status: Closed

Base: mainHead: fix/ui-1060-username


📝 Commits (5)

  • 13d1e8e fix: signup preview
  • 2eaf36e fix: signup preview
  • f807cd7 Merge branch 'fix/ui-1060-username' of github.com:SaiSawant1/documenso into fix/ui-1060-username
  • 7bfb225 Merge branch 'documenso:main' into fix/ui-1060-username
  • f7c5d5c Merge branch 'fix/ui-1060-username' of github.com:SaiSawant1/documenso into fix/ui-1060-username

📊 Changes

2 files changed (+14 additions, -14 deletions)

View changed files

📝 apps/web/src/components/ui/user-profile-skeleton.tsx (+1 -1)
📝 package-lock.json (+13 -13)

📄 Description

while entering username the preview of the username in user-profile-skeleton was different from signup


name: Pull Request
about: Submit changes to the project for review and inclusion

Description

changes the userame in user-profile-skeleton component to lowercase

Fixes#1060

Changes Made

  • Change 1
    changed user.url value to lowercase in user-profile-skeleton component.
  • Change 2
    changed field.value to lowercase in signup component.
  • ...

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes


🔄 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/1061 **Author:** [@SaiSawant1](https://github.com/SaiSawant1) **Created:** 3/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/ui-1060-username` --- ### 📝 Commits (5) - [`13d1e8e`](https://github.com/documenso/documenso/commit/13d1e8e6beb2a69cdf114aca161df658bdb7938d) fix: signup preview - [`2eaf36e`](https://github.com/documenso/documenso/commit/2eaf36e0427448e06960371713d02da57578571d) fix: signup preview - [`f807cd7`](https://github.com/documenso/documenso/commit/f807cd789b257890053e41bf917961e9fd7ead64) Merge branch 'fix/ui-1060-username' of github.com:SaiSawant1/documenso into fix/ui-1060-username - [`7bfb225`](https://github.com/documenso/documenso/commit/7bfb2255a413d0fcb28885685f212833dfa1acbe) Merge branch 'documenso:main' into fix/ui-1060-username - [`f7c5d5c`](https://github.com/documenso/documenso/commit/f7c5d5c652919be7fc85c2ab8b5fa9f1665d8987) Merge branch 'fix/ui-1060-username' of github.com:SaiSawant1/documenso into fix/ui-1060-username ### 📊 Changes **2 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/ui/user-profile-skeleton.tsx` (+1 -1) 📝 `package-lock.json` (+13 -13) </details> ### 📄 Description while entering username the preview of the username in user-profile-skeleton was different from signup --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description <!--- Describe the changes introduced by this pull request. --> changes the userame in user-profile-skeleton component to lowercase <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> Fixes#1060 ## Changes Made <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> - Change 1 changed user.url value to lowercase in user-profile-skeleton component. - Change 2 changed field.value to lowercase in signup component. - ... ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <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:53 +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#1353
No description provided.