Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Refactor popover markdown, add code style | kimsible | 2020-08-14 | 1 | -0/+10 |
| | |||||
* | Use ng select for multiselect | Chocobozzz | 2020-08-11 | 2 | -61/+11 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 3 | -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 unapplied | kimsible | 2020-08-11 | 1 | -3/+3 |
| | |||||
* | Refactor - improve offset content handling with fixed sub-menu and ↵ | kimsible | 2020-08-11 | 1 | -14/+21 |
| | | | | broadcast-message | ||||
* | Remove smooth scroll behaviour | Chocobozzz | 2020-08-10 | 1 | -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) | Kim | 2020-08-10 | 1 | -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 starting | kimsible | 2020-08-10 | 1 | -0/+8 |
| | |||||
* | Correctly fix sub menu | Chocobozzz | 2020-08-10 | 1 | -4/+11 |
| | |||||
* | Add buttons in playlist page | Chocobozzz | 2020-08-10 | 1 | -0/+1 |
| | | | | To delete/edit/share the playlist | ||||
* | Fix playlist layout on mobile | Chocobozzz | 2020-08-10 | 1 | -10/+9 |
| | |||||
* | Avoid lost scroll position when modal open | kimsible | 2020-08-10 | 1 | -2/+1 |
| | |||||
* | Fix play overlay icon | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Fix loading bar color | Chocobozzz | 2020-08-07 | 2 | -95/+0 |
| | |||||
* | Fix control bar on small screens | Chocobozzz | 2020-08-07 | 3 | -3/+12 |
| | |||||
* | Fix playlist menu overflow | Chocobozzz | 2020-08-07 | 1 | -0/+1 |
| | |||||
* | Align dock padding with playlist button | Chocobozzz | 2020-08-07 | 3 | -2/+4 |
| | |||||
* | Handle start at/stop at in playlist embed | Chocobozzz | 2020-08-07 | 1 | -2/+8 |
| | |||||
* | Handle unavailable videos in embed playlists | Chocobozzz | 2020-08-07 | 1 | -11/+24 |
| | |||||
* | Add previous button | Chocobozzz | 2020-08-07 | 1 | -6/+27 |
| | |||||
* | Handle basic playlist in embed | Chocobozzz | 2020-08-07 | 4 | -13/+183 |
| | |||||
* | Add logic to handle playlist in embed | Chocobozzz | 2020-08-07 | 1 | -0/+2 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | correct column toggle z-index for user list | Rigel Kent | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Fix about page layout with fixed submenu | Chocobozzz | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Add abuse message management in admin | Chocobozzz | 2020-07-31 | 2 | -0/+2 |
| | |||||
* | adapt notifications buttons for small screens | Rigel Kent | 2020-07-29 | 1 | -1/+1 |
| | |||||
* | modify user-quota to match account settings style | Rigel Kent | 2020-07-29 | 1 | -2/+4 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 2 | -2/+2 |
| | |||||
* | variable columns for users list, more columns possible, badge display for ↵ | Rigel Kent | 2020-07-29 | 1 | -17/+15 |
| | | | | statuses | ||||
* | allow sorting notifications | Rigel Kent | 2020-07-29 | 2 | -0/+74 |
| | |||||
* | correct regressions on sub-menu for account and admin (#3004) | Kim | 2020-07-24 | 1 | -1/+9 |
| | |||||
* | fix position for sub-menus with actor | Rigel Kent | 2020-07-23 | 1 | -0/+2 |
| | | | | fixes ed5bb517266c80904c44bf44a335f1003f5aa277 | ||||
* | Improve navigation sub-menu and tabs effects (#2971) | Kim | 2020-07-23 | 4 | -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 browsers | kimsible | 2020-07-23 | 2 | -0/+12 |
| | |||||
* | Fix accessibility action buttons and display on imports and followers list | kimsible | 2020-07-20 | 1 | -19/+1 |
| | |||||
* | Fix external user edition | Chocobozzz | 2020-07-06 | 1 | -0/+4 |
| | |||||
* | fix reactive file upload button | Rigel Kent | 2020-07-01 | 1 | -1/+0 |
| | |||||
* | fix video update button, add color to danger zone | Rigel Kent | 2020-07-01 | 1 | -5/+23 |
| | |||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 1 | -0/+5 |
| | | | | also organize icons in folders per origin | ||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 2 | -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 Kent | 2020-06-15 | 2 | -9/+2 |
| | |||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 1 | -1/+4 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | match margin of abstract-video-list and sub-menu's fixed margin | Rigel Kent | 2020-06-12 | 1 | -2/+2 |
| | |||||
* | fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵ | Rigel Kent | 2020-06-12 | 1 | -1/+1 |
| | | | | channels list | ||||
* | add keyboard navigation for video actions (#2854) | Caroline Chuong | 2020-06-11 | 1 | -0/+5 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Limit thumbnail sizes | Chocobozzz | 2020-06-11 | 3 | -63/+63 |
| | |||||
* | smaller miniature average size in fluid grid, updated admin instructions for ↵ | Rigel Kent | 2020-06-10 | 1 | -1/+7 |
| | | | | global search | ||||
* | change focus color instead of opacity of video play button (#2845) | Caroline Chuong | 2020-06-09 | 1 | -2/+3 |
| |