aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+search/search-filters.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-3/+3
| | | | It's deprecated by TS
* Fix search filters countChocobozzz2022-06-101-4/+4
|
* Add filter on search resultsChocobozzz2021-12-101-12/+0
|
* Add ability to filter by host in search pageChocobozzz2021-07-291-4/+4
|
* Speed up plugins loadingChocobozzz2021-06-041-1/+0
|
* Use HTML config when possibleChocobozzz2021-06-041-5/+4
|
* Add ability to search live videosChocobozzz2021-05-051-16/+24
|
* Migrate to $localizeChocobozzz2020-08-141-16/+12
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* add ng-select for templatable select optionsRigel Kent2020-08-111-6/+0
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Lazy load all routesChocobozzz2020-06-231-0/+269