aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/Search.tsx
AgeCommit message (Collapse)Author
2024-10-31Adjusted search result stylesv1.4.6-beta.16Anderson Shindy Oki
2024-10-23Added search poster (#2722)v1.4.6-beta.10Anderson Shindy Oki
2024-09-25Fixed duplicated search result name for series and movies (#2682)Anderson Shindy Oki
2024-06-11Added submission on select to search boxAnderson Shindy Oki
2024-06-08Improved global search functionJayZed
* Use Hamming textdistance library Used Hamming textdistance to sort by closest match. * Global search UI improvements Increased dropdown height to show more results initially (and which can also be scrolled into view). Scrollbars will appear automatically as needed. Remove dropdown when Search box is cleared. * Added textdistance 4.6.2 library
2024-06-07no log: Apply style linter (#2516)Anderson Shindy Oki
2024-06-06Upgraded mantine to v7.xv1.4.4-beta.0Anderson Shindy Oki
2024-03-03Updated multiple Python modules (now in libs and custom_libs directories) ↵morpheus65535
and React libraries
2023-07-26Replaced peewee with sqlalchemy as ORM. This is a major change, please ↵v1.2.5-beta.3morpheus65535
report related issues on Discord.
2022-10-11Fix display issue in the search barLASER-Yi
2022-05-31Replace Bootstrap with Mantine (#1795)Liang Yi