aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-user-settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix auto play setting for anonymous usersChocobozzz2023-01-231-1/+4
|
* Refactor form reactiveChocobozzz2022-10-072-4/+4
|
* Fix setting theme in clientChocobozzz2022-06-272-5/+5
|
* Improve theme labelChocobozzz2022-06-162-15/+18
|
* Increase global font sizeChocobozzz2022-06-163-11/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-102-8/+2
|
* Support ICU in TS componentsChocobozzz2022-06-081-1/+1
|
* Clearer theme select labelsChocobozzz2022-03-152-3/+18
|
* open privacy info in user settings dialogue in new windowRobert Riemann2022-03-021-1/+1
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-162-5/+5
|
* Fix theme update when logged inChocobozzz2021-12-091-1/+1
|
* Add video filters to common video pagesChocobozzz2021-08-253-78/+24
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-172-19/+23
|
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Use HTML config when possibleChocobozzz2021-06-042-8/+6
|
* Better video languages filter UXChocobozzz2021-04-281-29/+40
| | | | | Don't throw if the user did not select any language, automatically select "all languages" instead
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-2/+2
|
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Fix ng-select widthChocobozzz2020-12-151-1/+3
|
* Fix user video languages settingsChocobozzz2020-08-201-11/+35
|
* Migrate to $localizeChocobozzz2020-08-142-22/+10
| | | | | | | | | | | | * 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-111-0/+1
|
* Use ng select for multiselectChocobozzz2020-08-113-20/+39
|
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-0/+2
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Reorganize client shared modulesChocobozzz2020-06-238-0/+392