[PR #949] Show spinner during form save in ConfirmUpdate modals #810

Open
opened 2025-10-31 15:22:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/949
Author: @tozekoni
Created: 10/29/2025
Status: 🔄 Open

Base: mainHead: enable-confirm-update-spinner


📝 Commits (1)

  • fa478b3 Show 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.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/949 **Author:** [@tozekoni](https://github.com/tozekoni) **Created:** 10/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `enable-confirm-update-spinner` --- ### 📝 Commits (1) - [`fa478b3`](https://github.com/moghtech/komodo/commit/fa478b3a815b99746662dcc5299d8465997d84ce) Show spinner during form save in ConfirmUpdate modals ### 📊 Changes **11 files changed** (+32 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-10-31 15:22:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#810
No description provided.