1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

154 commits

Author SHA1 Message Date
viown
f94e16d56a Migrate General to React 2025-03-06 10:14:51 +03:00
viown
709378f986 Use Tasks as query key 2025-03-04 10:36:05 +03:00
viown
53a1cb413b Use id as path parameter 2025-03-04 10:32:49 +03:00
viown
a7621d242d Refactor query keys to enum 2025-03-04 10:32:49 +03:00
viown
145c0700b1 Cleanup 2025-03-04 10:32:49 +03:00
viown
524d1b6574 Migrate tasks edit page to react 2025-03-04 10:32:49 +03:00
nielsvanvelzen
31c3e58f75 Backport pull request #6570 from jellyfin-web/release-10.10.z
Fix catalog plugin page not setting page title

Original-merge: 16a084b009

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2025-03-03 15:54:11 -05:00
viown
90f025c7fb Remove optional chaining 2025-03-03 22:08:51 +03:00
viown
2d313e9ae9 Invalidate query key 2025-03-03 22:07:20 +03:00
viown
c8d2ce4142 Migrate libraries metadata to React 2025-03-03 22:07:19 +03:00
Bill Thornton
1d25fae65b
Merge pull request #6579 from viown/react-libraries-display
Migrate libraries display to React
2025-03-03 13:19:29 -05:00
viown
7713e31b44 Add key to named configuration hook 2025-03-01 21:32:15 +03:00
Niels van Velzen
6cf26b8660 Remove useless check 2025-02-26 19:14:39 +01:00
Niels van Velzen
53b3228519 Use Paper component 2025-02-25 22:48:15 +01:00
Niels van Velzen
e43a3d89eb i18n retry 2025-02-25 17:29:13 +01:00
viown
1ab2197200 Invalidate queries 2025-02-25 18:20:29 +03:00
viown
b0243adc5b Small refactor 2025-02-25 16:57:32 +03:00
viown
0b47abc009 Migrate libraries display to React 2025-02-25 15:49:39 +03:00
Niels van Velzen
6c370e68c5 Address review feedback 2025-02-24 19:33:01 +01:00
Niels van Velzen
3a9534c5ba Toast on log copy 2025-02-23 21:58:31 +01:00
Niels van Velzen
e741bd5e0a Add log viewer to dashboard 2025-02-22 22:26:17 +01:00
Jxiced
f5d4eb244a Prevent exception being thrown when renaming user. 2025-02-22 14:36:10 +00:00
Bill Thornton
3477e0930b
Merge pull request #6524 from viown/mui-trickplay
Convert trickplay to mui
2025-02-20 17:06:19 -05:00
viown
b8344c9290 Invalidate queries for resume & streaming 2025-02-21 00:43:18 +03:00
viown
e4ccacac83 Invalidate queries on update 2025-02-21 00:40:35 +03:00
viown
e80cbdc094 Rename to Component 2025-02-21 00:40:35 +03:00
viown
cb8940a512 Convert trickplay to mui 2025-02-21 00:40:35 +03:00
Jxiced
cfe12956da
Remove trailing whitespace from new users' usernames (#6528)
* Add input validation and error toast when attempting to add a new user with whitespaces at beginning or end.

* Update from OR expression

* Remove changes to en-gb due to only allowing direct commits to en-us.

* Update to automatically trim instead of showing a message.
2025-02-20 16:21:42 -05:00
viown
f573221643
Migrate scheduled tasks to React (#6506)
* Migrate scheduled tasks to React

* Adjust margins

* Use localeCompare

* Clean up imports

* Use legacy apiclient from useApi

* Fix import

* Fix nested typography

* Add polling fallback

* Cleanup code

* Rename to tasks

* Rename to Component

* Use constants for websocket events

* Use memo to fix timestamp rerender on run
2025-02-20 16:18:42 -05:00
viown
e3b4eb9231 Rename to Component 2025-02-17 21:27:18 +03:00
viown
4fb82c91a9 Migrate resume+streaming to React 2025-02-17 21:23:53 +03:00
Bill Thornton
ce8bc964f6 Memoize table data 2025-02-16 03:35:00 -05:00
Bill Thornton
d7595a7454 Refactor api keys to use TablePage component 2025-02-14 15:28:27 -05:00
Bill Thornton
fd0c3ab204 Fix page index reset on refetch 2025-02-13 16:43:03 -05:00
Bill Thornton
5262c9bee6 Add common DateTimeCell for tables 2025-02-13 16:43:03 -05:00
Bill Thornton
bd92527529 Update time format 2025-02-13 16:43:03 -05:00
Bill Thornton
6d1da8fcba Fix missing hook dependency 2025-02-13 16:43:03 -05:00
Bill Thornton
bd328b9202 Fix date column label and formatting 2025-02-13 16:43:03 -05:00
Bill Thornton
38ffbd06e3 Add error logging for deleting all devices 2025-02-13 16:43:03 -05:00
Bill Thornton
fd22b8461a Remove actions column label 2025-02-13 16:43:03 -05:00
Bill Thornton
674dc7aa61 Remove legacy devices page 2025-02-13 16:43:03 -05:00
Bill Thornton
671ab3751a Refactor devices page components 2025-02-13 16:39:59 -05:00
Bill Thornton
e7c749307c Move UserAvatarButton component 2025-02-13 16:39:59 -05:00
Bill Thornton
e10aef9933 Add device deletion support 2025-02-13 16:39:59 -05:00
Bill Thornton
538c0b64ff Update import for TablePage 2025-02-13 16:39:59 -05:00
Bill Thornton
9c0aa85c46 Rewrite devices page in react 2025-02-13 16:39:59 -05:00
Bill Thornton
ad053d6656 Add TablePage component 2025-02-13 16:39:59 -05:00
Bill Thornton
ea18af4bdd Move dashboard controllers to app dir 2025-01-23 17:24:58 -05:00
Bill Thornton
80a26d5822 Add appType support for legacy routes 2025-01-23 16:26:49 -05:00
Bill Thornton
93ef17a132 Refactor asyncRouteType to appType 2025-01-23 16:21:08 -05:00