Abhishek Panwar
082df3a253
Fix: Correct URL Encoding in SearchBar Component
...
Changes Made:
Used encodeURIComponent in the SearchBar component to ensure special characters and spaces in search queries are correctly encoded.
Example:
Before: Searching Alexa & Katie could break the query, returning incomplete results.
After: The query is now encoded as Alexa%20%26%20Katie, ensuring accurate results.
2024-12-20 02:01:32 +05:30
Timothy Z.
d12766ecad
feat: Support Multiple Server URLs in the settings
2024-10-21 17:13:46 +03:00
kKaskak
6dc6095e03
fix: local search label translations
2024-01-30 14:44:21 +02:00
kKaskak
bb4b937678
fix: search-history visibility
2024-01-29 11:21:34 +02:00
Tim
932ebde34f
fix(SearchBar): condition issue
2024-01-03 15:35:56 +01:00
kKaskak
6e73d56da2
refactor: simplify the menu-container
2024-01-03 16:12:22 +02:00
kKaskak
b7e77417b4
refactor: change the approach of onSubmit prop function passing
...
instead of arrow function we pass just queryOnsubmit and retrieve the event from the function itself
2024-01-03 15:58:57 +02:00
kKaskak
19207937f1
refacotr: useBinaryState instead of useState
...
added the closeHistory function when an item is clicked
2024-01-03 15:42:42 +02:00
Tim
5903502f2f
refactor: update search to latest core changes
2024-01-03 12:52:01 +01:00
kKaskak
f77a90e31d
feature: show / hide the search-history
2024-01-01 17:17:36 +02:00
kKaskak
5562dbe6e9
refactor: remove the seachhistoryRef
2024-01-01 14:58:30 +02:00
kKaskak
252338c284
refactor: search_history & local_search
...
created 2 separate render functions for local_search and for search_history, added a useState currentQuery that updated while queryOnChange is called
2024-01-01 00:57:21 +02:00
kKaskak
f87444e4e5
feature: local_search & search-history v1 stable
2023-12-07 00:45:10 +02:00
kKaskak
0d40ac9f15
feature: local_search beta v1 & search-history stable v1
2023-12-06 15:59:06 +02:00
kKaskak
c327412deb
refactor & feature: search history beta v2
2023-12-06 11:38:57 +02:00
kKaskak
b906cfdc41
feature: search history beta v1
2023-12-05 21:23:01 +02:00
Tim
0cb651b12b
Merge branch 'development' of https://github.com/Stremio/stremio-web into redesign
2023-08-22 12:23:03 +02:00
Tim
4e5ff8b2c4
refactor: style navbars
2023-06-13 09:37:29 +02:00
Tim
50b16590a6
refactor: update icons
2023-06-09 22:18:43 +02:00
Tim
32aee9de6a
refactor: update copyright header year
2023-06-09 19:16:32 +02:00
Tim
87fb0c5af8
refactor: add translations
2022-12-15 17:46:55 +01:00
Tim
f06f21ce75
refactor: translate more strings
2022-12-14 22:11:51 +01:00
Tim
7713d6579d
refactor(SearchBar): add core suspender fallback
2022-11-02 17:15:36 +01:00
Tim
65b576f004
refactor: move magnet torrent logic to a hook
2022-11-02 02:55:03 +01:00
nklhrstv
5516a760d2
create torrent when paste magnet link into search bar
2022-10-18 18:27:26 +03:00
core1024
aa6a2ed320
Update all file's copyright
2022-04-08 17:55:20 +03:00
nklhrstv
5dbd62e14d
search query param name reverted
2020-10-28 18:13:49 +02:00
nklhrstv
949a4106af
search query param changed to q
2020-10-27 15:06:02 +02:00
nklhrstv
e91ca3b391
update stremio-icons require statements
2020-07-17 11:35:25 +03:00
nklhrstv
a5cb553ec6
Downgrade to GPL-V2 License
2020-04-08 11:45:16 +03:00
nklhrstv
c9b5792675
push search location on submit new query
2020-03-28 19:39:23 +02:00
nklhrstv
d635057674
search bar icon changed
2020-02-25 15:38:53 +02:00
nklhrstv
d14525b4fa
nav bars styled
2020-02-25 14:38:29 +02:00
nklhrstv
fe2dc62f9a
NavBar components structure changed
2020-02-19 12:56:29 +02:00