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

145 commits

Author SHA1 Message Date
Chris Hill
150964a2e6 Update dialog title to show user to be deleted 2024-03-17 04:37:01 -04:00
Bill Thornton
e7d9e8c737
Merge pull request #4883 from Ch1nkara/add-user-permission-to-edit-subtitles
Add support for subtitle management permission
2024-03-17 03:58:52 -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
chinkara
394a548263 No admin user can be allowed to "edit subtitles"
Front end support to new feature. A user without admin rights can be allowed to "edit subtitles"
2024-03-07 10:15:12 +01:00
Bill Thornton
ec1f016d5b Update notifications page ui 2024-03-04 13:49:29 -05:00
Bill Thornton
7f42b4e8b6 Remove dlna configuration pages 2024-03-04 13:46:12 -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
f360b3b279
Merge pull request #5217 from felix920506/Refactor-Edit-User-String 2024-02-26 17:35:24 -05:00
Bill Thornton
265afb519b
Merge pull request #5216 from thornbill/build-version
Add build and web versions to dashboard
2024-02-21 12:02:40 -05:00
felix920506
51a54b460d
Refactor and make source string make more sense 2024-02-21 01:10:39 -05:00
Bill Thornton
1aabbae3a5 Add build and web versions to dashboard 2024-02-21 00:47:03 -05:00
Bill Thornton
ac29b9b338 Remove unused variable and fix no results alignment 2024-02-18 01:11:42 -05:00
Bill Thornton
eaab0364d7 Fix weird navigation when changing query param 2024-02-16 20:22:15 -05:00
Bill Thornton
bdecaa9930 Fix issues with search url param 2024-02-13 01:11:52 -05:00
Brad Beattie
d6b8ce0f49 Update search.tsx 2024-02-13 01:11:52 -05:00
Brad Beattie
45923c2e4d Update search.tsx 2024-02-13 01:11:52 -05:00
Brad Beattie
ba099a0e3d Update search.tsx 2024-02-13 01:11:52 -05:00
Brad Beattie
799fbd0965 Update search.tsx 2024-02-13 01:11:52 -05:00
Brad Beattie
ed3e910860 Update search.tsx 2024-02-13 01:11:52 -05:00
Bill Thornton
657b15efc8
Merge pull request #5154 from NTARelix/fix/asl-smell
Remove unused Id prop from access schedule list
2024-02-07 01:17:58 -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
3e32923c96 Fix stable app crash due to missing nav components 2024-01-26 16:21:46 -05:00
Kevin Koshiol
c2d1923917 Remove unused Id prop from access schedule list
Reported by sonarcloud: https://sonarcloud.io/project/issues?fileUuids=AX6fELCkjUUWs1HF_Tc8&resolved=false&types=CODE_SMELL&id=jellyfin_jellyfin-web&open=AYr_7x6Y4nroI6nze3Zu
2024-01-23 22:45:17 -06: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