From d4da65e1e804e179ea249a469dda947abb819eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Tue, 18 Nov 2025 10:20:25 -0300 Subject: [PATCH] Improve design of 'no apps running' --- lib/livebook_web/live/apps_live.ex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/livebook_web/live/apps_live.ex b/lib/livebook_web/live/apps_live.ex index 3431acc81..9746a8b1a 100644 --- a/lib/livebook_web/live/apps_live.ex +++ b/lib/livebook_web/live/apps_live.ex @@ -146,25 +146,25 @@ defmodule LivebookWeb.AppsLive do <% else %> -
+
- <.remix_icon icon="windy-line" class="text-gray-400 text-5xl mb-4" /> + <.remix_icon icon="windy-line" class="text-gray-300 text-5xl mb-4" />

No apps found

-

+

Follow these steps to list your apps here:

-
+
  1. - + 1 Open a notebook
  2. - + 2
    @@ -173,19 +173,19 @@ defmodule LivebookWeb.AppsLive do
  3. - + 3
    Save the notebook to the - + {Livebook.Config.apps_path()} folder
  4. - + 4 Relaunch your Livebook app @@ -194,7 +194,7 @@ defmodule LivebookWeb.AppsLive do
- <.remix_icon icon="windy-line" class="text-gray-400 text-5xl mb-4" /> + <.remix_icon icon="windy-line" class="text-gray-300 text-5xl mb-4" />

No apps running