aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select
Commit message (Collapse)AuthorAgeFilesLines
* Prevent XSS with ng-selectChocobozzz2022-11-141-2/+4
| | | | | | When using ng-option See https://github.com/ng-select/ng-select/issues/1363
* Migrate to bootstrap 5Chocobozzz2022-06-103-4/+4
|
* Support ICU in TS componentsChocobozzz2022-06-081-1/+7
|
* Some fixes for themesChocobozzz2022-03-152-2/+2
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+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>
* Move zxx to its own group in select-languages component (#4664)Florian CUNY2021-12-241-3/+13
| | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes
* Fix ng select tags heightChocobozzz2021-10-201-2/+13
|
* Add ability to filter logs by tagsChocobozzz2021-10-202-1/+2
|
* Force live type specification in first stepChocobozzz2021-10-151-0/+4
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-126-0/+19
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Add video filters to common video pagesChocobozzz2021-08-258-7/+282
|
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Bidi supportChocobozzz2021-06-071-2/+2
|
* Move to stylelintChocobozzz2021-04-281-3/+3
|
* Add client action hooks for pubish pagesChocobozzz2021-03-241-1/+8
|
* Add ability to set a custom quotaChocobozzz2021-02-106-25/+28
|
* Support custom value in ng-selectChocobozzz2021-02-109-59/+109
|
* Fix some accessibility issuesChocobozzz2020-12-221-4/+1
|
* restore live transcoding to live streaming tabRigel Kent2020-12-143-0/+58
|
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* Fix privacy/channel select on uploadChocobozzz2020-09-042-2/+4
|
* Migrate to $localizeChocobozzz2020-08-141-8/+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
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-112-3/+13
|
* Use ng select for multiselectChocobozzz2020-08-1112-0/+366