Skip to content

Commit 242729e

Browse files
authored
feat: implement new ux (#15)
* wip * new pubkey input * wip * restyle upload to ipfs * finish restyling
1 parent a44f2b4 commit 242729e

File tree

35 files changed

+6350
-431
lines changed

35 files changed

+6350
-431
lines changed

.eslintrc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
},
2727
"ignorePatterns": [
2828
"node_modules",
29-
"zip",
3029
"build",
31-
"wasm",
32-
"tlsn",
33-
"util",
34-
"webpack.config.js"
30+
"rs",
31+
"webpack.web.config.js",
32+
"webpack.server.config.js",
33+
"static"
3534
]
3635
}

0 commit comments

Comments
 (0)