From 4d9d250fd1964faf7c0db83e07531e4bee5d1c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 18 Oct 2023 16:12:44 +0200 Subject: [PATCH] Reorder sidebar --- lib/livebook_web/live/session_live.ex | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/livebook_web/live/session_live.ex b/lib/livebook_web/live/session_live.ex index 3e4bd76ed29..408dca17f4e 100644 --- a/lib/livebook_web/live/session_live.ex +++ b/lib/livebook_web/live/session_live.ex @@ -152,11 +152,6 @@ defmodule LivebookWeb.SessionLive do label="Sections (ss)" button_attrs={["data-el-sections-list-toggle": true]} /> - <.button_item - icon="group-fill" - label="Connected users (su)" - button_attrs={["data-el-clients-list-toggle": true]} - /> <.button_item icon="folder-open-fill" label="Files (sf)" @@ -181,11 +176,20 @@ defmodule LivebookWeb.SessionLive do ]} /> + <.button_item + icon="group-fill" + label="Connected users (su)" + button_attrs={["data-el-clients-list-toggle": true]} + /> + <.button_item icon="cpu-line" label="Runtime settings (sr)" button_attrs={["data-el-runtime-info-toggle": true]} /> + +
+ <.link_item icon="delete-bin-6-fill" label="Bin (sb)" @@ -194,8 +198,6 @@ defmodule LivebookWeb.SessionLive do link_attrs={["data-btn-show-bin": true]} /> -
- <.link_item icon="keyboard-box-fill" label="Keyboard shortcuts (?)"