aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/wrike
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 20:56:48 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 19:56:48 +0100
commit6f5e4a00588aefdda7a5a1cfe70935870e7e234a (patch)
tree9e29aa7aa0620a1a4a968ff8739b4b8ba96791a9 /uncompressed/wrike
parentUpdated logos for Outlook/OWA (diff)
downloadferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.gz
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.zst
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.zip
Unpack recipes and update recipes icons (#292)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'uncompressed/wrike')
-rw-r--r--uncompressed/wrike/LICENSE21
-rw-r--r--uncompressed/wrike/README.md23
-rw-r--r--uncompressed/wrike/icon.pngbin7990 -> 0 bytes
-rw-r--r--uncompressed/wrike/icon.svg1
-rw-r--r--uncompressed/wrike/index.js4
-rw-r--r--uncompressed/wrike/package.json13
-rw-r--r--uncompressed/wrike/webview.js16
7 files changed, 0 insertions, 78 deletions
diff --git a/uncompressed/wrike/LICENSE b/uncompressed/wrike/LICENSE
deleted file mode 100644
index eee14ce..0000000
--- a/uncompressed/wrike/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
1MIT License
2
3Copyright (c) 2017 Koma
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the rights
8to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9copies of the Software, and to permit persons to whom the Software is
10furnished to do so, subject to the following conditions:
11
12The above copyright notice and this permission notice shall be included in all
13copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21SOFTWARE.
diff --git a/uncompressed/wrike/README.md b/uncompressed/wrike/README.md
deleted file mode 100644
index e079838..0000000
--- a/uncompressed/wrike/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
1# Wrike
2Recipe for [Wrike](https://www.wrike.com) integration with [Franz 5](http://meetfranz.com)
3
4## To test this dev release
5
61. Clone/download the folder `recipe-wrike`.
7
82. Open the Franz Recipe folder on your machine:
9 * Mac: `~/Library/Application Support/Franz/recipes/`
10 * Windows: `%appdata%/Franz/recipes/`
11 * Linux: `~/.config/Franz/recipes/`
12
133. Create a `dev` folder if you have not already done so
14
153. Unzip and copy the `recipe-wrike` folder into the recipes dev directory
16
174. Restart Franz
18
19## How to create your own Franz recipes:
20[Read the documentation](https://github.com/meetfranz/plugins)
21
22## Authors
23[Koma](https://github.com/koma-private/)
diff --git a/uncompressed/wrike/icon.png b/uncompressed/wrike/icon.png
deleted file mode 100644
index 18e46cc..0000000
--- a/uncompressed/wrike/icon.png
+++ /dev/null
Binary files differ
diff --git a/uncompressed/wrike/icon.svg b/uncompressed/wrike/icon.svg
deleted file mode 100644
index d577b7c..0000000
--- a/uncompressed/wrike/icon.svg
+++ /dev/null
@@ -1 +0,0 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="445" y1="597.03" x2="868.164" y2="170.762"><stop offset="0" stop-color="#309032"/><stop offset=".006" stop-color="#309032"/><stop offset=".361" stop-color="#46a747"/><stop offset=".699" stop-color="#53b454"/><stop offset="1" stop-color="#57b958"/></linearGradient><path d="M719 172.3L216.5 674.7l149.2 149.9L1018 172.3H719z" fill="url(#a)"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="168.837" y1="475.682" x2="434.843" y2="747.082"><stop offset="0" stop-color="#a0db1b"/><stop offset="1" stop-color="#82b500"/></linearGradient><path d="M303.2 463H4.8l360.9 360.9 149.9-149.2L303.2 463z" fill="url(#b)"/></svg> \ No newline at end of file
diff --git a/uncompressed/wrike/index.js b/uncompressed/wrike/index.js
deleted file mode 100644
index 8fbf1bf..0000000
--- a/uncompressed/wrike/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
1'use strict';
2
3// just pass through Franz
4module.exports = Franz => Franz; \ No newline at end of file
diff --git a/uncompressed/wrike/package.json b/uncompressed/wrike/package.json
deleted file mode 100644
index 7b61255..0000000
--- a/uncompressed/wrike/package.json
+++ /dev/null
@@ -1,13 +0,0 @@
1{
2 "id": "wrike",
3 "name": "Wrike",
4 "version": "1.0.1",
5 "description": "Project management SaaS",
6 "main": "index.js",
7 "author": "Koma",
8 "license": "MIT",
9 "repository": "https://github.com/koma-private/recipe-wrike",
10 "config": {
11 "serviceURL": "https://www.wrike.com/login/"
12 }
13}
diff --git a/uncompressed/wrike/webview.js b/uncompressed/wrike/webview.js
deleted file mode 100644
index 7aaeba4..0000000
--- a/uncompressed/wrike/webview.js
+++ /dev/null
@@ -1,16 +0,0 @@
1'use strict';
2
3module.exports = (Franz, options) => {
4 function getMessages() {
5 let directCount = 0;
6 let element = document.querySelector('.ws-navigation-button__indicator.ws-navigation-button-indicator');
7
8 if (element && element.innerText) {
9 directCount = parseInt(element.innerText);
10 }
11
12 Franz.setBadge(directCount);
13 }
14
15 Franz.loop(getMessages);
16}