aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/images
Commit message (Collapse)AuthorAgeFilesLines
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Enlarge right column in video-edit on small screensRigel Kent2020-04-023-8/+20
|
* Client dependencies upgradeChocobozzz2020-04-011-53/+53
|
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-101-1/+2
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-2/+5
| | | | | | | | | | | | | | * 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
* Strict templates enabledChocobozzz2020-02-101-2/+2
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+0
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-2/+2
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-0/+1
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-191-0/+1
| | | | fixes #1730
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-0/+1
|
* autoplay next video support for playlistsRigel Kent2019-12-131-3/+5
|
* Add ability to update icons contentChocobozzz2019-12-051-3/+17
|
* Change the support iconChocobozzz2019-12-031-1/+1
|
* Update client dependenciesChocobozzz2019-07-251-46/+46
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+1
|
* Support audio upload in clientChocobozzz2019-05-175-33/+51
|
* Fix privacy warning position on mobileChocobozzz2019-04-151-2/+3
|
* Add logs page in clientChocobozzz2019-04-111-1/+2
|
* Add new instance follower notification in clientChocobozzz2019-04-091-1/+2
|
* Add my library section in menuChocobozzz2019-03-201-1/+16
|
* Playlist support in watch pageChocobozzz2019-03-181-1/+2
|
* Playlist videos componentChocobozzz2019-03-181-1/+2
|
* Add to playlist dropdownChocobozzz2019-03-182-1/+2
|
* Add/update/delete/list my playlistsChocobozzz2019-03-186-0/+148