refactor: simplify NIP-88 poll UI components

This commit is contained in:
2026-04-04 15:58:40 +05:30
parent 9311cab3b2
commit a15391a66a
4 changed files with 89 additions and 55 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check src && eslint src",
"format": "git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte|css)$' | xargs -r prettier --write",
"format": "git diff HEAD --name-only --diff-filter d | grep -E '(js|ts|svelte|css)$' | xargs -r prettier --write",
"format:all": "prettier --write src",
"prepare": "husky"
},