aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+search/search.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support ICU in TS componentsChocobozzz2022-06-081-4/+4
|
* Add filter on search resultsChocobozzz2021-12-101-8/+15
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Fix client lintChocobozzz2021-08-171-47/+50
|
* Fix empty searchChocobozzz2021-07-291-6/+2
|
* Add ability to filter by host in search pageChocobozzz2021-07-291-4/+20
|
* Remove unused variableChocobozzz2021-07-021-1/+0
|
* Add ability to search playlistsChocobozzz2021-06-251-61/+85
|
* Speed up plugins loadingChocobozzz2021-06-041-1/+1
|
* Use HTML config when possibleChocobozzz2021-06-041-5/+15
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-3/+5
|\
| * Remove ngx-metaChocobozzz2021-05-271-3/+5
| | | | | | | | Unmaintained
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Refactor actor avatar displayChocobozzz2021-04-281-7/+19
|
* Migrate to $localizeChocobozzz2020-08-141-5/+3
| | | | | | | | | | | | * 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
* Fix issues with external links in search pageChocobozzz2020-07-201-9/+27
|
* Lazy load all routesChocobozzz2020-06-231-0/+259