mirror of
https://github.com/appen-isen/studysen.git
synced 2026-05-09 08:25:23 +02:00
[PR #104] [MERGED] feat(contact): add username input for better user identification #93
Labels
No labels
bug
bug
bug
enhancement
pull-request
suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/studysen#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appen-isen/studysen/pull/104
Author: @BreizhHardware
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/4/2025
Merged by: @dd060606
Base:
dev← Head:hotfix/username-contact-form📝 Commits (2)
fb4e1e4feat(contact): add username input for better user identification942a7eefix(contact): update username input style📊 Changes
1 file changed (+30 additions, -1 deletions)
View changed files
📝
app/(settings)/contact.tsx(+30 -1)📄 Description
This pull request improves the user experience in the contact form by handling cases where the user's name is not available in the settings. The main changes focus on ensuring a username is always provided, prompting the user for their name if it is missing, and updating the state management accordingly.
User experience improvements:
settingsand local state, or to use the value fromsettingsif available.settings.usernameis empty, the UI now displays an explanatory message and an input field for the user to enter their name, making it easier to contact them if needed.State management updates:
usernamestate variable to manage the user's name within the component.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.