aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
...
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-4/+8
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Use source sans 3 fontChocobozzz2021-01-138-23/+23
|
* Increase play button sizeChocobozzz2020-12-172-2/+3
|
* Fix ng-select widthChocobozzz2020-12-151-11/+0
|
* Fix password input in edit userChocobozzz2020-12-151-0/+7
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+2
|
* restore live transcoding to live streaming tabRigel Kent2020-12-141-2/+2
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-141-0/+22
|
* restore wrapping in reportsRigel Kent2020-12-131-0/+1
|
* Improve live player responsiveChocobozzz2020-12-102-7/+37
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-1/+2
|
* more explicit error messages for file uploadsRigel Kent2020-12-032-0/+9
|
* Fix themes colors by using SCSS variables (#3376)Mathieu Brunot2020-11-301-1/+2
| | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu
* Fix notification widthChocobozzz2020-11-271-0/+2
|
* adjust registration form width on mobile (#3274)test2a2020-11-251-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+1
|
* Fix dropdowns z-indexChocobozzz2020-11-202-2/+1
|
* Add ability to bulk delete commentsChocobozzz2020-11-201-1/+1
|
* Upgrade client dependenciesChocobozzz2020-11-192-93/+553
| | | | Migrate removed primeng theme to custom CSS
* Add ability to display all channel/account videosChocobozzz2020-11-181-0/+4
|
* Put admin actions on the leftChocobozzz2020-11-162-2/+2
|
* Dropdown should be on top of everythingChocobozzz2020-11-161-1/+1
|
* Reorganize left menu and account menuChocobozzz2020-11-131-2/+3
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Fix global loading bar in clientChocobozzz2020-11-091-0/+4
|
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+7
|
* Fix playlist element dropdown overflowChocobozzz2020-08-253-15/+16
|
* Fix z-index dropdown iconChocobozzz2020-08-252-7/+16
| | | | Was on top of the header
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-171-0/+23
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Refactor popover markdown, add code stylekimsible2020-08-141-0/+10
|
* Use ng select for multiselectChocobozzz2020-08-112-61/+11
|
* add ng-select for templatable select optionsRigel Kent2020-08-113-69/+30
| | | | | | | - 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
* Fix expanded margin content css var unappliedkimsible2020-08-111-3/+3
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-111-14/+21
| | | | broadcast-message
* Remove smooth scroll behaviourChocobozzz2020-08-101-4/+0
| | | | It's not adapted to a SPA because the scroll is updated when we change page
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-1/+5
| | | | | | | | | | | | | * 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>
* Do not display videojs poster when video is startingkimsible2020-08-101-0/+8
|
* Correctly fix sub menuChocobozzz2020-08-101-4/+11
|
* Add buttons in playlist pageChocobozzz2020-08-101-0/+1
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-101-10/+9
|
* Avoid lost scroll position when modal openkimsible2020-08-101-2/+1
|
* Fix play overlay iconChocobozzz2020-08-071-1/+1
|
* Fix loading bar colorChocobozzz2020-08-072-95/+0
|
* Fix control bar on small screensChocobozzz2020-08-073-3/+12
|
* Fix playlist menu overflowChocobozzz2020-08-071-0/+1
|
* Align dock padding with playlist buttonChocobozzz2020-08-073-2/+4
|
* Handle start at/stop at in playlist embedChocobozzz2020-08-071-2/+8
|
* Handle unavailable videos in embed playlistsChocobozzz2020-08-071-11/+24
|
* Add previous buttonChocobozzz2020-08-071-6/+27
|
* Handle basic playlist in embedChocobozzz2020-08-074-13/+183
|