aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/types
Commit message (Collapse)AuthorAgeFilesLines
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+5
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Better plugin notifier typingsChocobozzz2020-04-151-2/+5
|
* Add notifier to plugin helpers (#2627)Kim2020-04-151-0/+3
| | | | | | | | | | | | | * Add notifier to client PeerTubeHelpers plugin * Add doc for notifier PeerTubeHelpers * Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin * Add doc for getBaseClientScriptsRoute PeerTubeHelpers * Remove unused helper Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Enhance jobs list displaying on smaller screensJulien Maulny2020-01-061-0/+3
|
* Add ability to filter per job typeChocobozzz2019-12-041-0/+3
|
* (plugins) add helper to know if user is logged-inRigel Kent2019-12-021-0/+2
|
* Add plugin translation systemChocobozzz2019-07-261-4/+8
|
* Add setting helper to client pluginsChocobozzz2019-07-261-0/+2
|
* Upgrade server dependenciesChocobozzz2019-07-251-2/+0
|
* Add client hook/register typingsChocobozzz2019-07-242-0/+16