From d1462624b337e667d574f3aebb1bacbfc11ebfff Mon Sep 17 00:00:00 2001 From: karczuRF Date: Thu, 27 Jun 2024 15:50:19 +0200 Subject: [PATCH] refactor: tapplets dir structure --- .../tapplets-registry.manifest.json | 0 .../{ => versions}/1.0.0/tapplet.manifest.json | 0 .../{ => versions}/1.0.1/tapplet.manifest.json | 0 .../{ => versions}/1.0.2/tapplet.manifest.json | 0 .../{ => versions}/1.0.3/tapplet.manifest.json | 0 .../{ => versions}/1.0.4/tapplet.manifest.json | 0 .../{ => versions}/1.0.5/tapplet.manifest.json | 0 src/tapplet-example/images/background.svg | 18 ++++++++++++++++++ src/tapplet-example/images/logo.svg | 1 + .../{ => versions}/0.0.1/tapplet.manifest.json | 0 .../{ => versions}/0.0.2/tapplet.manifest.json | 0 11 files changed, 19 insertions(+) rename tapplets-registry.manifest.json => dist/tapplets-registry.manifest.json (100%) rename src/tapp-example/{ => versions}/1.0.0/tapplet.manifest.json (100%) rename src/tapp-example/{ => versions}/1.0.1/tapplet.manifest.json (100%) rename src/tapp-example/{ => versions}/1.0.2/tapplet.manifest.json (100%) rename src/tapp-example/{ => versions}/1.0.3/tapplet.manifest.json (100%) rename src/tapp-example/{ => versions}/1.0.4/tapplet.manifest.json (100%) rename src/tapp-example/{ => versions}/1.0.5/tapplet.manifest.json (100%) create mode 100644 src/tapplet-example/images/background.svg create mode 100644 src/tapplet-example/images/logo.svg rename src/tapplet-example/{ => versions}/0.0.1/tapplet.manifest.json (100%) rename src/tapplet-example/{ => versions}/0.0.2/tapplet.manifest.json (100%) diff --git a/tapplets-registry.manifest.json b/dist/tapplets-registry.manifest.json similarity index 100% rename from tapplets-registry.manifest.json rename to dist/tapplets-registry.manifest.json diff --git a/src/tapp-example/1.0.0/tapplet.manifest.json b/src/tapp-example/versions/1.0.0/tapplet.manifest.json similarity index 100% rename from src/tapp-example/1.0.0/tapplet.manifest.json rename to src/tapp-example/versions/1.0.0/tapplet.manifest.json diff --git a/src/tapp-example/1.0.1/tapplet.manifest.json b/src/tapp-example/versions/1.0.1/tapplet.manifest.json similarity index 100% rename from src/tapp-example/1.0.1/tapplet.manifest.json rename to src/tapp-example/versions/1.0.1/tapplet.manifest.json diff --git a/src/tapp-example/1.0.2/tapplet.manifest.json b/src/tapp-example/versions/1.0.2/tapplet.manifest.json similarity index 100% rename from src/tapp-example/1.0.2/tapplet.manifest.json rename to src/tapp-example/versions/1.0.2/tapplet.manifest.json diff --git a/src/tapp-example/1.0.3/tapplet.manifest.json b/src/tapp-example/versions/1.0.3/tapplet.manifest.json similarity index 100% rename from src/tapp-example/1.0.3/tapplet.manifest.json rename to src/tapp-example/versions/1.0.3/tapplet.manifest.json diff --git a/src/tapp-example/1.0.4/tapplet.manifest.json b/src/tapp-example/versions/1.0.4/tapplet.manifest.json similarity index 100% rename from src/tapp-example/1.0.4/tapplet.manifest.json rename to src/tapp-example/versions/1.0.4/tapplet.manifest.json diff --git a/src/tapp-example/1.0.5/tapplet.manifest.json b/src/tapp-example/versions/1.0.5/tapplet.manifest.json similarity index 100% rename from src/tapp-example/1.0.5/tapplet.manifest.json rename to src/tapp-example/versions/1.0.5/tapplet.manifest.json diff --git a/src/tapplet-example/images/background.svg b/src/tapplet-example/images/background.svg new file mode 100644 index 0000000..38947b1 --- /dev/null +++ b/src/tapplet-example/images/background.svg @@ -0,0 +1,18 @@ + + + node-icon + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/tapplet-example/images/logo.svg b/src/tapplet-example/images/logo.svg new file mode 100644 index 0000000..6c87de9 --- /dev/null +++ b/src/tapplet-example/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/tapplet-example/0.0.1/tapplet.manifest.json b/src/tapplet-example/versions/0.0.1/tapplet.manifest.json similarity index 100% rename from src/tapplet-example/0.0.1/tapplet.manifest.json rename to src/tapplet-example/versions/0.0.1/tapplet.manifest.json diff --git a/src/tapplet-example/0.0.2/tapplet.manifest.json b/src/tapplet-example/versions/0.0.2/tapplet.manifest.json similarity index 100% rename from src/tapplet-example/0.0.2/tapplet.manifest.json rename to src/tapplet-example/versions/0.0.2/tapplet.manifest.json