Pe 179 refactoring UI code (#25)

* refactored main JS files

* modals have been refactored

* lines and renderer refactored

* all refactoring done. ready for reskinning
This commit is contained in:
anandamarsh
2023-09-23 21:05:06 -07:00
committed by GitHub
parent faeab0790a
commit a25c7b4286
52 changed files with 3927 additions and 3403 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const path = require("path");
module.exports = {
mode: "development",
entry: {
webshare: ["./src/webshare.ts", "./src/prompt.less"],
webshare: ["./src/webshare.ts", "./src/index.less"],
},
output: {
path: path.resolve(__dirname, "webshare/dist"),