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

29 commits

Author SHA1 Message Date
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
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
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
Dmitry Lyzo
23d321d426 Fix useState 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
c14daafffb Remove type casting 2022-02-25 19:11:07 +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
MrTimscampi
4d23e79f65 Add TypeScript support for React components 2021-06-18 17:01:00 +02:00
Renamed from src/components/search/SearchResults.js (Browse further)