PeerTube/client/src/app/modal
Kim 437e8e06eb
Add custom modal to plugin helpers (#2631)
* 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>
2020-04-15 15:35:41 +02:00
..
custom-modal.component.html Add custom modal to plugin helpers (#2631) 2020-04-15 15:35:41 +02:00
custom-modal.component.scss Add custom modal to plugin helpers (#2631) 2020-04-15 15:35:41 +02:00
custom-modal.component.ts Add custom modal to plugin helpers (#2631) 2020-04-15 15:35:41 +02:00
instance-config-warning-modal.component.html Use form-control to display box-shadow on form inputs/selects upon focus 2020-04-02 11:39:14 +02:00
instance-config-warning-modal.component.scss Add mascot to configure warning modal 2019-10-30 11:15:55 +01:00
instance-config-warning-modal.component.ts Add ListOverflow component to prevent sub-menu overflow 2020-02-13 10:25:22 +01:00
quick-settings-modal.component.html Normalize modal close buttons, and cancel/submit button styles 2020-03-06 16:58:55 +01:00
quick-settings-modal.component.scss Add visitor settings, rework logged-in dropdown (#2514) 2020-02-28 13:52:21 +01:00
quick-settings-modal.component.ts Add visitor settings, rework logged-in dropdown (#2514) 2020-02-28 13:52:21 +01:00
welcome-modal.component.html Use form-control to display box-shadow on form inputs/selects upon focus 2020-04-02 11:39:14 +02:00
welcome-modal.component.scss Pull translations 2019-11-05 15:51:41 +01:00
welcome-modal.component.ts Add ListOverflow component to prevent sub-menu overflow 2020-02-13 10:25:22 +01:00