diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 27b7a62..e2de21c 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -102,6 +102,10 @@ main { section { margin-bottom: 3rem; + + h2 { + display: none; + } } table { diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index bfd21f7..1e1d321 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -13,14 +13,6 @@ Chat rooms and instant messaging (XMPP/Jabber)

-
-

- <%= link_to "Wiki", "https://wiki.kosmos.org", class: "ks-text-link" %> -

-

- Kosmos documentation and knowledge base -

-

<%= link_to "Discourse", "https://community.kosmos.org", class: "ks-text-link" %> @@ -29,6 +21,23 @@ Kosmos community forums and user support/help site

+
+

+ 🗲 + <%= link_to "Lightning Wallet", wallet_path, class: "ks-text-link" %> +

+

+ Send and receive sats over the Bitcoin Lightning Network +

+
+
+

+ <%= link_to "Wiki", "https://wiki.kosmos.org", class: "ks-text-link" %> +

+

+ Kosmos documentation and knowledge base +

+

<%= link_to "Gitea", "https://gitea.kosmos.org", class: "ks-text-link" %> diff --git a/app/views/invitations/index.html.erb b/app/views/invitations/index.html.erb index 1c5996f..68235a0 100644 --- a/app/views/invitations/index.html.erb +++ b/app/views/invitations/index.html.erb @@ -1,5 +1,13 @@

Invitations

+ <% if @invitations_unused.any? %> +

+ Invite your friends to a Kosmos account by sharing an invitation URL with them: +

+ <% end %> +
+ +
<% if @invitations_unused.any? %> diff --git a/app/views/wallet/index.html.erb b/app/views/wallet/index.html.erb index fda7bd6..2230800 100644 --- a/app/views/wallet/index.html.erb +++ b/app/views/wallet/index.html.erb @@ -1,16 +1,21 @@ -
-
+
+

Wallet

- Send and receive BTC via the Lightning Network. + Send and receive sats via the Bitcoin Lightning Network. +

+
+
+

+ <% if @balance %> + <%= @balance %> sats
+ Available balance + <% else %> + n/a sats
+ Balance unavailable + <% end %>

-

- <% if @balance %> - <%= @balance %> sats
- Available balance - <% end %> -