Add settings page for Storage, add notification prefs

This commit is contained in:
Râu Cao
2023-11-20 18:22:06 +01:00
parent 2a70bf2fb9
commit c2dae105ff
5 changed files with 42 additions and 1 deletions

View File

@@ -18,6 +18,12 @@
active: @settings_section.to_s == "lightning"
) %>
<% end %>
<% if Setting.remotestorage_enabled %>
<%= render SidenavLinkComponent.new(
name: "Storage", path: setting_path(:remotestorage), icon: "remotestorage",
active: @settings_section.to_s == "remotestorage"
) %>
<% end %>
<% if Setting.nostr_enabled %>
<%= render SidenavLinkComponent.new(
name: "Experiments", path: setting_path(:experiments), icon: "science",