From 6dc9da0883cebe0855beb68ab7a9b84b5423e802 Mon Sep 17 00:00:00 2001 From: pegvin <75035219+pegvin@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:11:09 +0530 Subject: [PATCH] Re-Write using SolidJS --- .nojekyll | 0 index.html | 42 +- jsconfig.json | 15 + main.js | 75 -- package-lock.json | 1931 +++++++++++++++++++++++++++++++++ package.json | 20 + src/App.jsx | 24 + src/EditorConfig.jsx | 44 + src/StatusBar.jsx | 24 + src/TextEditor.jsx | 38 + src/assets/favicon.ico | Bin 0 -> 15086 bytes src/context/Config.jsx | 21 + src/context/EditorContent.jsx | 18 + styles.css => src/index.css | 6 +- src/index.jsx | 15 + vite.config.js | 20 + 16 files changed, 2174 insertions(+), 119 deletions(-) delete mode 100644 .nojekyll create mode 100644 jsconfig.json delete mode 100644 main.js create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 src/App.jsx create mode 100644 src/EditorConfig.jsx create mode 100644 src/StatusBar.jsx create mode 100644 src/TextEditor.jsx create mode 100644 src/assets/favicon.ico create mode 100644 src/context/Config.jsx create mode 100644 src/context/EditorContent.jsx rename styles.css => src/index.css (92%) create mode 100644 src/index.jsx create mode 100644 vite.config.js diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index 6bc7630..9dbc787 100644 --- a/index.html +++ b/index.html @@ -7,47 +7,9 @@ - - +
-