aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* Refactor horizontal marginsChocobozzz2021-03-316-158/+94
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-314-15/+15
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-1/+2
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Square channel avatar consistencyChocobozzz2021-03-312-81/+1
|
* Add support button in channel pageChocobozzz2021-03-312-18/+24
|
* Redesign account's channels pageChocobozzz2021-03-312-10/+32
|
* Redesign account pageChocobozzz2021-03-311-0/+86
|
* Redesign channel pageChocobozzz2021-03-313-9/+73
|
* Change copy icon (#3867)kontrollanten2021-03-241-0/+4
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Try to reduce CSS sizeChocobozzz2021-03-241-25/+0
|
* Fix control bar alignmentChocobozzz2021-03-241-6/+12
|
* fix: long text on modalssanchis2021-03-081-0/+1
|
* refactor noscript/incompatible browser messages (#3684)Cadence Ember2021-02-031-5/+5
| | | | | also align noscript and incompatible browser styles Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Upgrade client dependenciesChocobozzz2021-02-031-1/+1
|
* add description to transcoding profile selectorRigel Kent2021-01-281-0/+10
|
* Fix ng select themeChocobozzz2021-01-202-1/+9
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-0/+5
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Add font display swapChocobozzz2021-01-191-0/+2
|
* Fix table header overflowChocobozzz2021-01-151-0/+3
|
* Move orange admin buttons on the left sideChocobozzz2021-01-131-3/+5
|
* 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
|