diff --git a/README.md b/README.md
index e93b1ac..c8982d5 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,10 @@
* [x] Multiple peers
* [x] Get peer data
* [x] See download speed
-* [ ] Fix turn server settings to work on all servers
-* [ ] Fix edge cases
* [x] DaisyUI redesign
* [x] QRCode
-* [ ] More cleaning
-* [ ] Multiple files
+* [x] Fix turn server settings to work on all servers
+* [x] More cleaning
+* [ ] Fix edge cases
+* [ ] Cancel download
+
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 63663a1..6569dcd 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -21,15 +21,10 @@ export default [
rules: {
"no-magic-numbers": "off",
"sort-keys": "off",
- "no-warning-comments": "off",
- "no-inline-comments": "off", // TODO remove
"no-ternary": "off",
"one-var": "off",
- "max-statements": ["warn", 200], // TODO remove
- "max-lines-per-function": ["warn", 200], // TODO remove
"max-params": ["warn", 5],
"max-lines": "off",
- "no-console": "off", // TODO remove
},
},
{
diff --git a/index.html b/index.html
index a701c09..71a85e3 100644
--- a/index.html
+++ b/index.html
@@ -52,8 +52,7 @@
{{ status }}
-
- {{ error }}
+
{{ prettyFileSize }} - {{ fileName }}
@@ -66,7 +65,7 @@
- {{ shareText }}
+ {{ serverShareText }}
-
+
Download
-
-
-