From e0c84a9abbda94ea9107371d4c6b2681dd83797a Mon Sep 17 00:00:00 2001 From: Avoonix <63160225+avoonix@users.noreply.github.com> Date: Sat, 2 Mar 2024 09:53:59 +0000 Subject: [PATCH] disable telegram/backend interactions --- README.md | 16 +- packages/frontend/package.json | 3 +- packages/frontend/public/sticker_0.png | Bin 0 -> 48983 bytes packages/frontend/public/sticker_1.png | Bin 0 -> 64838 bytes packages/frontend/public/sticker_10.png | Bin 0 -> 56381 bytes packages/frontend/public/sticker_11.png | Bin 0 -> 45010 bytes packages/frontend/public/sticker_12.png | Bin 0 -> 61230 bytes packages/frontend/public/sticker_13.png | Bin 0 -> 68139 bytes packages/frontend/public/sticker_2.png | Bin 0 -> 55547 bytes packages/frontend/public/sticker_3.png | Bin 0 -> 55355 bytes packages/frontend/public/sticker_4.png | Bin 0 -> 38308 bytes packages/frontend/public/sticker_5.png | Bin 0 -> 47043 bytes packages/frontend/public/sticker_6.png | Bin 0 -> 59098 bytes packages/frontend/public/sticker_7.png | Bin 0 -> 60402 bytes packages/frontend/public/sticker_8.png | Bin 0 -> 74923 bytes packages/frontend/public/sticker_9.png | Bin 0 -> 59833 bytes .../src/modules/export/AddToSetButton.tsx | 77 - packages/frontend/src/modules/export/auth.ts | 47 +- .../frontend/src/modules/export/requests.ts | 64 - .../src/modules/misc/Introduction.tsx | 4 + .../src/modules/stickers/globalStickers.json | 28 +- .../src/modules/stickers/useApiSettings.ts | 16 +- packages/frontend/src/pages/_app.tsx | 24 - .../src/pages/edit/[stickerId]/step/1.tsx | 5 +- .../src/pages/edit/[stickerId]/step/3.tsx | 14 +- .../src/pages/edit/[stickerId]/step/4.tsx | 14 +- packages/frontend/src/pages/index.tsx | 53 +- pnpm-lock.yaml | 6771 ++++++++--------- 28 files changed, 3420 insertions(+), 3716 deletions(-) create mode 100644 packages/frontend/public/sticker_0.png create mode 100644 packages/frontend/public/sticker_1.png create mode 100644 packages/frontend/public/sticker_10.png create mode 100644 packages/frontend/public/sticker_11.png create mode 100644 packages/frontend/public/sticker_12.png create mode 100644 packages/frontend/public/sticker_13.png create mode 100644 packages/frontend/public/sticker_2.png create mode 100644 packages/frontend/public/sticker_3.png create mode 100644 packages/frontend/public/sticker_4.png create mode 100644 packages/frontend/public/sticker_5.png create mode 100644 packages/frontend/public/sticker_6.png create mode 100644 packages/frontend/public/sticker_7.png create mode 100644 packages/frontend/public/sticker_8.png create mode 100644 packages/frontend/public/sticker_9.png delete mode 100644 packages/frontend/src/modules/export/AddToSetButton.tsx delete mode 100644 packages/frontend/src/modules/export/requests.ts diff --git a/README.md b/README.md index 0087ad7..c171283 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> I no longer have fun working on this project, and I don't see myself supporting it any longer. Importing and exporting to/from JSON should continue to work, but the telegram bot has been disabled. +

Avoo's Sticker Stash Logo @@ -14,6 +17,9 @@ Use the [web app](https://stickers.avoonix.com/) or try the [telegram bot](https ## Examples +> [!NOTE] +> I no longer have fun working on this project, and I don't see myself supporting it any longer. Importing and exporting to/from JSON should continue to work, but the telegram bot has been disabled. +

Blue Paws Sticker Petting Pink Fox Sticker @@ -26,19 +32,15 @@ Use the [web app](https://stickers.avoonix.com/) or try the [telegram bot](https ## Library +> [!NOTE] +> I no longer have fun working on this project, and I don't see myself supporting it any longer. Importing and exporting to/from JSON should continue to work, but the telegram bot has been disabled. + There's also a npm library for creating stickers: - Playground: https://sticker-playground.netlify.app/ - Package: https://www.npmjs.com/package/tg-sticker-creator - Docs: https://avoonix.github.io/tg-sticker-creator/docs/index.html -# Support - -Like the project? Please consider supporting it by filing bug reports, contributing, or donating to help improve it. - -[![donation link](https://i.avoonix.com/patreon/avoonix-become-a-patron-button.png)](https://avoonix.com/support) - -