refactor: extract useScanner hook from page.tsx

This commit is contained in:
2026-04-19 12:21:15 +03:00
parent eda152e133
commit 5b8c6039ef
5 changed files with 284 additions and 213 deletions

View File

@@ -64,7 +64,9 @@
"Bash(curl -v http://localhost:8906/users)",
"Bash(NEXT_PUBLIC_API_URL=http://localhost:8916 npm run dev -- --port 8917)",
"Bash(curl -sf http://localhost:8917)",
"Bash(xargs sed *)"
"Bash(xargs sed *)",
"Bash(sed -i -e 's/\\\\btext-slate-100\\\\b/text-secondary/g' -e s/placeholder:text-slate-700/placeholder:text-muted/g -e s/hover:text-slate-300/hover:text-secondary/g app/page.tsx)",
"Bash(sed -i 's/\\\\btext-slate-300\\\\b/text-secondary/g' app/page.tsx)"
]
}
}