updated packages and added reactivate button

This commit is contained in:
stratuma 2024-06-20 15:37:30 +02:00
parent 0a6c726e51
commit f33a562996
3 changed files with 1495 additions and 1207 deletions

View File

@ -29,17 +29,17 @@
"@types/node-cron": "^3.0.11",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"electron": "^30.0.8",
"electron": "^30.1.2",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"long": "^5.2.3",
"modclean": "3.0.0-beta.1",
"nuxt": "^3.11.2",
"nuxt": "^3.12.2",
"nuxt-icon": "^0.6.10",
"prettier": "^2.8.8",
"sass": "^1.77.2",
"sass": "^1.77.6",
"sass-loader": "^13.3.3",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5",
@ -51,15 +51,15 @@
"crypto-js": "^4.2.0",
"electron-log": "^5.1.5",
"electron-settings": "^4.0.4",
"electron-updater": "^6.1.8",
"electron-updater": "^6.2.1",
"express": "^4.19.2",
"fastify": "^4.27.0",
"fastify": "^4.28.0",
"fluent-ffmpeg": "^2.1.3",
"jsencrypt": "^3.3.2",
"mpd-parser": "^1.3.0",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"protobufjs": "^7.3.0",
"protobufjs": "^7.3.2",
"sequelize": "^6.37.3",
"sqlite3": "5.1.6",
"winston": "^3.13.0"

View File

@ -331,10 +331,11 @@
<div class="text-xl">Back</div>
</div>
</button>
<button class="relative py-3 border-2 border-green-400 rounded-xl flex flex-row items-center justify-center cursor-default w-full">
<button @click="added = false" class="relative py-3 border-2 border-green-400 rounded-xl flex flex-row items-center justify-center cursor-default w-full">
<div class="flex gap-1 flex-row items-center justify-center transition-all">
<Icon name="material-symbols:check" class="h-6 w-6 text-green-200" />
<!-- <Icon name="material-symbols:check" class="h-6 w-6 text-green-200" /> -->
<div class="text-xl text-green-200">Added</div>
<div class="text-xs text-green-200">(Click to Reactivate Add)</div>
</div>
</button>
</div>

File diff suppressed because it is too large Load Diff