mirror of
https://github.com/mmahdium/TorrentMax.git
synced 2025-12-20 04:33:53 +01:00
Compare commits
3 Commits
c423f5e624
...
285ad88887
| Author | SHA1 | Date | |
|---|---|---|---|
| 285ad88887 | |||
| 5cbd1f8761 | |||
| 844ebda5bd |
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
1
app/app.vue
Normal file → Executable file
1
app/app.vue
Normal file → Executable file
@@ -19,5 +19,6 @@ useSeoMeta({
|
||||
</script>
|
||||
<template>
|
||||
<Analytics />
|
||||
|
||||
<NuxtPage />
|
||||
</template>
|
||||
|
||||
0
app/components/IndexHero.vue
Normal file → Executable file
0
app/components/IndexHero.vue
Normal file → Executable file
0
app/components/MagnetCard.vue
Normal file → Executable file
0
app/components/MagnetCard.vue
Normal file → Executable file
0
app/components/SearchBar.vue
Normal file → Executable file
0
app/components/SearchBar.vue
Normal file → Executable file
0
app/components/TorrentUpload.vue
Normal file → Executable file
0
app/components/TorrentUpload.vue
Normal file → Executable file
0
app/components/alert/Error.vue
Normal file → Executable file
0
app/components/alert/Error.vue
Normal file → Executable file
0
app/lib/api.ts
Normal file → Executable file
0
app/lib/api.ts
Normal file → Executable file
3
app/pages/index.vue
Normal file → Executable file
3
app/pages/index.vue
Normal file → Executable file
@@ -55,7 +55,6 @@ async function handleTorrentUpload(file: File) {
|
||||
<div class="divider divider-neutral">OR</div>
|
||||
<TorrentUpload @submit="handleTorrentUpload" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="loading"
|
||||
v-motion-fade
|
||||
@@ -63,10 +62,8 @@ async function handleTorrentUpload(file: File) {
|
||||
>
|
||||
<span class="loading loading-infinity loading-xl" />
|
||||
</div>
|
||||
|
||||
<!-- Error message display -->
|
||||
<AlertError v-if="error && !loading" :message="error" />
|
||||
|
||||
<MagnetCard
|
||||
v-if="maxedMagnet && !loading && !error"
|
||||
v-motion-fade
|
||||
|
||||
0
app/tailwind.css
Normal file → Executable file
0
app/tailwind.css
Normal file → Executable file
0
eslint.config.mjs
Normal file → Executable file
0
eslint.config.mjs
Normal file → Executable file
0
nuxt.config.ts
Normal file → Executable file
0
nuxt.config.ts
Normal file → Executable file
14
package.json
Normal file → Executable file
14
package.json
Normal file → Executable file
@@ -12,16 +12,16 @@
|
||||
"dependencies": {
|
||||
"@formkit/auto-animate": "^0.9.0",
|
||||
"@nuxt/eslint": "1.10.0",
|
||||
"@tailwindcss/vite": "^4.1.16",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/parse-torrent": "^5.8.8",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"@vercel/analytics": "^1.6.1",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"daisyui": "^5.3.10",
|
||||
"eslint": "^9.38.0",
|
||||
"nuxt": "^4.2.0",
|
||||
"daisyui": "^5.5.8",
|
||||
"eslint": "^9.39.1",
|
||||
"nuxt": "^4.2.1",
|
||||
"parse-torrent": "^11.0.19",
|
||||
"tailwindcss": "^4.1.16",
|
||||
"vue": "^3.5.22",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"vue": "^3.5.25",
|
||||
"vue-router": "^4.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
2979
pnpm-lock.yaml
generated
Normal file → Executable file
2979
pnpm-lock.yaml
generated
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
4
pnpm-workspace.yaml
Executable file
4
pnpm-workspace.yaml
Executable file
@@ -0,0 +1,4 @@
|
||||
onlyBuiltDependencies:
|
||||
- '@parcel/watcher'
|
||||
- esbuild
|
||||
- unrs-resolver
|
||||
0
public/favicon.ico
Normal file → Executable file
0
public/favicon.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
0
public/robots.txt
Normal file → Executable file
0
public/robots.txt
Normal file → Executable file
0
server/api/magnet.ts
Normal file → Executable file
0
server/api/magnet.ts
Normal file → Executable file
0
server/api/torrent.ts
Normal file → Executable file
0
server/api/torrent.ts
Normal file → Executable file
0
server/utils/magnetParser.ts
Normal file → Executable file
0
server/utils/magnetParser.ts
Normal file → Executable file
0
server/utils/torrentParser.ts
Normal file → Executable file
0
server/utils/torrentParser.ts
Normal file → Executable file
0
server/utils/trackerHelper.ts
Normal file → Executable file
0
server/utils/trackerHelper.ts
Normal file → Executable file
0
shared/types/magnet.ts
Normal file → Executable file
0
shared/types/magnet.ts
Normal file → Executable file
0
tsconfig.json
Normal file → Executable file
0
tsconfig.json
Normal file → Executable file
Reference in New Issue
Block a user