Skip to content

Commit

Permalink
Reorder sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 18, 2023
1 parent dd8019a commit 4d9d250
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions lib/livebook_web/live/session_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -181,11 +176,20 @@ defmodule LivebookWeb.SessionLive do
]}
/>
</div>
<.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]}
/>
<div class="grow"></div>
<.link_item
icon="delete-bin-6-fill"
label="Bin (sb)"
Expand All @@ -194,8 +198,6 @@ defmodule LivebookWeb.SessionLive do
link_attrs={["data-btn-show-bin": true]}
/>
<div class="grow"></div>
<.link_item
icon="keyboard-box-fill"
label="Keyboard shortcuts (?)"
Expand Down

0 comments on commit 4d9d250

Please sign in to comment.