aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+search
Commit message (Collapse)AuthorAgeFilesLines
* Use localize for page titlesChocobozzz2020-08-171-1/+1
|
* Migrate to $localizeChocobozzz2020-08-142-21/+15
| | | | | | | | | | | | * 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 tags in search filtersChocobozzz2020-08-111-2/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-114-24/+2
| | | | | | | - 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
* Fix issues with external links in search pageChocobozzz2020-07-204-29/+43
|
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* Lazy load all routesChocobozzz2020-06-2310-0/+1215