Sha256: cea03e6e92d7e55ca1823bd3bda2e7dacac67c35bbc06810cab097b1f465ff2b

Contents?: true

Size: 968 Bytes

Versions: 3

Compression:

Stored size: 968 Bytes

Contents

div.text-left[data-controller="signum-notification-drawer" data-action="mouseover->signum-notification-drawer#show mouseleave->signum-notification-drawer#hide click->signum-notification-drawer#closeNotifications"]
  button.signum-notification-drawer-button data-action="click->signum-notification-drawer#closeNotifications"
    i class="hidden #{Signum.config.icons[:unread_main]}" data-signum-notification-drawer-target='alertBellIcon'
    i class="#{Signum.config.icons[:read_main]}" data-signum-notification-drawer-target='bellIcon'
    i.hidden.fas.fa-times.cross-icon.text-xs.absolute.top-5.right-15#crossIcon data-signum-notification-drawer-target="crossIcon" data-action="click->signum-notification-drawer#closeNotifications"

  .signum-notification-drawer-tray.hidden[data-signum-notification-drawer-target="submenu" id="#{Signum.config.drawer_notifications_container_id.call}"]
    = render(Signum::NotificationDrawerItem::Component.with_collection(signals))

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
signum-0.7.2 app/components/signum/notification_drawer/component.html.slim
signum-0.7.1 app/components/signum/notification_drawer/component.html.slim
signum-0.7.0 app/components/signum/notification_drawer/component.html.slim