Skip to content
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

cleanup updates #206

Merged
merged 2 commits into from
Feb 5, 2025
Merged

cleanup updates #206

merged 2 commits into from
Feb 5, 2025

Conversation

thezoggy
Copy link
Contributor

@thezoggy thezoggy commented Feb 2, 2025

cleanup image usage

  • remove unused images/addon_icon.svg
  • use svg where chrome allows
  • update to modern sab icon

set title to align with extension
bump min chrome to 88

bump jquery 1.9.1 -> 1.12.4

Copy link

@RulerOf RulerOf left a comment

Choose a reason for hiding this comment

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

Only issue I see is a possibly unintentional switch from chrome.runtime to chrome.extension in one file, with comments inline on the review.

Embedded jQuery matches sha256sum from the official download url:

╭─ ~
╰─❯ diff <(curl -s "https://code.jquery.com/jquery-1.12.4.min.js" | sha256sum) <(curl -s "https://raw.githubusercontent.com/gboudreau/sabconnectplusplus/5afbec07161a27aabe8c531a08052c631ada2aa8/third_party/jquery/jquery-1.12.4.min.js" | sha256sum)
╭─ ~
╰─❯ echo $?
0

Not an official maintainer, just caught my eye on a Saturday.

- remove unused images/addon_icon.svg
- use svg where chrome allows
- update to modern sab icon

set title to align with extension, bump min chrome to 88 (for v3)
Copy link

@RulerOf RulerOf left a comment

Choose a reason for hiding this comment

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

Force-push fixed my call-out. Embedded jQuery still matches:

╭─ ~
╰─❯ diff <(curl -s "https://code.jquery.com/jquery-1.12.4.min.js" | sha256sum) <(curl -s "https://raw.githubusercontent.com/gboudreau/sabconnectplusplus/4765eb3cb25b98f0aaa01166d478482e5e88f117/third_party/jquery/jquery-1.12.4.min.js" | sha256sum)
╭─ ~
╰─❯ echo $?
0

LGTM.

@gboudreau gboudreau merged commit 04b2e0c into gboudreau:master Feb 5, 2025
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.

3 participants