aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/images
Commit message (Collapse)AuthorAgeFilesLines
* Put white background to peertube iconsChocobozzz2022-02-048-0/+0
|
* extend client-overrides with default images (#4392)kontrollanten2021-10-121-0/+0
| | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-261-0/+1
| | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Add video filters to common video pagesChocobozzz2021-08-251-0/+4
|
* Replace local menu iconChocobozzz2021-05-282-3/+3
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+3
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Try to reduce CSS sizeChocobozzz2021-03-248-44/+22
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+1
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-0/+4
| | | | recommendation variant
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-132-1/+1
| | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Add new default different avatar for channel and accountkimsible2020-11-253-0/+0
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+1
|
* Replace keyboard shortcut iconChocobozzz2020-11-162-0/+1
| | | | Use svg instead
* Add modal to display live informationChocobozzz2020-11-091-0/+1
|
* Move markdown icon on right and correct colorskimsible2020-08-141-1/+1
|
* Add markown compatible help icon in comment textareakimsible2020-08-141-0/+1
|
* Fix icon namesChocobozzz2020-08-072-0/+0
|
* Add abuse message management in adminChocobozzz2020-07-311-0/+1
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-0/+1
| | | | statuses
* Update my-account sub-menus icons (#2977)Kim2020-07-233-1/+21
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* add check-params test for user listRigel Kent2020-07-032-0/+2
| | | | fixes #2918
* simplify navigation within most admin menusRigel Kent2020-07-021-0/+1
|
* switch from softies to feathericonsRigel Kent2020-07-01111-348/+51
| | | | also organize icons in folders per origin
* replace current ownership transfer icon with softies forward iconRigel Kent2020-06-282-7/+4
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-0/+11
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Add channel/account avatars in miniature (#2838)Rigel Kent2020-06-082-2/+2
| | | | | | | * add small avatar to miniature * fix svg size for trending and search icons in plugins view * parametrize avatar in miniature display options
* Fix support button colorChocobozzz2020-06-051-2/+2
|
* fix mascot sizes, fix tick, delete extraneous .png iconsRigel Kent2020-06-048-2/+4
| | | | follows PR #2822
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-0464-2599/+573
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-101-0/+6
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-289-22/+68
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-0/+11
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-191-0/+15
| | | | fixes #1730
* change repeat icon and factorize functionsRigel Kent2019-12-131-1/+12
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-0/+1
|
* Change the support iconChocobozzz2019-12-032-11/+14
|
* Fix welcome mascotChocobozzz2019-11-2710-0/+1254
|
* Optimize mascot imagesChocobozzz2019-11-067-0/+308
|
* Increase 404 mascot sizeChocobozzz2019-10-301-0/+324
|
* Add mascot to 404 pageChocobozzz2019-10-306-0/+0
|
* Add contributors in about peertube pageChocobozzz2019-09-051-0/+0
|
* Update client dependenciesChocobozzz2019-07-2546-0/+0
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+11
|
* Add default playlist imageChocobozzz2019-04-241-0/+0
|
* Add logs page in clientChocobozzz2019-04-111-0/+12
|
* Add new instance follower notification in clientChocobozzz2019-04-092-14/+11
|
* Add my library section in menuChocobozzz2019-03-2017-47/+113
|
* Playlist support in watch pageChocobozzz2019-03-181-0/+9
|
* Playlist videos componentChocobozzz2019-03-182-0/+11
|