Commit Graph

91 Commits

Author SHA1 Message Date
Bill Thornton 1098ca4447 Use query parameters for plugin filters 2025-07-30 14:15:18 -04:00
Bill Thornton 357ce7c9b8 Extract search param handling to common hook 2025-07-30 12:59:50 -04:00
Bill Thornton aea463a35e Merge pull request #6770 from viown/react-transcoding
Migrate transcoding page to React
2025-06-10 17:49:25 -04:00
Bill Thornton 1c6dac5936 Add item count widget to dashboard 2025-06-09 14:48:43 -04:00
viown b3de4afc84 Migrate transcoding page to React 2025-06-04 23:02:46 +03:00
Bill Thornton e2a2283052 Migrate mui themes to css vars 2025-05-24 01:35:59 -04: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 d64a17e3eb Remove trailers tab 2025-04-11 01:03:05 -04:00
Bill Thornton c5da93c30f Redesign library navigation in experimental layout 2025-03-31 11:28:30 -04:00
Bill Thornton fcf344cea3 Merge pull request #6593 from viown/search-enhancements
Search Enhancements
2025-03-26 18:54:09 -04:00
Bill Thornton 88b247596a Move theme and custom css to react components 2025-03-24 01:07:51 -04:00
viown a63e80ec46 Move search components and hooks to features 2025-03-21 21:42:58 +03:00
Bill Thornton d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04: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
viown 2ce9e9f1e0 Refactor queries to use non-null assert 2025-02-27 15:27:54 +03:00
viown 0b47abc009 Migrate libraries display to React 2025-02-25 15:49:39 +03:00
viown e4ccacac83 Invalidate queries on update 2025-02-21 00:40:35 +03:00
Bill Thornton e10aef9933 Add device deletion support 2025-02-13 16:39:59 -05:00
Bill Thornton 7cec3dfb53 Merge pull request #6393 from viown/react-logs
Migrate logs to React
2025-01-22 15:01:15 -05:00
viown ec6e0d368b Rename to useConfiguration 2025-01-15 14:11:37 +03:00
Matthew Haughton a337f7af2b Update to typescript-eslint v8 (#6372)
* Update typescript-eslint to v8

* Disable @typescript-eslint/prefer-optional-chain

This rule now requires type information which is not currently enabled for
the Typescript ESLint checks.

* Remove unused vars

* Disable no-empty-function for line using updated config

* Disable rule for lines that violate updated typescript-eslint rules

* Use void operator to fix no-floating-promises

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Use void operator to fix no-floating-promises

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-13 13:16:44 -05:00
Bill Thornton bfe5b7cc39 Fix ItemSortBy import path 2024-12-31 23:43:44 -05:00
grafixeyehero c5bbd5bca9 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-09-24 04:15:12 +03:00
grafixeyehero f7fcf44f94 Add global Api hooks 2024-09-08 20:12:37 +03:00
Bill Thornton 07bb315bb3 Add date filter to activity table 2024-08-30 10:13:19 -04:00
Bill Thornton 7c3270725e Merge pull request #5970 from thornbill/material-react-table 2024-08-30 08:40:54 -04:00
Bill Thornton aef4a42f8e Add user settings hook 2024-08-28 16:30:02 -04:00
Bill Thornton 9b436be72f Fix hook file extensions 2024-08-27 12:41:47 -04:00
Bill Thornton cb906678e6 Refactor cell components 2024-08-27 12:41:47 -04:00
Bill Thornton c7ed7ed48f Fix activity log hooks 2024-08-27 12:41:47 -04:00
Bill Thornton 6b4ad3717f Merge pull request #5727 from bu3alwa/refactor-activity-dashboard
Refactor activity page to use react query requests
2024-08-27 09:07:27 -04:00
bu3alwa 710fe641e2 refactor activity page to use react query requests
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-21 19:24:20 -04:00
Bill Thornton d232494a89 Merge pull request #5932 from grafixeyehero/Add-ItemDtoQueryResult-ItemStatus
Add shared ItemStatus and ItemDtoQueryResult Type
2024-08-21 11:41:48 -04:00
Bill Thornton 8a6f33fff8 Fix eslint errors 2024-08-21 02:54:09 -04:00
grafixeyehero 5fbc417e3b Add shared ItemStatus and ItemDtoQueryResult Type 2024-08-21 03:31:21 +03:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Doxterpepper 614c9e4481 Backport pull request #5730 from jellyfin-web/release-10.9.z
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info

Original-merge: a0e6da790c3f40185eb970836d38569cab2fd047

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

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:19 -04:00
Bill Thornton dce7a36fcf Add RouterHistory to replace syncing for compatibility 2024-08-01 01:21:17 -04:00
Bill Thornton 0dfc09529a Merge pull request #5607 from grafixeyehero/Refactor-Search--Page
Refactor search  page
2024-07-15 15:44:42 -04:00
Bill Thornton ddb9f66609 Merge pull request #5787 from grafixeyehero/Fix-ParentThumbImage
Fix parent thumb image for next up and continue watching in experimental layout
2024-07-15 15:43:23 -04:00
grafixeyehero fe31539d69 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-15 22:15:52 +03:00
grafixeyehero 13d5cb2c84 revert translation key changes
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-15 22:13:35 +03:00
Bill Thornton 085e6e7f3d Merge pull request #5622 from grafixeyehero/Add-homevideos-view
Add Home videos and Photos View
2024-07-15 13:17:14 -04:00
grafixeyehero 00de25eccf Fix Parent Thumb Image for NextUp And Resume 2024-07-14 23:53:12 +03:00
grafixeyehero 9352ec12dc Refactor Search Page 2024-06-11 00:23:57 +03:00
grafixeyehero ac42b3a203 Update tanstack query to v5 2024-06-09 08:25:39 +03:00
grafixeyehero be891c3a98 Update to React 18 2024-06-09 08:25:36 +03:00
grafixeyehero fd420a457f Add Homevideos View 2024-05-29 03:32:53 +03:00