From a01d6d3b225f862a2fae1b725153341039e4cb25 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 23 Nov 2023 16:45:02 +0100 Subject: [PATCH] rename to share-notes --- examples/flush-notes/next-env.d.ts | 5 ----- examples/{flush-notes => share-notes}/.gitignore | 0 examples/{flush-notes => share-notes}/README.md | 0 .../{flush-notes => share-notes}/next.config.js | 0 .../{flush-notes => share-notes}/package-lock.json | 0 examples/{flush-notes => share-notes}/package.json | 2 +- .../{flush-notes => share-notes}/postcss.config.js | 0 .../src/app/Loading.tsx | 0 .../src/app/WakuProvider.tsx | 0 .../src/app/favicon.ico | Bin .../src/app/globals.css | 0 .../{flush-notes => share-notes}/src/app/layout.tsx | 0 .../{flush-notes => share-notes}/src/app/page.tsx | 0 .../src/app/view/page.tsx | 0 examples/{flush-notes => share-notes}/src/const.ts | 0 .../src/hooks/useNoteHash.ts | 0 .../src/services/notes.ts | 0 .../src/services/waku.ts | 0 examples/{flush-notes => share-notes}/src/utils.ts | 0 examples/{flush-notes => share-notes}/tsconfig.json | 0 20 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 examples/flush-notes/next-env.d.ts rename examples/{flush-notes => share-notes}/.gitignore (100%) rename examples/{flush-notes => share-notes}/README.md (100%) rename examples/{flush-notes => share-notes}/next.config.js (100%) rename examples/{flush-notes => share-notes}/package-lock.json (100%) rename examples/{flush-notes => share-notes}/package.json (96%) rename examples/{flush-notes => share-notes}/postcss.config.js (100%) rename examples/{flush-notes => share-notes}/src/app/Loading.tsx (100%) rename examples/{flush-notes => share-notes}/src/app/WakuProvider.tsx (100%) rename examples/{flush-notes => share-notes}/src/app/favicon.ico (100%) rename examples/{flush-notes => share-notes}/src/app/globals.css (100%) rename examples/{flush-notes => share-notes}/src/app/layout.tsx (100%) rename examples/{flush-notes => share-notes}/src/app/page.tsx (100%) rename examples/{flush-notes => share-notes}/src/app/view/page.tsx (100%) rename examples/{flush-notes => share-notes}/src/const.ts (100%) rename examples/{flush-notes => share-notes}/src/hooks/useNoteHash.ts (100%) rename examples/{flush-notes => share-notes}/src/services/notes.ts (100%) rename examples/{flush-notes => share-notes}/src/services/waku.ts (100%) rename examples/{flush-notes => share-notes}/src/utils.ts (100%) rename examples/{flush-notes => share-notes}/tsconfig.json (100%) diff --git a/examples/flush-notes/next-env.d.ts b/examples/flush-notes/next-env.d.ts deleted file mode 100644 index 4f11a03..0000000 --- a/examples/flush-notes/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/examples/flush-notes/.gitignore b/examples/share-notes/.gitignore similarity index 100% rename from examples/flush-notes/.gitignore rename to examples/share-notes/.gitignore diff --git a/examples/flush-notes/README.md b/examples/share-notes/README.md similarity index 100% rename from examples/flush-notes/README.md rename to examples/share-notes/README.md diff --git a/examples/flush-notes/next.config.js b/examples/share-notes/next.config.js similarity index 100% rename from examples/flush-notes/next.config.js rename to examples/share-notes/next.config.js diff --git a/examples/flush-notes/package-lock.json b/examples/share-notes/package-lock.json similarity index 100% rename from examples/flush-notes/package-lock.json rename to examples/share-notes/package-lock.json diff --git a/examples/flush-notes/package.json b/examples/share-notes/package.json similarity index 96% rename from examples/flush-notes/package.json rename to examples/share-notes/package.json index c7bc1f0..fae028e 100644 --- a/examples/flush-notes/package.json +++ b/examples/share-notes/package.json @@ -1,5 +1,5 @@ { - "name": "flush-notes", + "name": "share-notes", "version": "0.1.0", "private": true, "scripts": { diff --git a/examples/flush-notes/postcss.config.js b/examples/share-notes/postcss.config.js similarity index 100% rename from examples/flush-notes/postcss.config.js rename to examples/share-notes/postcss.config.js diff --git a/examples/flush-notes/src/app/Loading.tsx b/examples/share-notes/src/app/Loading.tsx similarity index 100% rename from examples/flush-notes/src/app/Loading.tsx rename to examples/share-notes/src/app/Loading.tsx diff --git a/examples/flush-notes/src/app/WakuProvider.tsx b/examples/share-notes/src/app/WakuProvider.tsx similarity index 100% rename from examples/flush-notes/src/app/WakuProvider.tsx rename to examples/share-notes/src/app/WakuProvider.tsx diff --git a/examples/flush-notes/src/app/favicon.ico b/examples/share-notes/src/app/favicon.ico similarity index 100% rename from examples/flush-notes/src/app/favicon.ico rename to examples/share-notes/src/app/favicon.ico diff --git a/examples/flush-notes/src/app/globals.css b/examples/share-notes/src/app/globals.css similarity index 100% rename from examples/flush-notes/src/app/globals.css rename to examples/share-notes/src/app/globals.css diff --git a/examples/flush-notes/src/app/layout.tsx b/examples/share-notes/src/app/layout.tsx similarity index 100% rename from examples/flush-notes/src/app/layout.tsx rename to examples/share-notes/src/app/layout.tsx diff --git a/examples/flush-notes/src/app/page.tsx b/examples/share-notes/src/app/page.tsx similarity index 100% rename from examples/flush-notes/src/app/page.tsx rename to examples/share-notes/src/app/page.tsx diff --git a/examples/flush-notes/src/app/view/page.tsx b/examples/share-notes/src/app/view/page.tsx similarity index 100% rename from examples/flush-notes/src/app/view/page.tsx rename to examples/share-notes/src/app/view/page.tsx diff --git a/examples/flush-notes/src/const.ts b/examples/share-notes/src/const.ts similarity index 100% rename from examples/flush-notes/src/const.ts rename to examples/share-notes/src/const.ts diff --git a/examples/flush-notes/src/hooks/useNoteHash.ts b/examples/share-notes/src/hooks/useNoteHash.ts similarity index 100% rename from examples/flush-notes/src/hooks/useNoteHash.ts rename to examples/share-notes/src/hooks/useNoteHash.ts diff --git a/examples/flush-notes/src/services/notes.ts b/examples/share-notes/src/services/notes.ts similarity index 100% rename from examples/flush-notes/src/services/notes.ts rename to examples/share-notes/src/services/notes.ts diff --git a/examples/flush-notes/src/services/waku.ts b/examples/share-notes/src/services/waku.ts similarity index 100% rename from examples/flush-notes/src/services/waku.ts rename to examples/share-notes/src/services/waku.ts diff --git a/examples/flush-notes/src/utils.ts b/examples/share-notes/src/utils.ts similarity index 100% rename from examples/flush-notes/src/utils.ts rename to examples/share-notes/src/utils.ts diff --git a/examples/flush-notes/tsconfig.json b/examples/share-notes/tsconfig.json similarity index 100% rename from examples/flush-notes/tsconfig.json rename to examples/share-notes/tsconfig.json