aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+search
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-3/+3
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-243-11/+11
|
* Update angularChocobozzz2023-05-231-2/+2
|
* Improve accessibilityChocobozzz2023-03-151-1/+1
|
* Fix infinite scroll on search pageChocobozzz2023-02-242-2/+6
|
* Fix error messagesChocobozzz2022-09-231-1/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
|
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Increase global font sizeChocobozzz2022-06-162-2/+0
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-101-4/+4
|\
| * Fix search filters countChocobozzz2022-06-101-4/+4
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-103-11/+7
| |
* | Support ICU in TS componentsChocobozzz2022-06-081-4/+4
|/
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add filter on search resultsChocobozzz2021-12-103-20/+40
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Add video filters to common video pagesChocobozzz2021-08-252-2/+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-295-12/+42
|
* Remove unused variableChocobozzz2021-07-021-1/+0
|
* Support short uuid for GET video/playlistChocobozzz2021-06-293-3/+3
|
* Move to sass moduleChocobozzz2021-06-282-5/+6
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Add ability to search playlistsChocobozzz2021-06-2510-114/+193
|
* Bidi supportChocobozzz2021-06-072-6/+6
|
* Speed up plugins loadingChocobozzz2021-06-042-2/+1
|
* Use HTML config when possibleChocobozzz2021-06-042-10/+19
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-274-27/+52
|\
| * Remove ngx-metaChocobozzz2021-05-272-7/+5
| | | | | | | | Unmaintained
| * Add ability to search live videosChocobozzz2021-05-052-20/+47
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-281-1/+1
|
* Refactor actor avatar displayChocobozzz2021-04-284-26/+31
|
* Limit search entry widthChocobozzz2021-04-011-0/+1
|
* Responsive searchChocobozzz2021-04-012-145/+92
|
* Square channel avatar consistencyChocobozzz2021-03-311-1/+1
|
* Adjust search results note for i18n, adjust typeahead helperRigel Kent2021-03-241-6/+4
|
* 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