diff --git a/html/loggedIn.html b/html/loggedIn.html index b41e022..c7996fa 100644 --- a/html/loggedIn.html +++ b/html/loggedIn.html @@ -96,18 +96,17 @@

You are all set!

-

Now you can start importing apps! Choose importing mode:

+

Now you can start importing apps! What format do you want to import?

- +
diff --git a/html/zapierImport.html b/html/zapierImport.html index a7e3c34..9cf5d50 100644 --- a/html/zapierImport.html +++ b/html/zapierImport.html @@ -210,6 +210,7 @@
+ ͔ @@ -224,8 +225,6 @@

diff --git a/html/zapierImport.mjs b/html/zapierImport.mjs index e04506b..0928733 100644 --- a/html/zapierImport.mjs +++ b/html/zapierImport.mjs @@ -8,7 +8,6 @@ import Common from '../bin/Common.mjs' document.getElementById("buttonLogout").addEventListener("click", Common.logout); document.getElementById("buttonChangeMode").addEventListener("click", Common.demode); document.getElementById("currentUser").innerText = `Logged in as ${(await Common.getUserData(await Common.getStoredApiKey())).name}.`; - document.getElementById("currentMode").innerText = `Mode: ${await Common.getMode()}` })(); /** diff --git a/html/zapierLogin.html b/html/zapierLogin.html index c50e168..fbf890f 100644 --- a/html/zapierLogin.html +++ b/html/zapierLogin.html @@ -62,6 +62,7 @@
+ ͔ @@ -73,8 +74,6 @@

diff --git a/html/zapierLogin.mjs b/html/zapierLogin.mjs index ec90db4..d4feecc 100644 --- a/html/zapierLogin.mjs +++ b/html/zapierLogin.mjs @@ -7,5 +7,4 @@ import Common from '../bin/Common.mjs' document.getElementById("buttonLogout").addEventListener("click", Common.logout); document.getElementById("buttonChangeMode").addEventListener("click", Common.demode); document.getElementById("currentUser").innerText = `Logged in as ${(await Common.getUserData(await Common.getStoredApiKey())).name}.`; - document.getElementById("currentMode").innerText = `Mode: ${await Common.getMode()}` })(); diff --git a/html/zapierNotOn.html b/html/zapierNotOn.html index 5cdad2d..c054fee 100644 --- a/html/zapierNotOn.html +++ b/html/zapierNotOn.html @@ -85,6 +85,7 @@
+ ͔ @@ -101,8 +102,6 @@

Almost there

diff --git a/html/zapierNotOn.mjs b/html/zapierNotOn.mjs index 429d7cd..6e73276 100644 --- a/html/zapierNotOn.mjs +++ b/html/zapierNotOn.mjs @@ -7,7 +7,6 @@ import Common from '../bin/Common.mjs' document.getElementById("buttonLogout").addEventListener("click", Common.logout); document.getElementById("buttonChangeMode").addEventListener("click", Common.demode); document.getElementById("currentUser").innerText = `Logged in as ${(await Common.getUserData(await Common.getStoredApiKey())).name}.`; - document.getElementById("currentMode").innerText = `Mode: ${await Common.getMode()}` })(); document.getElementById("getStarted").addEventListener("click", callLanding); diff --git a/icon/1024.png b/icon/1024.png index bf1381e..a5914d6 100644 Binary files a/icon/1024.png and b/icon/1024.png differ diff --git a/icon/128.png b/icon/128.png index 74b4388..bf138f3 100644 Binary files a/icon/128.png and b/icon/128.png differ diff --git a/icon/16.png b/icon/16.png index 411091f..8641d94 100644 Binary files a/icon/16.png and b/icon/16.png differ diff --git a/icon/32.png b/icon/32.png index dbacfb7..b48fbd0 100644 Binary files a/icon/32.png and b/icon/32.png differ diff --git a/icon/48.png b/icon/48.png index d9f8c75..a0f2ef4 100644 Binary files a/icon/48.png and b/icon/48.png differ