diff --git a/app/assets/images/bell-alert.svg b/app/assets/images/bell-alert.svg new file mode 100644 index 000000000..81cd4a9c1 --- /dev/null +++ b/app/assets/images/bell-alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/menu-dots-vertical.svg b/app/assets/images/menu-dots-vertical.svg new file mode 100644 index 000000000..be5909f25 --- /dev/null +++ b/app/assets/images/menu-dots-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/stylesheets/icons.css b/app/assets/stylesheets/icons.css index d3034d5c7..777aa2a95 100644 --- a/app/assets/stylesheets/icons.css +++ b/app/assets/stylesheets/icons.css @@ -23,6 +23,7 @@ .icon--art { --svg: url("art.svg "); } .icon--assigned { --svg: url("assigned.svg "); } .icon--attachment { --svg: url("attachment.svg "); } + .icon--bell-alert { --svg: url("bell-alert.svg "); } .icon--bell-off { --svg: url("bell-off.svg "); } .icon--bell { --svg: url("bell.svg "); } .icon--bolt { --svg: url("bolt.svg "); } @@ -54,6 +55,7 @@ .icon--logout { --svg: url("logout.svg "); } .icon--menu { --svg: url("menu.svg "); } .icon--menu-dots-horizontal { --svg: url("menu-dots-horizontal.svg "); } + .icon--menu-dots-vertical { --svg: url("menu-dots-vertical.svg "); } .icon--minus { --svg: url("minus.svg "); } .icon--move { --svg: url("move.svg "); } .icon--notification-bell-access-only { --svg: url("notification-bell-access-only.svg "); } diff --git a/app/views/notifications/settings/_browser.html.erb b/app/views/notifications/settings/_browser.html.erb index 4662c558b..5dec4bda2 100644 --- a/app/views/notifications/settings/_browser.html.erb +++ b/app/views/notifications/settings/_browser.html.erb @@ -82,7 +82,7 @@
  • Tap Notifications.
  • Tap <%= icon_tag "switch", alt: "the switch" %> to Allow <%= platform.browser.capitalize %> notifications.
  • Tap <%= icon_tag "switch", alt: "the switch" %> next to Web apps.
  • -
  • Tap <%= icon_tag "notification-bell-alert", alt: "the notification bell" %> and select Allow.
  • +
  • Tap <%= icon_tag "bell-alert", alt: "the notification bell" %> and select Allow.
  • <% when platform.safari? && platform.desktop? %>

    Turn on notifications for this website.