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

Added Thunderbird support #126

Merged
merged 3 commits into from
Jun 5, 2022
Merged

Added Thunderbird support #126

merged 3 commits into from
Jun 5, 2022

Conversation

tdulcet
Copy link
Contributor

@tdulcet tdulcet commented Jun 2, 2022

Added initial Thunderbird support. Fixes #49

Requires renaming the thunderbirdmanifest.json file to manifest.json and moving it to src/.

More changes will be needed if/when #93 is merged.

Copy link
Owner

@rugk rugk left a comment

Choose a reason for hiding this comment

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

Some minor review things. 🙂

src/background/modules/OmniboxSearch.js Show resolved Hide resolved
src/common/modules/data/Tips.js Outdated Show resolved Hide resolved
src/common/modules/data/Tips.js Outdated Show resolved Hide resolved
src/common/modules/data/Tips.js Outdated Show resolved Hide resolved
src/options/modules/CustomOptionTriggers.js Show resolved Hide resolved
src/options/modules/CustomOptionTriggers.js Outdated Show resolved Hide resolved
thunderbird: "https://addons.thunderbird.net/thunderbird/addon/unicodify-text-transformer/?utm_source=unicodify-addon&utm_medium=addon&utm_content=unicodify-addon-settings-inline&utm_campaign=unicodify-addon-settings-inline",
chrome: "https://chrome.google.com/webstore/detail/unicodify-text-transformer/",
}).then((browserUrl) => {
document.getElementById("link-unicodify").href = browserUrl;
Copy link
Owner

Choose a reason for hiding this comment

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

Hmm I don't see that ID being used anywhere in the options.html?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, this ID would be used by #93, so I will comment this line out and add a comment. Alternatively, I could add something like this to options.html:

<span class="helper-text">For Unicode font conversion from the context menu, please try our <strong>υ</strong> <a id="link-unicodify">Unicodify</a> add-on.</span>

src/options/modules/ManualAdjustments.js Outdated Show resolved Hide resolved
src/options/options.html Show resolved Hide resolved
tdulcet and others added 2 commits June 5, 2022 02:00
@tdulcet tdulcet requested a review from rugk June 5, 2022 13:18
Copy link
Owner

@rugk rugk left a comment

Choose a reason for hiding this comment

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

Okay, so I guess this can be merged?

@tdulcet
Copy link
Contributor Author

tdulcet commented Jun 5, 2022

Okay, so I guess this can be merged?

Yes, I will create another PR after this is merged with the rest of the changes from the published ATN version of the add-on (see #49 (comment)).

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.

Thunderbird version
2 participants