feat: Made design more responsive
fix: Made blurring server side to help with performance fix: Fixed shortcut useEffect loop
This commit is contained in:
parent
b4a89385d0
commit
9e4b2a02c1
38 changed files with 583 additions and 329 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -35,5 +35,8 @@
|
|||
"WAYLAND_DISPLAY": "wayland-0",
|
||||
"XDG_RUNTIME_DIR": "/run/user/1000",
|
||||
"GPG_TTY": "/dev/tty"
|
||||
}
|
||||
},
|
||||
"editor.suggest.preview": true,
|
||||
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
||||
"editor.wordWrap": "on"
|
||||
}
|
||||
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -39,6 +39,10 @@
|
|||
"type": "shell",
|
||||
"command": "bun run dev:hmr",
|
||||
"isBackground": true,
|
||||
"options": {
|
||||
"env": {
|
||||
}
|
||||
},
|
||||
"problemMatcher": [],
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue