-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix: ui check be version #7057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ui check be version #7057
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request removes the disabled attribute from the "Check for Backend Update" button in the provider settings UI. While the PR description mentions a "leading semicolon" formatting fix, only the disabled attribute removal is visible in the provided diff.
Key changes:
- Removed
disabled={isCheckingBackendUpdate}from the backend update check button
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Describe Your Changes
This pull request makes minor updates to the
ProviderDetailcomponent in the provider settings route. The changes include a small formatting fix and the removal of a button's disabled state.ProviderDetailinweb-app/src/routes/settings/providers/$providerName.tsx).disabledattribute from the "Check for Backend Update" button, allowing it to be clicked even while an update check is in progress (ProviderDetailinweb-app/src/routes/settings/providers/$providerName.tsx).Fixes Issues
before
Screen.Recording.2025-11-27.at.15.47.46.mp4
after
Screen.Recording.2025-11-27.at.16.00.37.mp4
Self Checklist