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

81 commits

Author SHA1 Message Date
Bill Thornton
20fd822b8b
Merge pull request #6334 from thornbill/dashboard-branding
Add branding settings page
2024-11-21 16:03:59 -05:00
Bill Thornton
4fed499c99
Merge pull request #6213 from thornbill/eslint-naming
Add eslint rules for consistent naming
2024-11-21 15:26:54 -05:00
Bill Thornton
fbaab4e3c8 Set min rows on text areas 2024-11-21 14:07:08 -05:00
Bill Thornton
ca5f94df63 Add dashboard branding page 2024-11-20 17:57:47 -05:00
gnattu
e17d50f438 Cleanup functions 2024-10-20 23:28:18 +08:00
gnattu
a1acb57ce1 Fix lint 2024-10-20 22:59:23 +08:00
gnattu
5b687f6a7d Unbind event listeners when unmounting 2024-10-20 22:56:17 +08:00
gnattu
bb17d58536 Use daysofweek and hours as key
This is better and any sane person should not set multiple schdules to be exactly the same
2024-10-20 22:39:50 +08:00
gnattu
3ae148f193 Use index as key for access schedule
Unfortuenately, the key is never populated in accessSchedule.js which cannot use that as a key for a list
2024-10-20 22:26:30 +08:00
gnattu
0ad0a6162b Add libraryMenu as dep 2024-10-20 22:21:36 +08:00
gnattu
88f9c3d31b Don’t use FIXME 2024-10-20 21:54:49 +08:00
gnattu
956f9bf7e4 Fix tags and schedule edit for parental control 2024-10-20 21:40:55 +08:00
Bill Thornton
fdccb5c915 Fix inconsistent naming formats 2024-10-17 01:23:38 -04:00
Bill Thornton
97aa442353 Remove check for pre-10.6 server version 2024-10-15 16:28:32 -04:00
viown
c131ff9c3e
Fix creating & deleting access schedules (#6133)
* Fix deleting & creating access schedules

* Remove unnecessary splice

* Add missing semicolon

* Correct check

* Add userId to dependency

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-09 11:07:35 -04:00
Bill Thornton
0344889641
Merge pull request #6134 from viown/fix-error-on-profile-page-refresh
Fix crash on several pages
2024-10-08 17:10:20 -04:00
nyanmisaka
f341b11c96 Fix the broken LoginAttemptsBeforeLockout
fixes a typo made in be891c3

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-09-30 22:02:54 +08:00
viown
1752d0bf1a Fix additional pages 2024-09-28 14:57:45 +03:00
viown
52477f04e1 Fix refresh on profle page 2024-09-28 14:44:13 +03:00
Bill Thornton
29642e0aa9 Fix DeviceInfo to DeviceInfoDto type change 2024-09-24 11:57:53 -04:00
David Stensland
b27b559d21 replace LinkEditUserPreferences with LinkButton 2024-09-23 11:47:14 -04:00
viown
9716578f05 fix merge conflict 2024-09-20 16:09:25 -04:00
Bill Thornton
e9464b2c6b Remove broken redirects 2024-09-13 10:17:29 -04:00
Bill Thornton
1a939fe473 Add level and user filters 2024-08-30 12:04:40 -04:00
Bill Thornton
07bb315bb3 Add date filter to activity table 2024-08-30 10:13:19 -04:00
Bill Thornton
ff18bedca7 Fix column visibility toggles 2024-08-29 11:20:44 -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
694ba9718d Migrate to material react table 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
Bill Thornton
dd8b9e4bc1
Merge pull request #5800 from gnattu/trickplay-KeyFrameOnlyExtraction
Add trickplay key frame only extraction option
2024-08-23 13:19:48 -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
222527e9b7 Limit activity table to screen size 2024-08-21 12:52:45 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Bill Thornton
03f4251afb
Merge pull request #5773 from thornbill/add-plugin-redesign 2024-07-26 19:34:59 -04:00
thornbill
c5b338dc64 Backport pull request #5732 from jellyfin-web/release-10.9.z
Fix dashboard user page crash

Original-merge: 2d2d5bef94

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:53:28 -04:00
venkata nadha reddy
3d9a119d38
Fix stuck page titles on admin dashboard (#5735)
* Fixed stuck page titles on admin dashboard.

* Updating contributors
2024-07-19 12:53:44 -04:00
Bill Thornton
5f61a431de Fix console errors 2024-07-19 11:30:57 -04:00
gnattu
0850a1555b Merge branch 'origin/master' 2024-07-18 11:29:27 +08:00
Bill Thornton
175b2d6c85 Unify routers and use lazy for app layouts 2024-07-16 16:30:29 -04:00
gnattu
9c18cd13b4 Add KeyFrameOnlyExtraction option to trckplay panel 2024-07-16 23:36:42 +08:00
Bill Thornton
112f8627b5 Apply suggestions for reducing renders
Co-authored-by: grafixeyehero <32230989+grafixeyehero@users.noreply.github.com>
2024-07-15 17:24:07 -04:00
Bill Thornton
864b1a237a Add mutation resets 2024-07-15 17:24:07 -04:00
Bill Thornton
c143082f63 Fix configuration page link 2024-07-15 17:24:07 -04:00
Bill Thornton
e928a2ff95 Redesign add plugins page 2024-07-15 17:24:07 -04:00
venkat_karasani
50d7ce860c cleanup: Remove the intermediate notifications dashboard page. 2024-07-11 12:04:22 -05:00
Bill Thornton
0d9a8680fb Add error boundary for page crashes 2024-07-10 00:04:52 -04:00
LittleBigOwl
be386fb3c1
Migrate to x-data-grid v7 (#5597) 2024-06-12 12:30:43 -04:00
grafixeyehero
06e585e2bc apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-06-09 08:25:47 +03:00
grafixeyehero
4d37b47331 Replace UnratedItem import with full path
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-06-09 08:25:44 +03:00