Commit Graph

130 Commits

Author SHA1 Message Date
viown 11da1312ce Apply review feedback 2025-01-17 00:33:50 +03:00
viown 1dede0ce2b Simplify code, use standard attributes 2025-01-15 14:23:39 +03:00
viown 23c9e75dd2 Update to use list 2025-01-15 14:11:37 +03:00
viown 941da45faa Move server logs to mui 2025-01-15 14:11:37 +03:00
viown 30204a4db5 Disable text input if option is disabled 2025-01-15 14:11:37 +03:00
viown ec6e0d368b Rename to useConfiguration 2025-01-15 14:11:37 +03:00
viown da31c9856c Rename to useServerLogs 2025-01-15 14:11:37 +03:00
viown e08de5175d Move to alphabetical order 2025-01-15 14:11:37 +03:00
viown 6a8fdc7e81 Add abort signal to api hooks 2025-01-15 14:11:37 +03:00
viown 9bb2541ad8 Give activity logs a unique key and fix typo 2025-01-15 14:11:37 +03:00
viown acea8d34b9 Move activity.tsx to activity/index.tsx 2025-01-15 14:11:37 +03:00
viown 0efb4de856 Add check for warning message 2025-01-15 14:11:37 +03:00
viown a9a287d9fd Move ActionData to separate file 2025-01-15 14:11:37 +03:00
viown 4134683eb5 Move LogItem component to be under features 2025-01-15 14:11:36 +03:00
viown 4c757fea77 Move data loading to separate hooks 2025-01-15 14:11:36 +03:00
viown 0e54b11c61 Move submission to action 2025-01-15 14:11:36 +03:00
viown 2e4848ade9 Use mui components 2025-01-15 14:11:36 +03:00
viown bbec426232 Migrate logs to React 2025-01-15 14:11:36 +03:00
Bill Thornton 64f19c3bdd Add branding help link 2024-11-21 17:05:04 -05:00
Bill Thornton bc4d6c95d1 Merge pull request #6254 from thornbill/dashboard-help
Move dashboard help links to header icon
2024-11-21 16:04:43 -05:00
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
thornbill acbb626492 Backport pull request #6276 from jellyfin-web/release-10.10.z
Update plugin category labels

Original-merge: 9ff9f05a262ac0426a6baae18ed8b56e97513a26

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-03 10:54:33 -05:00
thornbill 0ff58e81b0 Backport pull request #6265 from jellyfin-web/release-10.10.z
Add support for plugin revisions with bad timestamps

Original-merge: 71ab6fea5d2d43a45adce9fb7b92ce603d9b447d

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-03 10:54:30 -05:00
Bill Thornton dc35c9d59e Move dashboard help links to header icon 2024-10-26 01:45:01 -04:00
Bill Thornton 005fcec49c Fix drawer label for the dashboard metadata page 2024-10-24 16:17:34 -04: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 7abe0270b4 Do not use strict mode for view manager pages 2024-10-19 01:48:25 -04: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
Bill Thornton 24fee38903 Merge pull request #6183 from thornbill/metadata-manager-menu 2024-10-10 13:33:53 -04:00
Bill Thornton 2235d162e7 Fix padding issues in the metadata manager 2024-10-10 10:59:00 -04:00
Bill Thornton 5ffc9c7618 Update drawer label for metadata manager 2024-10-10 10:26:23 -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
Bill Thornton e3383946b9 Update behavior of expanding drawer sections 2024-09-23 13:12:12 -04:00
David Stensland b27b559d21 replace LinkEditUserPreferences with LinkButton 2024-09-23 11:47:14 -04:00