mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #190] [Feature][UX] Form submit button #5898
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?
Originally created by @em411 on GitHub (Nov 15, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/190
Description
Currently UI places submit button at the top of long form interfaces, which creates a suboptimal user experience. When users fill out lengthy forms, they need to scroll back to the top to save their changes. This interrupts the natural workflow and can be confusing for users who expect to find action buttons at the bottom of forms, which is a common UI pattern.
Suggested solutions
The proposed change would either:
savebutton at the bottom while keeping the top one (to accommodate different user preferences and avoiding futher confusion)savebutton to the bottom of the form@mbecker20 commented on GitHub (Nov 16, 2024):
Second save button should work
@gitcatpeter commented on GitHub (Nov 24, 2024):
...or button "jump to the top"