mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-15 11:25:06 -05:00
[PR #1406] [MERGED] Enter key handling & hostname field reset in resource create #1059
Reference in New Issue
Block a user
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/fosrl/pangolin/pull/1406
Author: @Pallavikumarimdb
Created: 9/3/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @oschwartz10612
Base:
dev← Head:enhancement-#906/enter-key-form-behavior📝 Commits (3)
84fb3adEnter key handling & hostname field reset in resource create86956b8fix enter key reload issue2f89a16minor fix to domain sanitize when create resources📊 Changes
5 files changed (+78 additions, -15 deletions)
View changed files
📝
src/app/[orgId]/settings/api-keys/create/page.tsx(+5 -0)📝
src/app/[orgId]/settings/clients/create/page.tsx(+5 -0)📝
src/app/[orgId]/settings/resources/create/page.tsx(+58 -15)📝
src/app/[orgId]/settings/sites/create/page.tsx(+5 -0)📝
src/app/admin/api-keys/create/page.tsx(+5 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
1. Weird "Enter" Behaviors (Page reload on Enter) (4.5) : #906
Prevented unintended page refresh on Enter that could cause unsaved data loss.
2. Hostname Field Resetting Port/Method inside "Create Resource Page"
(Similar to fix : #1394)
Fixed hostname resetting method and port values.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.