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

120 commits

Author SHA1 Message Date
Bill Thornton
3e32923c96 Fix stable app crash due to missing nav components 2024-01-26 16:21:46 -05:00
Kasin Sparks
a24b840153
Replace deprecated initEvent()
Replaced deprecated initEvent() with recommended event constructor, Event(), as per MDN web docs specification.
https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent#browser_compatibility
2024-01-21 21:02:18 -05: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
Bill Thornton
09b80ba151 Update responsive drawer breakpoint 2024-01-07 02:48:29 -05:00
Bill Thornton
81192057e6 Fix header size for metadata editor 2024-01-05 17:10:38 -05:00
Bill Thornton
b08b8656e9 Fix drawer showing on all pages and item details padding 2024-01-04 01:13:28 -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
Bill Thornton
35429ca61f
Merge pull request #4834 from grhallenbeck/dev-react-router
Migrate React Router to React Data Router pattern
2023-11-03 00:48:53 -04:00
Grady Hallenbeck
48524332dc chore: clean up react app layouts 2023-10-27 18:14:18 -07:00
Grady Hallenbeck
68b21bbb04 chore: remove unused routing components 2023-10-27 18:14:18 -07:00
Grady Hallenbeck
cd11e6e36f feat: migrate dashboard app to use react data router 2023-10-27 18:14:18 -07:00
Grady Hallenbeck
ff885b9b21 feat: migrate legacy app to use react data router 2023-10-27 18:14:14 -07:00
Grady Hallenbeck
675f9625f2 feat: migrate experimental app to use react data router 2023-10-27 18:14:03 -07:00
grafixeyehero
a05c6e4d58 Add tv show view 2023-10-26 02:05:38 +03: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
Bill Thornton
eb2937fe21
Merge pull request #4844 from tehciolo/tehciolo/init-undefined
Enable no-undef-init lint rule
2023-10-16 16:33:43 -04:00
grafixeyehero
561293b2a7 Use sort options based on view type 2023-10-14 20:07:53 +03:00
grafixeyehero
c767dba439 Convert ItemsContainer to react 2023-10-13 02:07:49 +03:00
Cosmin Cioaclă
73083424cf chore: enable no-undef-init lint rule 2023-10-11 20:23:58 +02:00
grafixeyehero
c61df2eb92 Refactor: viewitemcontainer 2023-10-11 00:10:16 -04:00
Freako
5c46093d8b
Merge branch 'jellyfin:master' into patch-2 2023-10-10 10:36:27 +00:00
Bill Thornton
e5ad3c899e Fix admin check in dashboard routes 2023-10-08 23:43:31 -04:00
Freako
2dbbaeb028
Merge branch 'master' into patch-2 2023-10-04 12:26:27 +05:30
Freako
a3eebd3a6e
Update src/apps/experimental/components/library/GenresSectionContainer.tsx
Remove parentheses

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-10-04 12:26:18 +05:30
Bill Thornton
8f32341c92
Merge pull request #4816 from thornbill/dashboard-app
Migrate dashboard to separate app
2023-10-04 02:11:22 -04:00
Bill Thornton
62f9e7581a Fix add user route 2023-10-03 13:15:52 -04:00
grafixeyehero
ab0ffb857c Add Play, Queue, Shuffle and NewCollection Buttons 2023-10-02 23:42:21 +03:00
Freako
0fe536a7e2
Replace !(===) with !== 2023-10-02 23:19:40 +05:30
Freako
fb77e19da7
Directly return boolean value instead of returning it from ternary operator 2023-10-02 18:28:45 +05:30
Bill Thornton
187cefdcb1 Update import order 2023-09-30 01:17:37 -04:00
Bill Thornton
b4b57f5e55 Update metadata editor comment 2023-09-29 17:25:17 -04:00