Commit Graph

106 Commits

Author SHA1 Message Date
Bill Thornton 571b28099e Fix unhandled promises 2024-10-24 01:35:04 -04:00
grafixeyehero 47995ae9a1 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-10-14 16:03:55 -04:00
grafixeyehero 12995545b9 Refactoring Section Container 2024-10-14 16:03:55 -04:00
Bill Thornton 3e494a14d9 Update mixed and collection libraries 2024-09-17 12:39:40 -04:00
grafixeyehero 395a51cfa0 Fix tabs translate on experimental layout 2024-08-30 23:05:22 +03:00
grafixeyehero 5fbc417e3b Add shared ItemStatus and ItemDtoQueryResult Type 2024-08-21 03:31:21 +03:00
Bill Thornton 3e8592e29e Merge pull request #5850 from grafixeyehero/move-reusable-component
Move reusable Text Lines component to common file
2024-08-20 16:31:17 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
thornbill 37fbfb3772 Backport pull request #5898 from jellyfin-web/release-10.9.z
Fix autoCast race condition

Original-merge: 7f575d724ed04d3409c104cee59de9c1be86feda

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

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:23 -04:00
grafixeyehero b9b963cca8 Move reusable TextLines component to common file 2024-08-08 04:25:05 +03:00
Bill Thornton b70f42bd5f Merge pull request #5571 from grafixeyehero/Fix--Search-for-tab-library
Fix search for tab library in experimental layout
2024-07-15 14:19:27 -04: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 f8cb8721d1 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-15 20:16:19 +03:00
grafixeyehero 69afc01d44 Fix: Search for tab library 2024-07-15 20:09:17 +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
thornbill 0b8fcb96c8 Backport pull request #5668 from jellyfin-web/release-10.9.z
Remove IMDb references

Original-merge: 7e20d3032fb2ac445f82ceb5c1b046d28410b574

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-06 14:39:55 -04:00
grafixeyehero fcffaab50e Backport pull request #5638 from jellyfin-web/release-10.9.z
Fix: Tv guide only covers half the screen in Experimental Layout

Original-merge: 60af8a68f8b91f8e72e71baf2d9795e0e7cf6894

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01 18:42:07 -04:00
grafixeyehero fd420a457f Add Homevideos View 2024-05-29 03:32:53 +03:00
thornbill 017734a0bb Backport pull request #5517 from jellyfin-web/release-10.9.z
Fix video osd not hiding in experimental layout

Original-merge: ea1d069e90d3537eed7e49a98dd4a3b84d1d8c32

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:45 -04:00
Bill Thornton 23c15f8259 Fix usages of item in location state 2024-04-30 16:23:36 -04:00
Bill Thornton f0be743503 Merge pull request #5166 from grafixeyehero/Convert-list&Card-view-to-react 2024-03-07 08:08:14 -05:00
grafixeyehero 511f8340ef Replace jellyfin sdk generated-client models wiyh full path
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 23:10:31 +03:00
grafixeyehero 8cbddba8fd Use enums CardShape & BaseItemKind,
Use type import for react FC,
Remove escapeHTML

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-02-28 22:47:36 +03:00
Bill Thornton 1aabbae3a5 Add build and web versions to dashboard 2024-02-21 00:47:03 -05:00
grafixeyehero 42b4d08e55 Replace card component in SectionContainer 2024-01-31 04:34:00 +03:00
grafixeyehero 4a12d5b2c6 Replace card and list component in itemsView 2024-01-31 04:33:19 +03:00
grafixeyehero 31a77c25f3 Update favorite and played state to use Query Invalidation 2024-01-31 04:32:54 +03:00
Bill Thornton 92358de0b6 Use react-query for UserViews queries 2024-01-17 12:02:55 -05:00
TelepathicWalrus 4d638e3ff7 Updated collectiontype to not use pascal case 2024-01-13 20:52:02 -05:00
Telepathic Walrus 051058b5af Update imports to use full path 2024-01-13 20:52:02 -05:00
TelepathicWalrus f12e2b3e78 Update src/apps/experimental/components/LibraryIcon.tsx
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-01-13 20:52:02 -05:00
TelepathicWalrus e5a55daf55 Initial commit 2024-01-13 20:52:02 -05:00
grafixeyehero e41436552e Add livetv view 2024-01-12 21:08:06 +03:00
Bill Thornton dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton 6dc11f826f Merge pull request #5020 from thornbill/mui-design-tweaks
Update mui based layout ui
2024-01-09 12:46:17 -05:00
Grady Hallenbeck 431e89deaa feat: (drawer) add custom icon support for custom links 2023-12-27 14:18:03 -08:00
Bill Thornton 4e7f0136f7 Update mui based layout ui 2023-11-30 15:50:13 -05:00
Bill Thornton c0eade7e55 Merge pull request #4922 from grafixeyehero/Fix-hide-AppTabs
Hide AppTabs component if path has no tab.
2023-11-29 17:18:33 -05:00
grafixeyehero 696e976fc8 hide AppTabs if path has no tab 2023-11-29 12:17:01 -05:00
grafixeyehero 3c20fb1838 hide image type and year in certain views 2023-11-29 12:16:21 -05:00
grafixeyehero a90d2f322e Add music view 2023-11-09 10:43:29 -05:00
Yasin Silavi 4c76ce11dd fix: remove useless fragments 2023-11-09 00:53:09 -05:00
Yasin Silavi 4437974e08 fix: remove useless fragments 2023-11-09 00:53:09 -05:00
Bill Thornton ad79f39910 Merge pull request #4880 from grafixeyehero/sort-options
Use sort options based on view type
2023-11-03 11:22:09 -04:00
grafixeyehero d370afd0b2 refactor: extract reusable component 2023-10-26 02:05:08 +03:00
grafixeyehero ccb31b4637 apply suggestion 2023-10-25 19:26:44 +03:00
Bill Thornton 83aec0253e Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react
Convert emby-ItemsContainer to react
2023-10-25 01:15:43 -04:00
grafixeyehero f6e9b1c997 apply suggestion 2023-10-20 19:48:02 +03:00
Freako e9c07f46e4 Merge branch 'master' into patch-2 2023-10-17 06:21:01 +00:00