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

136 commits

Author SHA1 Message Date
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton
b3195991a3 Move public pages to react-router 2023-03-01 09:55:01 -05:00
Dmitry Lyzo
472ce47020 fix resolving of history back promise 2022-11-03 21:29:21 +03:00
Bill Thornton
7e9bf96668 Refactor ConnectionState to a shared enum 2022-10-28 00:59:34 -04:00
Bill Thornton
5d39f23083 Fix chunk names 2022-10-27 01:13:29 -04:00
Bill Thornton
c0662c80b7 Fix double routing of root path 2022-10-21 17:28:17 -04:00
Aimekram
832b9eaf4d fix: eslint no-shadow errors 2022-10-16 16:04:37 +02:00
Bill Thornton
0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
Bill Thornton
1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -04:00
grafixeyehero
5c25741329 Remove reactControllerFactory 2022-07-23 18:04:33 +03:00
Bill Thornton
ceb10e2877 Update current route state for unhandled routes in app router 2022-06-14 12:10:26 -04:00
Bill Thornton
b2372a96e2 Add react-router 2022-06-14 12:10:26 -04:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton
c49f53257c Update dialog history handling 2022-05-06 12:56:41 -04:00
Bill Thornton
43adbd5490 Revert single optional check in app router 2022-04-25 16:46:19 -04:00
Bill Thornton
df3f53bbc0 Remove unnecessary api call in app router 2022-04-22 15:06:17 -04:00
Bill Thornton
de0ae288cf Fix private method access in app router 2022-04-22 14:30:05 -04:00
Bill Thornton
4d4725f05d Fix code smells 2022-04-21 13:57:01 -04:00
Bill Thornton
c961371835 Remove unused methods in app router 2022-04-21 13:47:12 -04:00
Bill Thornton
a59722126f Remove api client setup from app router 2022-04-21 13:43:12 -04:00
Bill Thornton
5438d3b32c Limit public methods in app router 2022-04-21 12:25:47 -04:00
Bill Thornton
5633618ac2 Remove Dashboard.navigate usage in app router 2022-04-20 17:13:56 -04:00
Bill Thornton
2737399bbf Reduce route lookups 2022-04-19 23:36:20 -04:00
Bill Thornton
f625915540 Use history for app router 2022-04-19 23:36:20 -04:00
Bill Thornton
a9ae263045 Remove default export for backdrop component 2022-04-12 16:58:56 -04:00
Bill Thornton
125d5cb015 Move backdrop transparency method to component 2022-04-12 16:22:00 -04:00
Bill Thornton
92d249354c
Merge pull request #3554 from thornbill/move-util-files 2022-04-12 08:12:29 -04:00
Bill Thornton
812b8f1c74 Remove duplicate appRouter.param function 2022-04-11 11:20:53 -04:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
Bill Thornton
9b884f1924 Fix url search in hash 2022-04-07 16:06:26 -04:00
Bill Thornton
3412201532 Simplify url utils 2022-04-06 17:31:54 -04:00
Bill Thornton
8e66ba315a Remove getWindowLocationSearch global and duplicate implementation 2022-04-05 15:44:55 -04:00
Bill Thornton
1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
Bill Thornton
86c458bf37 Move rewatching in next up to display option and remove home section 2022-03-01 00:56:48 -05:00
Dmitry Lyzo
fd0532f193 Fix page reload on return
`popstate` event cannot be captured, but we need to process
it before `page` node module.
2022-02-25 20:40:50 +03:00
SenorSmartyPants
c5786ac66d Fix code smell 2022-01-26 17:34:13 -06:00
SenorSmartyPants
a6267aee68 Display rewatching list in Next up section on home page
Supports a Rewatching list page as well.
2022-01-26 17:16:30 -06:00
Bill Thornton
8e9f050a32 Add channels link to home page section 2022-01-13 10:15:24 -05:00
Dmitry Lyzo
3567b9783d Fix error dialog history 2021-10-15 21:49:11 +03:00
Dmitry Lyzo
a536f2acac Resolve show promise 2021-10-02 13:09:24 +03:00
Dmitry Lyzo
626993a740 Fix dialog history 2021-08-25 00:32:49 +03:00
Bill Thornton
ce56a221b5
Merge pull request #2668 from jellyfin/fix-tizen-back-on-load
Fix back on load [Tizen 2.x]
2021-07-30 23:07:57 -07:00
Bill Thornton
eb605615d1 Add router level support for rendering react componenent pages 2021-06-09 09:27:10 -04:00
Dmitry Lyzo
cb6ab0f41c Fix back on load [Tizen 2.x] 2021-05-10 21:46:24 +03:00
Dmitry Lyzo
af6d3f2e63 Add connection response handling 2021-05-09 12:48:04 +03:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Claus Vium
1950126141
fix 2021-04-10 11:45:55 +02:00
Claus Vium
e04a9699a7
Revert "fix: redirect to login if stored credentials are invalid" 2021-04-10 10:21:21 +02:00
cvium
b50c06b0f5 this should be appRouter 2021-03-29 21:29:59 +02:00
cvium
24f6d88308 please mr linter 2021-03-29 20:51:41 +02:00