aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select
Commit message (Collapse)AuthorAgeFilesLines
* 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