Compare commits

...
2 Commits
Author SHA1 Message Date
raphix e006d48c0a Merge branch 'main' of https://git.raphix.fr/subsonics/chopin-frontend 2026-06-28 13:54:38 +02:00
raphix 2f1e98382c update: all packages 2026-06-28 13:54:28 +02:00
4 changed files with 802 additions and 927 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"ignoreDeprecations": "6.0",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
+798 -925
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chopin-frontend",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "vite --host --port 8080",
+2 -1
View File
@@ -33,4 +33,5 @@ export default function useMouse() {
});
return position;
};
};