Commit Graph

289 Commits

Author SHA1 Message Date
maxDorninger
82700abeb6 improve UX of downloading torrents by splitting the dialogs into two steps; deduplicate code; fix bug which causes the directory preview to be incorrect 2025-10-29 15:56:00 +01:00
maxDorninger
49f8886db1 cleanup code 2025-10-29 14:24:00 +01:00
maxDorninger
39c88a0519 add retry and delete buttons to torrents table 2025-10-29 14:22:22 +01:00
maxDorninger
30b710e618 improve how the download_url field is excluded from the response model 2025-10-28 22:49:10 +01:00
maxDorninger
bae3906063 add indexer field to IndexerQueryResult and update related components; display indexer name to use 2025-10-28 22:17:00 +01:00
Maximilian Dorninger
fdffa38c92 Merge pull request #168 from maxdorninger/enhance-frontend
Miscellaneous frontend enhancements
2025-10-28 09:00:18 +01:00
maxDorninger
9ac16e5ab9 fix eslint rule comments 2025-10-27 23:06:17 +01:00
maxDorninger
bb566e6eb9 format files 2025-10-27 22:26:59 +01:00
maxDorninger
b846480b84 create function for displaying query result toasts to reduce code duplication 2025-10-27 21:49:26 +01:00
maxDorninger
994e558090 fix torrent table using id and not torrent_id as identifying property 2025-10-27 21:48:30 +01:00
maxDorninger
89965e65e1 update verify page; replace goto dashboard button with logout button 2025-10-27 21:25:54 +01:00
Maximilian Dorninger
6c2ebc6c4c Merge pull request #167 from maxdorninger/enhance-frontend
[CHORE] replace all usages of base with resolve() and pin python version to 3.13
2025-10-27 21:19:34 +01:00
maxDorninger
fd434ec544 fix resolve import 2025-10-27 20:45:46 +01:00
maxDorninger
b5ac036103 replace asset() with resolve() 2025-10-27 20:40:20 +01:00
maxDorninger
f62394fdb7 replace base with resolve 2025-10-27 20:06:10 +01:00
maxDorninger
5910b047b3 format files 2025-09-25 21:26:16 +02:00
maxDorninger
b53e9fde9b add HadrienKerlero to sponsor mentions 2025-09-25 21:21:53 +02:00
maxDorninger
98ee8d265d disable svelte no navigation without resolve eslint rule 2025-09-18 12:47:10 +02:00
maxDorninger
124357ec9c update package-lock.json 2025-09-13 22:57:10 +02:00
maxDorninger
3d00809634 update dependencies and add back lucide-svelte 2025-09-13 22:48:39 +02:00
maxDorninger
f6dea2b8be remove unused node dependencies 2025-09-13 21:41:28 +02:00
maxDorninger
9e91f71bd1 fix no error message being displayed when login fails because of bad credentials 2025-09-13 20:47:17 +02:00
maxDorninger
8f5cc9329c update how oauth is handled 2025-09-13 18:42:34 +02:00
maxDorninger
1c81083e23 fix typo when accessing auth metadata 2025-09-13 18:03:47 +02:00
maxDorninger
9125bddf12 remove stray parentheses 2025-09-12 20:43:16 +02:00
maxDorninger
0ac34c0834 fix hardcoded url of images 2025-09-12 20:41:58 +02:00
maxDorninger
6203ec5ce0 format files 2025-09-12 20:09:44 +02:00
maxDorninger
6f8d3eea4e update type of the library parameter to string, instead of generating a list of possible values dynamically 2025-09-12 20:05:02 +02:00
maxDorninger
d6c1a03d78 migrate all .svelte files to new types created with openapi-ts 2025-09-12 19:58:53 +02:00
maxDorninger
3eaa3dd233 update how login is handled in the frontend 2025-09-07 21:01:24 +02:00
maxDorninger
340186a3fc prevent infinite recursion of autoLogoutMiddleware 2025-09-04 21:37:25 +02:00
maxDorninger
1f544e55e8 add support for multiple oauth providers 2025-09-04 20:05:45 +02:00
maxDorninger
c9ecc9c5b4 add line that copilot in its infinite wisdom deleted 2025-08-30 22:34:02 +02:00
Maximilian Dorninger
43206971d8 Move user id from query to path parameters in saveUser() in user-data-table
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-30 22:26:33 +02:00
Maximilian Dorninger
ee7d514c13 Remove misplaced ! that inverts login in season-requests-table 2025-08-30 22:24:55 +02:00
Maximilian Dorninger
a397264944 Fix recommended-tv endpoint being called instead of movie one in add-movie component
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-30 22:22:57 +02:00
maxDorninger
62da720944 convert handleLogout() to use openapi-fetch 2025-08-30 22:06:57 +02:00
maxDorninger
ef634af4ba remove unnused types.ts 2025-08-30 22:02:53 +02:00
maxDorninger
e4b8596468 format files 2025-08-30 21:53:00 +02:00
maxDorninger
18c0b38c8d replace all occurrences of fetch with openapi-fetch in components 2025-08-30 20:09:06 +02:00
maxDorninger
ded9503169 replace all occurrences of fetch with openapi-fetch in routes 2025-08-30 11:55:38 +02:00
maxDorninger
5a71246623 format generated file, use openapi fetch in login route and fix linting errors 2025-08-21 21:26:18 +02:00
maxDorninger
ea6ece3286 add middlewares to openapi-fetch 2025-08-21 21:25:06 +02:00
maxDorninger
b147bb8434 add openapi-typescript and openapi-fetch to project and generate types with it 2025-08-21 20:13:39 +02:00
Maximilian Dorninger
41531b3807 Merge pull request #129 from maxdorninger/enhance-frontend
Enhance frontend
2025-08-11 22:04:10 +02:00
maxDorninger
b2973cf2f2 format files 2025-08-11 21:41:45 +02:00
maxDorninger
dfa58b8f71 format files 2025-08-11 21:40:13 +02:00
maxDorninger
82edbe73d8 fix weird typescript linting errors 2025-08-11 21:39:51 +02:00
maxDorninger
611e066473 fix linting errors 2025-08-11 21:16:14 +02:00
maxDorninger
cd549cfc84 remove unused imports 2025-08-11 20:24:41 +02:00