Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent sass deprecated warning | Chocobozzz | 2022-10-10 | 1 | -26/+26 |
| | |||||
* | Fix subscription button radius | Chocobozzz | 2022-09-28 | 1 | -0/+3 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2022-07-27 | 1 | -0/+6 |
| | |||||
* | Theme fixes | Chocobozzz | 2022-06-28 | 1 | -6/+4 |
| | |||||
* | Registration css fixes | Chocobozzz | 2022-06-28 | 1 | -0/+12 |
| | |||||
* | Don't display input error in red on typing | Chocobozzz | 2022-06-16 | 1 | -10/+0 |
| | |||||
* | Fix top menu opacity | Chocobozzz | 2022-06-16 | 1 | -2/+2 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 1 | -19/+19 |
| | |||||
* | Replace all glyphicon icons | Chocobozzz | 2022-06-13 | 1 | -4/+0 |
| | |||||
* | Use bootstrap loader | Chocobozzz | 2022-06-10 | 1 | -15/+1 |
| | |||||
* | Add comments to bootstrap CSS | Chocobozzz | 2022-06-10 | 1 | -5/+24 |
| | |||||
* | Remove secondary color theme | Chocobozzz | 2022-06-10 | 1 | -12/+0 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 1 | -90/+22 |
| | |||||
* | Fix help component z-index | Chocobozzz | 2022-05-04 | 1 | -37/+0 |
| | |||||
* | Display live info in my videos | Chocobozzz | 2022-04-20 | 1 | -1/+1 |
| | |||||
* | Some fixes for themes | Chocobozzz | 2022-03-15 | 1 | -2/+9 |
| | |||||
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | Refactor admin plugins | Chocobozzz | 2021-12-29 | 1 | -0/+28 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 1 | -0/+1 |
| | |||||
* | Correct privacymsg z-index to avoid hover dropdown on scroll | Kimsible | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | Define a z-index for dropup | Kimsible | 2021-07-21 | 1 | -1/+2 |
| | |||||
* | Correct z-index for title dropdown in sub-menu and dropdown hover header on ↵ | Kimsible | 2021-07-21 | 1 | -1/+1 |
| | | | | scroll | ||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 1 | -3/+30 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 1 | -3/+3 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -5/+24 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -15/+25 |
| | |||||
* | Fix modal word break | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 1 | -11/+2 |
| | |||||
* | Change copy icon (#3867) | kontrollanten | 2021-03-24 | 1 | -0/+4 |
| | | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons | ||||
* | fix: long text on modals | sanchis | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -1/+4 |
| | |||||
* | restore live transcoding to live streaming tab | Rigel Kent | 2020-12-14 | 1 | -2/+2 |
| | |||||
* | slightly clearer layout of transcoding configuration | Rigel Kent | 2020-12-14 | 1 | -0/+22 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -0/+5 |
| | |||||
* | Fix dropdowns z-index | Chocobozzz | 2020-11-20 | 1 | -1/+0 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -0/+4 |
| | |||||
* | Fix playlist element dropdown overflow | Chocobozzz | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | Fix z-index dropdown icon | Chocobozzz | 2020-08-25 | 1 | -5/+14 |
| | | | | Was on top of the header | ||||
* | On touchscreens add content overlay for opened menu (#3088) | Kim | 2020-08-17 | 1 | -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> | ||||
* | Avoid lost scroll position when modal open | kimsible | 2020-08-10 | 1 | -2/+1 |
| | |||||
* | correct column toggle z-index for user list | Rigel Kent | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 1 | -0/+1 |
| | |||||
* | Improve navigation sub-menu and tabs effects (#2971) | Kim | 2020-07-23 | 1 | -20/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix: disable vertical scroll instead of hide on desktop browsers | kimsible | 2020-07-23 | 1 | -0/+8 |
| | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view | ||||
* | Fix dropdown menu overflow | Chocobozzz | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 1 | -5/+36 |
| | | | | search query param dynamically | ||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -2/+18 |
| | |||||
* | Fix tables width, paginators, button on mobile / touchscreens (#2695) | Kim | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Improving select displays, focus box-shadows for paginators, instructions ↵ | Rigel Kent | 2020-04-13 | 1 | -6/+7 |
| | | | | for index url |