WIP Add notifications preferences page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
16
app/views/settings/_notifications.html.erb
Normal file
16
app/views/settings/_notifications.html.erb
Normal file
@@ -0,0 +1,16 @@
|
||||
<section>
|
||||
<h3>Lightning Wallet</h3>
|
||||
|
||||
<ul role="list">
|
||||
<%= render FormElements::FieldsetComponent.new(
|
||||
positioning: :horizontal,
|
||||
title: "Sats received",
|
||||
description: "Notify when sats are sent to my Lightning Address"
|
||||
) do %>
|
||||
<%= select_tag :sats_received, options_for_select([
|
||||
["off", "off"],
|
||||
["Chat (Jabber)", "xmpp"]
|
||||
]) %>
|
||||
<% end %>
|
||||
</ul>
|
||||
</section>
|
||||
Reference in New Issue
Block a user