modify layout, implemented some more features to match mobile app

This commit is contained in:
Brandon4466
2025-04-01 13:00:04 -07:00
parent ff59c4c0b8
commit 504fdac553
7 changed files with 2439 additions and 155 deletions

View File

@@ -7,10 +7,6 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.bbrunson.com/brandon/musicshare-electron-client.git"
},
"author": "Brandon Brunson",
"license": "ISC",
"devDependencies": {
@@ -18,6 +14,7 @@
},
"dependencies": {
"axios": "^1.8.4",
"electron-packager": "^17.1.2",
"electron-store": "^10.0.1"
}
}