Skip to content

Hard refresh on ctrl+r - #882

Merged
1Blademaster merged 2 commits into
mainfrom
874-refresh-page-fails-to-fetch-mission-items-when-connected-to-drone
Nov 28, 2025
Merged

Hard refresh on ctrl+r#882
1Blademaster merged 2 commits into
mainfrom
874-refresh-page-fails-to-fetch-mission-items-when-connected-to-drone

Conversation

@1Blademaster

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adds keyboard shortcut support for hard refresh (reload ignoring cache) functionality in the Electron application. The implementation uses the before-input-event listener to intercept Ctrl+R key combinations and trigger a cache-bypassing reload.

  • Adds a keyboard event listener to capture Ctrl+R key combinations
  • Implements hard refresh using reloadIgnoringCache() instead of standard reload

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

Comment thread gcs/electron/main.ts Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 1 out of 1 changed files in this pull request and generated 1 comment.


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

Comment thread gcs/electron/main.ts

@Kwash67 Kwash67 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice👍

@1Blademaster
1Blademaster merged commit 67b8f70 into main Nov 28, 2025
12 checks passed
@1Blademaster
1Blademaster deleted the 874-refresh-page-fails-to-fetch-mission-items-when-connected-to-drone branch November 28, 2025 14:58
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.

Refresh page fails to fetch mission items when connected to drone

3 participants