Skip to content

Remove jquery#296

Merged
thsmi merged 50 commits intomasterfrom
remove-jquery
Jun 15, 2020
Merged

Remove jquery#296
thsmi merged 50 commits intomasterfrom
remove-jquery

Conversation

@thsmi
Copy link
Copy Markdown
Owner

@thsmi thsmi commented Jun 1, 2020

No description provided.

thsmi added 30 commits May 2, 2020 01:34
…rt templates and i18n from app.* Rename SieveTemplateLoader to SieveTemplate.* Translate some editor string.
* Replace material design icons with bootstrap icons (#209)
* Externalize and translate some more strings (#267)
* Replace some more jQuery jQuery (#201)
    * Externalize and translate some more strings (#267)
    * Replace some more jQuery (#201)
* Externalize and translate some more strings (#267)
* Replace some more jQuery (#201)
* Remove Linter Errors
* Address Linter warnings.
* Delete obsolete files.
* Fix toggeling trace messages.
Zipping the electron folder fails due to strange symlinks.
Thus disabling macOS artifacts
This was linked to issues Jun 1, 2020
$("#container").append(dialog);
await new Promise(async (resolve) => {
const dialog = await (new SieveTemplate()).load("./importer/account.import.tpl");
dialog.querySelector(".sieve-import-progress").style.display = "none";
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

getElementsByClassName is a little bit faster.

await new Promise(async (resolve) => {
const dialog = await (new SieveTemplate()).load("./importer/account.import.tpl");
dialog.querySelector(".sieve-import-progress").style.display = "none";
document.querySelector("#ctx").appendChild(dialog);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

getElementById is a little bit faster, too.

@thsmi thsmi marked this pull request as draft June 5, 2020 15:50
@thsmi thsmi merged commit 1dafd29 into master Jun 15, 2020
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.

Internationalize Graphical Editor Remove jQuery Dependecy

2 participants