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

2735 commits

Author SHA1 Message Date
grafixeyehero
54bafa5dcc Fix metadata editor dialog display 2022-06-08 12:14:43 -04:00
Bill Thornton
f5ee0dec4b Merge pull request #3662 from 1337joe/fix-tv-guide-search-2
Support searching for tv programs

(cherry picked from commit 57312e5cd5)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-06 09:21:45 -04:00
San
c65a6dc888
fix parenthesis
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-05-30 20:44:14 -07:00
Bill Thornton
5acf1b0d27 Merge pull request #3647 from 1337joe/disable_auto_collection
Disable "Automatically add to collection" by default

(cherry picked from commit 9b8507706c)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton
0db3472cc6 Merge pull request #3614 from dmitrylyzo/fix-undefined-streaminfo-url
Check undefined streamInfo.url

(cherry picked from commit 76ca94094b)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:38:52 -04:00
Bill Thornton
c74712e13f Merge pull request #3543 from Shadowghost/strm-display-fix
(cherry picked from commit 4792631f06)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:36:37 -04:00
sancodes
ac01a26dcc add semi colon to fix lint 2022-05-20 13:34:25 -07:00
San
0703428bbb
modify inline code and fix indentation
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:26:53 -07:00
San
4794886399
modify inline code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:26:15 -07:00
San
57d0002aa3
modify inline code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:25:47 -07:00
San
ebac277792
modify inline code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-05-20 13:25:25 -07:00
San
a2fe92f192
Merge branch 'master' into eslint-no-sequences 2022-05-20 01:40:57 -07:00
sancodes
8c11a0131d modify inline code to multiple line 2022-05-20 01:37:11 -07:00
Bill Thornton
babc425fdb
Merge pull request #3603 from ryan-hartzell/eslint-no-nested-ternary
add eslint no-nested-ternary rule and fix violations
2022-05-17 11:44:32 -04:00
Ryan Hartzell
f58d7b0beb small fixes to cleanup no-nested-ternary 2022-05-16 12:23:22 -07:00
Bill Thornton
a52cb0d6c7
Merge pull request #3076 from grafixeyehero/Refactoring-duplicate-code
Refactoring duplicate code
2022-05-12 21:56:35 -04:00
Danny Michel
add1bbf285 create option for bold subtitles 2022-05-12 22:37:28 +03:00
Bill Thornton
47d5b0eb2d Reorder dialogs array 2022-05-10 14:23:08 -04:00
Bill Thornton
466b0dd60c Remove unused state 2022-05-10 13:40:47 -04:00
Bill Thornton
fb48309710 Fix dialog adding order 2022-05-10 12:40:45 -04:00
grafixeyehero
9ca943fcca add default isBtnVisible to false 2022-05-09 20:35:08 +03:00
grafixeyehero
0a881d6f6f use camelCase for props 2022-05-09 20:11:47 +03:00
grafixeyehero
2fc9741d57 Add SectionTitleContainer in UserProfilesPage 2022-05-07 23:27:33 +03:00
grafixeyehero
db5472b3bb clean up 2022-05-07 22:12:21 +03:00
grafixeyehero
0c4851b092 move AccessContainer into its own Components 2022-05-07 22:10:01 +03:00
grafixeyehero
01d29bcf11 move SectionTitleContainer into its own Components 2022-05-07 04:27:19 +03:00
Bill Thornton
c49f53257c Update dialog history handling 2022-05-06 12:56:41 -04:00
sancodes
9f19170dec fix no-sequence lint 2022-04-30 13:04:58 -07:00
Bill Thornton
74faffa9b4 Merge pull request #3577 from thornbill/fix-sd-filter-backport
Fix SD filter state

(cherry picked from commit 9b697ce832)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-28 09:28:26 -04:00
Ryan Hartzell
d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
Bill Thornton
e3e46a635f
Merge pull request #3564 from JodliDev/master
Make now playing bar use cursor pointer
2022-04-25 23:55:36 -04:00
Bill Thornton
2c02c1c8ea
Merge pull request #3585 from thornbill/moar-router-cleanup 2022-04-25 17:20:05 -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
dbfc1e27b4 Fix missing spread operator 2022-04-21 13:58:39 -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
Tobias Speicher
e0486e49c6
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-21 18:42:42 +02: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
4b7f615001
Merge pull request #3560 from thornbill/refactor-transparency
Move backdrop transparency method to component
2022-04-19 23:26:12 -04:00
Bill Thornton
cd24cd19b0 Fix underline in card images 2022-04-19 16:53:46 -04:00
Bill Thornton
89af1e339d
Merge pull request #3479 from davidmurdoch/fix/buttons-arent-for-links
Change buttons that act as links to anchor tags
2022-04-19 16:42:13 -04:00
Bill Thornton
054587d9ae
Merge pull request #3559 from thornbill/remove-equality-funcs
Remove custom equality check functions
2022-04-19 16:27:48 -04:00
JodliDev
8420d31696
Move cursor: pointer; to .nowPlayingBar 2022-04-19 15:17:03 +02:00
JodliDev
f4ed457dba
Update nowPlayingBar.scss
Make clear that nowplayingBar is actually clickable
2022-04-14 11:59:46 +02:00