aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-history
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-141-8/+6
| | | | | | | | | | | | * 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
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Reorganize client shared modulesChocobozzz2020-06-231-12/+13
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+2
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-1/+1
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* Fix buttons display on mobile history viewkimsible2020-04-281-0/+19
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-0/+2
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Fix enable history labelChocobozzz2019-12-061-1/+1
|
* Fix infinite scroll on big screensChocobozzz2019-08-021-1/+1
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Add video miniature dropdownChocobozzz2019-04-051-1/+3
|
* Refactor video miniaturesChocobozzz2019-04-032-64/+2
|
* Restore videos list componentsChocobozzz2019-04-022-16/+9
|
* Add icon to delete history buttonChocobozzz2019-03-202-8/+8
|
* Refactor ellipsis CSSChocobozzz2019-02-201-3/+1
|
* Refactor how we use iconsChocobozzz2019-01-171-2/+2
| | | | Inject them in an angular component so we can easily change their color
* Refractor notification serviceChocobozzz2018-12-191-6/+6
| | | | Shorter name and use primeng component
* Add ability to disable and clear historyChocobozzz2018-12-183-1/+85
|
* Add history page on clientChocobozzz2018-12-183-0/+149