diff --git a/app/assets/stylesheets/components/dashboard_services.css b/app/assets/stylesheets/components/dashboard_services.css index f725347..e3679c8 100644 --- a/app/assets/stylesheets/components/dashboard_services.css +++ b/app/assets/stylesheets/components/dashboard_services.css @@ -1,5 +1,5 @@ @layer components { .services > div > a { - background-image: linear-gradient(110deg, rgba(255,255,255,0.99) 0, rgba(255,255,255,0.88) 100%); + background-image: linear-gradient(110deg, rgba(255,255,255,0.99) 20%, rgba(255,255,255,0.88) 100%); } } diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index 5d38b7c..5f2e8a6 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -5,7 +5,7 @@
<% if Setting.ejabberd_enabled? %>
<%= link_to services_chat_path, class: "block h-full px-6 py-6 rounded-md" do %> @@ -18,7 +18,7 @@ <% end %> <% if Setting.mastodon_enabled? %>
<%= link_to services_mastodon_path, class: "block h-full px-6 py-6 rounded-md" do %>

Mastodon

@@ -30,7 +30,9 @@ <% end %> <% if Setting.email_enabled? && Flipper.enabled?(:email, current_user) %> -
+
<%= link_to services_email_path, class: "block h-full px-6 py-6 rounded-md" do %>

E-Mail

@@ -41,13 +43,13 @@ <% end %> <% if Setting.discourse_enabled? %>

<%= link_to "#{Setting.discourse_public_url}/session/sso?return_path=/", class: "block h-full px-6 py-6 rounded-md" do %>

Discourse

- Kosmos community forums and user support/help site + Community forums and support/help site

<% end %>
@@ -67,7 +69,9 @@ <% end %> <% if Setting.remotestorage_enabled? && Flipper.enabled?(:remotestorage, current_user) %> -
+
<%= link_to services_storage_path, class: "block h-full px-6 py-6 rounded-md" do %>

Storage

@@ -79,7 +83,7 @@ <% end %> <% if Setting.gitea_enabled? %>
<%= link_to Setting.gitea_public_url, class: "block h-full px-6 py-6 rounded-md" do %> @@ -92,7 +96,7 @@ <% end %> <% if Setting.droneci_enabled? %>
<%= link_to Setting.droneci_public_url, class: "block h-full px-6 py-6 rounded-md" do %> diff --git a/app/views/services/email/show.html.erb b/app/views/services/email/show.html.erb index ada7bba..39379e6 100644 --- a/app/views/services/email/show.html.erb +++ b/app/views/services/email/show.html.erb @@ -100,6 +100,14 @@ ["Website", "https://www.thunderbird.net"] ] ) %> + <%= render AppInfoComponent.new( + name: "Geary", + description: "Built around conversations, for the GNOME desktop", + icon_path: "/img/logos/icon_geary.png", + links: [ + ["Website", "https://wiki.gnome.org/Apps/Geary"] + ] + ) %>