feat: Made design more responsive

fix: Made blurring server side to help with performance
fix: Fixed shortcut useEffect loop
This commit is contained in:
Simeon Radivoev 2026-02-26 00:28:14 +02:00
parent b4a89385d0
commit 9e4b2a02c1
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
38 changed files with 583 additions and 329 deletions

4
.vscode/tasks.json vendored
View file

@ -39,6 +39,10 @@
"type": "shell",
"command": "bun run dev:hmr",
"isBackground": true,
"options": {
"env": {
}
},
"problemMatcher": [],
"presentation": {
"echo": true,