Commit Graph

187 Commits

Author SHA1 Message Date
viown 4ec1dba26f Apply review feedback
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-06-10 00:08:48 +03:00
viown e4fa463f59 Add target _blank to link 2025-06-07 10:24:15 +03:00
viown 30ba45cc11 Migrate installed plugins page to React 2025-06-04 17:23:33 +03:00
viown 78c627fbd6 Require full import for @mui/icons-materials
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2025-05-08 20:48:26 +03:00
viown d5417d010a Remove deprecated system info fields 2025-04-30 14:18:42 +03:00
Bill Thornton 953073cd28 Use index file for apiclient lib imports 2025-04-22 08:48:34 -04:00
Bill Thornton 5bcbcfbe12 Move server connections to lib 2025-04-22 08:26:43 -04:00
Bill Thornton 3898793df9 Add splash screen backdrop to login page 2025-04-15 12:39:59 -04:00
Bill Thornton 887795eeb3 Fix import errors 2025-04-09 18:09:05 -04:00
David Stensland 9d604b5a51 use emby-button/Button instead of ButtonElement 2025-04-09 02:21:24 -04:00
David Stensland cbb3658331 use emby-input/Input instead of InputElement 2025-04-09 02:11:08 -04:00
Bill Thornton 28ef1b49fe Merge pull request #6689 from thornbill/wizard-app
Migrate wizard to dedicated app
2025-04-02 11:21:00 -04:00
Bill Thornton 787bbd0617 Migrate off deprecated mui Grid component 2025-04-02 01:40:57 -04:00
Bill Thornton 456ec12f12 Fix mui deprecations 2025-04-02 01:39:08 -04:00
Bill Thornton 627abf9db8 Merge pull request #6616 from thornbill/splash-preview
Add splash screen preview and upload/delete
2025-04-02 01:00:53 -04:00
Bill Thornton 0a40c4324b Enable custom branding image 2025-04-01 14:54:45 -04:00
Bill Thornton c4dc2c5a70 Replace toString with type assertion 2025-04-01 14:39:05 -04:00
Bill Thornton 3adb945b67 Disable custom splashscreen and separate enabled state 2025-04-01 14:39:05 -04:00
Bill Thornton f00a11989a Add splash screen preview and upload/delete 2025-04-01 14:39:05 -04:00
Bill Thornton c446460ba7 Update ConnectionRequired to prevent wizard access when complete 2025-04-01 12:01:31 -04:00
Johannes Heuel 8ee3b8bed5 Add form to enable grouping of shows 2025-03-28 15:08:57 +01:00
gompa 419c225937 fix inputProps depreciation 2025-03-27 08:03:40 +01:00
Bill Thornton da0cf958d3 Merge pull request #6620 from viown/replace-switches-checkbox
Replace switches with checkboxes
2025-03-21 12:57:15 -04:00
viown c678396d4c Replace switches with checkboxes 2025-03-18 20:15:34 +03:00
Bill Thornton d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04:00
Bill Thornton ccc9f52aec Merge pull request #6596 from viown/react-general
Migrate General to React
2025-03-17 14:03:20 -04:00
viown 339ca6025f Use component stack 2025-03-13 21:46:02 +03:00
viown 7ed74905f2 Fix eslint 2025-03-13 20:11:27 +03:00
viown d7763985a9 Remove Paper 2025-03-13 20:06:37 +03:00
Bill Thornton 4334303632 Merge pull request #6594 from viown/react-libraries-nfo-settings
Migrate NFO Settings to React
2025-03-06 12:43:30 -05:00
viown f94e16d56a Migrate General to React 2025-03-06 10:14:51 +03:00
viown 730d79636f Remove release date format option 2025-03-06 04:31:31 +03:00
viown 9dc9aadf98 Make title optional for alert 2025-03-06 04:29:08 +03:00
viown 10d731e697 Migrate NFO Settings to React 2025-03-05 10:16:20 +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: 16a084b009885cc41bc4f1734049739c69623719

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