Commit Graph

55 Commits

Author SHA1 Message Date
Bill Thornton 953073cd28 Use index file for apiclient lib imports 2025-04-22 08:48:34 -04:00
Bill Thornton 5bcbcfbe12 Move server connections to lib 2025-04-22 08:26:43 -04:00
Bill Thornton 65d25da85f Add redirect for old wizard paths 2025-03-31 17:33:25 -04:00
Bill Thornton d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04:00
Bill Thornton 6d77e1b437 Add title to FallbackPage
Co-authored-by: viown <48097677+viown@users.noreply.github.com>
2025-03-13 12:09:58 -04:00
Bill Thornton 9c16515549 Fix ConnectionRequired missing for public routes 2025-03-13 11:21:50 -04:00
Bill Thornton 6f670d5c3e Add basic 404 page and *.html redirect 2025-03-12 17:16:11 -04:00
viown 2ce9e9f1e0 Refactor queries to use non-null assert 2025-02-27 15:27:54 +03:00
Bill Thornton 91d8a3fffd Revert importRoute simplification
This caused tests to be included in the built files
2025-01-23 16:51:14 -05:00
Bill Thornton 93ef17a132 Refactor asyncRouteType to appType 2025-01-23 16:21:08 -05:00
Bill Thornton ca5f94df63 Add dashboard branding page 2024-11-20 17:57:47 -05:00
Bill Thornton e71d83af94 Move strict mode to page component 2024-11-18 17:07:24 -05:00
Bill Thornton 7abe0270b4 Do not use strict mode for view manager pages 2024-10-19 01:48:25 -04:00
viown fb2d4487f3 Fix UI freeze when opening same path 2024-10-09 20:15:00 +03:00
Bill Thornton e9464b2c6b Remove broken redirects 2024-09-13 10:17:29 -04:00
Bill Thornton b37766e273 Merge pull request #6024 from thornbill/no-app-router 2024-09-07 21:57:55 -04:00
Bill Thornton 99b2bd4f6e Remove app router routing 2024-09-06 11:41:58 -04:00
Bill Thornton b11f4fa4b1 Add tag type for list view 2024-09-04 11:55:18 -04:00
Bill Thornton d01cfa498b Add tag support to list view 2024-09-04 08:39:10 -04:00
Bill Thornton 8a6f33fff8 Fix eslint errors 2024-08-21 02:54:09 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Doxterpepper 614c9e4481 Backport pull request #5730 from jellyfin-web/release-10.9.z
Add no-cache attribute for fetch requests to /system/info/public to prevent stale server info

Original-merge: a0e6da790c3f40185eb970836d38569cab2fd047

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

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-13 11:53:19 -04:00
Bill Thornton ba8fb5eb81 Add legacy bang url redirects 2024-08-01 01:21:17 -04:00
Bill Thornton dce7a36fcf Add RouterHistory to replace syncing for compatibility 2024-08-01 01:21:17 -04:00
Bill Thornton b9dea3a788 Merge pull request #5734 from prsantos-com/sonarcloud-promise-rejection
Use Error instead of literal for promise rejection
2024-07-26 11:37:26 -04:00
Bill Thornton 255d982687 Fix home page loading with lazy 2024-07-16 17:05:32 -04:00
Bill Thornton 9f61863b7d Fix home page crashing when using react-router lazy import 2024-07-16 14:48:56 -04:00
Bill Thornton 58219f688b Merge pull request #5790 from thornbill/lazy-routes
Use react-router lazy for dynamic route import
2024-07-15 16:45:13 -04: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 69afc01d44 Fix: Search for tab library 2024-07-15 20:09:17 +03:00
Bill Thornton 4a97b27218 Use react-router lazy for dynamic route import 2024-07-15 11:04:56 -04:00
Bill Thornton 0d9a8680fb Add error boundary for page crashes 2024-07-10 00:04:52 -04:00
Peter Santos c3ad26ea55 Use Error instead of literal for promise rejection 2024-06-25 22:37:34 -04:00
grafixeyehero fd420a457f Add Homevideos View 2024-05-29 03:32:53 +03:00
Bill Thornton 23c15f8259 Fix usages of item in location state 2024-04-30 16:23:36 -04:00
TelepathicWalrus 42e76c9099 Update missed capital changes 2024-01-13 20:52:02 -05:00
Telepathic Walrus c6b3f8ad50 Add missing CollectionType change 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 e5a55daf55 Initial commit 2024-01-13 20:52:02 -05:00
grafixeyehero e41436552e Add livetv view 2024-01-12 21:08:06 +03: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 675f9625f2 feat: migrate experimental app to use react data router 2023-10-27 18:14:03 -07:00
Bill Thornton b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
Bill Thornton 44678a61c2 Refactor app layouts and common components 2023-09-27 02:07:40 -04:00
Bill Thornton 399157b08d Add search params to redirects 2023-09-20 00:04:08 -04:00
Bill Thornton d24b030962 Migrate quick connect page to react 2023-09-15 10:34:02 -04:00
Bill Thornton 71ec7c57f5 Merge pull request #4704 from thornbill/eslint-sonar-updates 2023-07-08 00:53:55 -04:00
Bill Thornton 65b17bce34 Add back button to experimental layout 2023-07-06 17:15:19 -04:00