aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms
Commit message (Collapse)AuthorAgeFilesLines
* fix tabindex on login pageRigel Kent2020-12-092-1/+2
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-049-35/+95
|
* :sparkles: Add input-password #3375madmath032020-11-301-0/+2
|
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+0
|
* Add tooltip to maximize button and remove grey backgroundkimsible2020-11-223-5/+20
|
* Upgrade client dependenciesChocobozzz2020-11-196-4/+98
| | | | Migrate removed primeng theme to custom CSS
* Disable auto-focus markdown textarea on touchdeviceskimsible2020-11-181-2/+6
|
* Memorize scroll position when maximized mode used with markdown textareakimsible2020-11-181-1/+8
|
* Live streaming implementation first stepChocobozzz2020-11-092-1/+3
|
* Fix privacy/channel select on uploadChocobozzz2020-09-042-2/+4
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-212-0/+8
|
* Add ability to set custom field to video formChocobozzz2020-08-214-2/+75
|
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-191-1/+5
|
* We don't need services anymore for validatorsChocobozzz2020-08-1721-913/+11
|
* Migrate to $localizeChocobozzz2020-08-1419-189/+156
| | | | | | | | | | | | * 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
|
* Remove angular pipes moduleChocobozzz2020-08-111-2/+2
|
* Use ng select for multiselectChocobozzz2020-08-1115-38/+189
|
* Move form modules in the form shared moduleChocobozzz2020-08-111-0/+14
|
* Fix tags in search filtersChocobozzz2020-08-113-10/+19
|
* add ng-select for templatable select optionsRigel Kent2020-08-1110-5/+241
| | | | | | | - 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
* Add validator channel namekimsible2020-08-111-0/+16
|
* Add abuse message management in adminChocobozzz2020-07-311-0/+10
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-1/+1
|\
| * Correct maximized icon padding since new icons set implementedkimsible2020-07-201-1/+1
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-103-8/+8
|/
* Reorganize client shared modulesChocobozzz2020-06-2340-0/+2043