Commit Graph

4 Commits

Author SHA1 Message Date
Chocobozzz
8cbc40b2fe
Move to sass module 2021-06-28 10:54:02 +02:00
Chocobozzz
fa12eacc01
Move to sass @use 2021-06-28 09:36:35 +02:00
Chocobozzz
266947e5ef
Refactor modal buttons style 2021-04-14 16:39:37 +02:00
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