]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1831781: add eg-help-popover Angular component
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Wed, 6 Mar 2019 23:06:57 +0000 (18:06 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 5 Jun 2019 17:41:16 +0000 (13:41 -0400)
commit166552a479b49b0d41d86788575cdcedc024bfca
treec249de218142b6fcea1d9e970d53dff2fc75a86a
parent31371ccc4fd46053b66d7ef27583709b8c05856a
LP#1831781: add eg-help-popover Angular component

Usage:

<eg-help-popover helpLink="https://youtu.be/dQw4w9WgXcQ"
 helptext="Helpful msg. Optional link."></eg-help-popover>

Additional placement attributes accepted. Basically wraps
ng-bootstrap's
https://ng-bootstrap.github.io/#/components/popover/examples#basic

To test
-------
[1] Go to the Angular sandbox page (/eg2/en-US/staff/sandbox) and
    verify functioning of the popovers, which display question marks.

Sponsored-by: MassLNC
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: CW MARS
Sponsored-by: King County Library System
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/common.module.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html