mirror of
https://github.com/appen-isen/studysen.git
synced 2026-05-09 08:25:23 +02:00
[PR #85] [MERGED] feat(keyboard): add keyboard dismiss mode to contact page #86
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#86
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/85
Author: @BreizhHardware
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @BreizhHardware
Base:
main← Head:fix/keyboard-dismiss📝 Commits (1)
f9671a3feat(keyboard): add keyboard dismiss mode to contact page📊 Changes
3 files changed (+10 additions, -2 deletions)
View changed files
📝
.gitignore(+3 -1)📝
app/(settings)/contact.tsx(+5 -1)📝
components/Page.tsx(+2 -0)📄 Description
This pull request enhances the user experience on the contact page by allowing the keyboard to be dismissed with a drag gesture, which is especially useful on mobile devices. The implementation involves updating the
Pagecomponent to support a new prop for keyboard dismissal mode and applying it in the contact page.Contact page usability improvement:
keyboardDismissMode="on-drag"prop to thePagecomponent inapp/(settings)/contact.tsxto allow users to dismiss the keyboard by dragging.Component extensibility:
Pagecomponent incomponents/Page.tsxto accept an optionalkeyboardDismissModeprop, supporting values"none","on-drag", and"interactive".keyboardDismissModeprop to the underlyingScrollViewincomponents/Page.tsx, enabling the new keyboard dismissal behavior.Fix the issue #83
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.