aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-0/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* correct column toggle z-index for user listRigel Kent2020-08-031-1/+1
|
* Fix about page layout with fixed submenuChocobozzz2020-08-031-1/+1
|
* Add abuse message management in adminChocobozzz2020-07-312-0/+2
|
* adapt notifications buttons for small screensRigel Kent2020-07-291-1/+1
|
* modify user-quota to match account settings styleRigel Kent2020-07-291-2/+4
|
* harmonize search for librariesRigel Kent2020-07-292-2/+2
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-17/+15
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-292-0/+74
|
* correct regressions on sub-menu for account and admin (#3004)Kim2020-07-241-1/+9
|
* fix position for sub-menus with actorRigel Kent2020-07-231-0/+2
| | | | fixes ed5bb517266c80904c44bf44a335f1003f5aa277
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-234-32/+59
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 browserskimsible2020-07-232-0/+12
|
* Fix accessibility action buttons and display on imports and followers listkimsible2020-07-201-19/+1
|
* Fix external user editionChocobozzz2020-07-061-0/+4
|
* fix reactive file upload buttonRigel Kent2020-07-011-1/+0
|
* fix video update button, add color to danger zoneRigel Kent2020-07-011-5/+23
|
* switch from softies to feathericonsRigel Kent2020-07-011-0/+5
| | | | also organize icons in folders per origin
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-222-3/+10
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-152-9/+2
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+4
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* match margin of abstract-video-list and sub-menu's fixed marginRigel Kent2020-06-121-2/+2
|
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-121-1/+1
| | | | channels list
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-0/+5
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Limit thumbnail sizesChocobozzz2020-06-113-63/+63
|
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-1/+7
| | | | global search
* change focus color instead of opacity of video play button (#2845)Caroline Chuong2020-06-091-2/+3
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-0910-131/+154
| | | | | | | | | | | | | | | * 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 duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-11/+11
|
* Fix grey color themeChocobozzz2020-05-224-7/+11
|