aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/shared-main.module.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix circular dep issueChocobozzz2020-11-251-3/+3
|
* Add live info in watch pageChocobozzz2020-11-091-2/+1
|
* Add ability to save live replayChocobozzz2020-11-091-2/+12
|
* Add watch messages if live has not startedChocobozzz2020-11-091-2/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+2
|
* Migrate to $localizeChocobozzz2020-08-141-3/+0
| | | | | | | | | | | | * 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
* Remove angular pipes moduleChocobozzz2020-08-111-7/+6
|
* Move form modules in the form shared moduleChocobozzz2020-08-111-15/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-1/+6
| | | | | | | - 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
* Display user quota progress bars above upload form (#2981)Kim2020-07-241-1/+3
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix lintChocobozzz2020-07-021-1/+1
|
* simplify navigation within most admin menusRigel Kent2020-07-021-6/+4
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+164