Skip to content

chore: add Firefox to the list of supported browsers#4

Open
matteoscopel wants to merge 1 commit into
crosspoint-reader:masterfrom
matteoscopel:patch-1
Open

chore: add Firefox to the list of supported browsers#4
matteoscopel wants to merge 1 commit into
crosspoint-reader:masterfrom
matteoscopel:patch-1

Conversation

@matteoscopel
Copy link
Copy Markdown

As of the latest Firefox release, flashing the firmware works from there too now. I've added it to the list of supported browsers.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

The PR updates a single line in the public HTML documentation to reflect current Web flasher browser support, adding Firefox to the list of compatible browsers alongside Chrome and Edge for desktop WebSerial-based USB flashing.

Changes

Browser Compatibility Documentation

Layer / File(s) Summary
Web flasher browser compatibility statement
public/index.html
The Web flasher tool description is updated to indicate Firefox support alongside Chrome and Edge for WebSerial-based USB flashing on desktop.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: adding Firefox to the supported browsers list in the documentation.
Description check ✅ Passed The description is directly related to the changeset, explaining the rationale for adding Firefox support and confirming the update was made.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
public/index.html (1)

880-885: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Align browser support copy in the warning with the updated compatibility statement.

Line 880 now includes Firefox, but Line 884 still says flashing requires only Chrome or Edge. This creates conflicting guidance in the same section.

Suggested fix
-        <span class="font-semibold">Flashing unavailable.</span> The web flasher uses WebSerial, which requires Chrome or Edge on desktop. You can still browse firmware info and changelogs below.
+        <span class="font-semibold">Flashing unavailable.</span> The web flasher uses WebSerial, which requires Chrome, Edge, or Firefox on desktop. You can still browse firmware info and changelogs below.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@public/index.html` around lines 880 - 885, The two browser support statements
conflict: the paragraph mentions Firefox but the warning (div
id="browser-warning") says flashing requires only Chrome or Edge; update the
warning copy inside `#browser-warning` to match the paragraph by including Firefox
(e.g., "requires Chrome, Edge, or Firefox on desktop") or otherwise make both
statements consistent so users see the same compatibility message.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@public/index.html`:
- Around line 880-885: The two browser support statements conflict: the
paragraph mentions Firefox but the warning (div id="browser-warning") says
flashing requires only Chrome or Edge; update the warning copy inside
`#browser-warning` to match the paragraph by including Firefox (e.g., "requires
Chrome, Edge, or Firefox on desktop") or otherwise make both statements
consistent so users see the same compatibility message.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d08683a8-ac6e-4984-bdac-c8f34e4d0219

📥 Commits

Reviewing files that changed from the base of the PR and between faf686e and c2bb48b.

📒 Files selected for processing (1)
  • public/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant