mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #949] Show spinner during form save in ConfirmUpdate modals #810
Reference in New Issue
Block a user
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/moghtech/komodo/pull/949
Author: @tozekoni
Created: 10/29/2025
Status: 🔄 Open
Base:
main← Head:enable-confirm-update-spinner📝 Commits (1)
fa478b3Show spinner during form save in ConfirmUpdate modals📊 Changes
11 files changed (+32 additions, -12 deletions)
View changed files
📝
frontend/src/components/config/index.tsx(+8 -0)📝
frontend/src/components/resources/action/config.tsx(+2 -1)📝
frontend/src/components/resources/alerter/config/index.tsx(+2 -1)📝
frontend/src/components/resources/build/config.tsx(+2 -1)📝
frontend/src/components/resources/builder/config.tsx(+6 -3)📝
frontend/src/components/resources/deployment/config/index.tsx(+2 -1)📝
frontend/src/components/resources/procedure/config.tsx(+2 -1)📝
frontend/src/components/resources/repo/config.tsx(+2 -1)📝
frontend/src/components/resources/resource-sync/config.tsx(+2 -1)📝
frontend/src/components/resources/server/config.tsx(+2 -1)📝
frontend/src/components/resources/stack/config.tsx(+2 -1)📄 Description
In Configuration Confirm Update forms, slower API calls (such as Stack configuration updates) can take noticeable time to complete. The lack of a visual indicator during this process can cause confusion.
This PR enables loading spinner to the confirm button to provide clear feedback while the update is in progress.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.