aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-141-5/+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
* Display user quota progress bars above upload form (#2981)Kim2020-07-241-38/+0
| | | | | | | | | | | | | | | | | * 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 quota representation in profile settingsRigel Kent2020-06-281-2/+3
|
* Reorganize client shared modulesChocobozzz2020-06-231-6/+3
|
* Fix scrolling with hash in urlChocobozzz2020-06-161-1/+7
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-131-0/+4
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-111-2/+8
|
* Clearer video quota label in user settingsChocobozzz2019-12-041-1/+18
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+1
|
* Refractor notification serviceChocobozzz2018-12-191-4/+4
| | | | Shorter name and use primeng component
* remove unused importsBO412018-09-221-2/+0
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-20/+1
|
* Fix images size limitChocobozzz2018-06-221-1/+5
|
* Form validators refractoringChocobozzz2018-06-051-0/+4
|
* Add i18n attributesChocobozzz2018-06-051-4/+6
|
* Load my-account module lazilyChocobozzz2018-05-091-0/+70