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

101 commits

Author SHA1 Message Date
grafixeyehero
2da46ebc7a Backport pull request #5610 from jellyfin-web/release-10.9.z
Fix Search Field for Tv Mode

Original-merge: 003bc94e02

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01 18:42:01 -04:00
Bill Thornton
a022a07620 Fix removed sdk function 2024-03-26 11:04:58 -04:00
Bill Thornton
ac29b9b338 Remove unused variable and fix no results alignment 2024-02-18 01:11:42 -05:00
Bill Thornton
bdecaa9930 Fix issues with search url param 2024-02-13 01:11:52 -05:00
Brad Beattie
6a1706ba78 Update SearchFields.tsx 2024-02-13 01:11:52 -05:00
TelepathicWalrus
4d638e3ff7 Updated collectiontype to not use pascal case 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
Bill Thornton
dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Nathan G
21157b8ab0
Update src/components/search/SearchResults.tsx
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-10-23 22:28:33 -07:00
Nathan G
173f2c4f6f
Update src/components/search/SearchResults.tsx
Oops!

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-10-20 11:15:38 -07:00
Nathan G
bc35011232
Update src/components/search/SearchResults.tsx
Update SearchResults

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-10-20 08:47:38 -07:00
Nathan G
61e64cb530
Merge branch 'master' into Search 2023-10-11 22:00:00 -07:00
Nathan G
b4804d3722 Remove the unused loading circle - Move text to en-us.json 2023-10-11 07:34:27 -07:00
Brad Beattie
73af57b81e Upping search limit 2023-10-06 01:38:40 -04:00
Nathan G
bf367a295c Replace loading-circle handling
with native <Loading />
2023-10-05 18:38:00 +00:00
Nathan G
0b60343a3b Move setIsLoading below if - Reduce calls 2023-10-02 11:10:31 -07:00
Nathan G
838d496aab Main Iteration 2023-10-01 18:16:19 -07:00
Nathan G
2ffead179a First iteration 2023-10-01 17:44:39 -07:00
Bill Thornton
eedd40159c Fix floating promises in ts files 2023-05-04 15:59:22 -04:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton
45623fe586 Fix missing semicolons in ts files 2023-05-02 15:54:53 -04:00
Bill Thornton
0e0a30a067 Fix complexity warnings in search results 2023-04-26 13:13:37 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Netanel Henya
494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
Bill Thornton
19f416580c Add eslint rules for sonar issues 2022-12-16 21:12:05 -05:00
Bill Thornton
c8ea7322fd Refactor api hooks 2022-11-18 12:55:46 -05:00
Bill Thornton
d297f23932 Add api and user contexts 2022-11-17 00:30:57 -05:00
Bill Thornton
0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
Viperinius
7689960e30 Include collections in search results 2022-09-16 18:19:35 -04:00
Bill Thornton
c827fced95 Update to @jellyfin/sdk package 2022-09-16 12:47:59 -04:00
Bill Thornton
8a2eb0d0d8 Backport pull request #3878 from jellyfin/release-10.8.z
Fix sdk imports to improve build size

Original-merge: f85f7d2fe6

Merged-by: Joshua M. Boniface <joshua@boniface.me>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-09-16 01:02:22 -04:00
Bill Thornton
b2372a96e2 Add react-router 2022-06-14 12:10:26 -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
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Bill Thornton
b31060bbeb Fix remaining any type warnings 2022-02-28 10:15:01 -05:00
Bill Thornton
bb46b32402
Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
2022-02-25 15:17:32 -05:00
Dmitry Lyzo
6c70d7abf5 Fix Event.target TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
cd40ab5084 Fix TypeScript error - add argument 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
a08f8e3f75 Fix null reference TypeScript error - searchInput 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
23d321d426 Fix useState TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
9423041ef1 Fix querySelector TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
4952fc0119 Fix useRef TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
57895e724c Fix implicit any TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
e30a252c8a Fix type mismatch TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
8338bb550a Use type from API 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
c14daafffb Remove type casting 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
MrTimscampi
69c4aee2b0 Make parameters optional for components ported to TSX 2021-06-18 17:01:01 +02:00
MrTimscampi
d770581c52 Remove PropTypes 2021-06-18 17:01:01 +02:00