aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* Fix help component z-indexChocobozzz2022-05-044-42/+71
|
* Fix ng-select hoveringChocobozzz2022-05-021-2/+4
|
* Fix ng select input font colorChocobozzz2022-05-021-0/+4
|
* Fix avatar responsiveChocobozzz2022-05-021-0/+4
|
* Display live info in my videosChocobozzz2022-04-201-1/+1
|
* Support videos stats in clientChocobozzz2022-04-151-0/+44
|
* Some fixes for themesChocobozzz2022-03-156-7/+33
|
* Fix hidden player on inactivityChocobozzz2022-03-141-1/+1
|
* Display avatar in embed posterChocobozzz2022-03-081-9/+64
|
* Improve embed dock styleChocobozzz2022-03-041-2/+6
|
* Fix modal z-indexChocobozzz2022-03-021-1/+1
| | | | Should be on top of the header too
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Prevent selection on rewind/forward textsChocobozzz2022-02-091-0/+1
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-1/+5
|
* Increase player progress bar hitbox heightChocobozzz2022-01-172-2/+2
|
* Add fast forward/rewind on mobileChocobozzz2022-01-121-11/+100
|
* Add player controls on mobileChocobozzz2022-01-114-1/+78
|
* Better control bar responsiveChocobozzz2022-01-111-0/+8
|
* Fix play icon vertical alignmentChocobozzz2022-01-111-1/+3
|
* Add missing password field to update user api docChocobozzz2022-01-102-6/+5
|
* Increase player control bar sizeChocobozzz2022-01-106-540/+517
|
* Fix button groupChocobozzz2022-01-031-1/+1
|
* Refactor admin pluginsChocobozzz2021-12-292-35/+28
|
* Remove unused codeChocobozzz2021-12-091-25/+1
|
* Improve control bar inactivity handlingChocobozzz2021-12-091-0/+1
| | | | | Keep opened when user is in control bar settings Faster hidding transition for control bar
* Fix player menu keyboard navigationChocobozzz2021-11-191-1/+4
|
* Update angularChocobozzz2021-11-101-1/+1
|
* Fix jobs state selection badge styleChocobozzz2021-11-052-2/+2
|
* Add ability to preview embed in share modalChocobozzz2021-11-021-1/+1
|
* Remove useless componentsChocobozzz2021-10-292-18/+5
|
* Migrate to @peertube/videojs-contextmenuChocobozzz2021-10-261-1/+1
| | | | To fix a bug with latest videojs
* Fix some old typing issuesChocobozzz2021-10-222-3/+4
|
* Fix ng select tags heightChocobozzz2021-10-202-0/+2
|
* Improve admin tables responsiveChocobozzz2021-10-203-1/+41
|
* Add ability to view my followersChocobozzz2021-10-203-65/+136
|
* Force live type specification in first stepChocobozzz2021-10-151-1/+1
|
* Try to improve permanent live labelChocobozzz2021-10-151-0/+9
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-0/+3
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Add video filters to common video pagesChocobozzz2021-08-253-32/+50
|
* Fix player setting overflowChocobozzz2021-08-181-1/+1
|
* Fix stats card label widthChocobozzz2021-08-181-1/+1
|
* Update client dependenciesChocobozzz2021-08-111-3/+5
|
* Merge branch 'next' into developChocobozzz2021-07-211-2/+6
|\
| * Warning when using capitalized letter in loginChocobozzz2021-07-201-2/+6
| |
* | Correct privacymsg z-index to avoid hover dropdown on scrollKimsible2021-07-212-2/+3
| |
* | Define a z-index for dropupKimsible2021-07-211-1/+2
| |
* | Correct z-index for title dropdown in sub-menu and dropdown hover header on ↵Kimsible2021-07-212-2/+2
|/ | | | scroll
* Fix glyphicon icons in primeng tableChocobozzz2021-07-121-4/+6
|
* Use consistent marginsChocobozzz2021-07-011-0/+6
|
* Fix ng select sizeChocobozzz2021-06-301-2/+1
|