Skip to content

Allow checking for latest prerelease or official release in settings …#1088

Merged
1Blademaster merged 2 commits into
mainfrom
1057-bug-pre-release-check-not-showing-latest-version
Mar 16, 2026
Merged

Allow checking for latest prerelease or official release in settings …#1088
1Blademaster merged 2 commits into
mainfrom
1057-bug-pre-release-check-not-showing-latest-version

Conversation

@1Blademaster
Copy link
Copy Markdown
Member

…modal

Copilot AI review requested due to automatic review settings March 16, 2026 20:25
@1Blademaster 1Blademaster linked an issue Mar 16, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 PR updates the Settings modal’s manual GitHub version check row by renaming the component and adjusting the selection logic to consider non-prerelease releases as well.

Changes:

  • Renames PrereleaseCheckRow to ReleaseCheckRow and updates the Settings modal to render the new component.
  • Adjusts the “latest release” selection logic to sort by published_at across releases (instead of only prereleases).
  • Cleans up/import reordering for Mantine components/hooks and Tabler icons.
Comments suppressed due to low confidence (1)

gcs/src/components/settingsModal.jsx:101

  • The component is now named ReleaseCheckRow and the logic selects from all releases, but the UI strings still say “Pre-release check”, “Manually check for pre-release versions…”, and “No pre-releases found”. Update the displayed labels/messages to match the new behavior (or keep filtering to prereleases if that’s still the intent).
function ReleaseCheckRow() {
  const [checking, setChecking] = useState(false)
  const [result, setResult] = useState(null)

  const checkNow = async () => {

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gcs/src/components/settingsModal.jsx
Comment thread gcs/src/components/settingsModal.jsx
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@1Blademaster 1Blademaster merged commit b2e4dde into main Mar 16, 2026
5 checks passed
@1Blademaster 1Blademaster deleted the 1057-bug-pre-release-check-not-showing-latest-version branch March 16, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Pre-release check not showing latest version

2 participants