|
@@ -31,6 +31,7 @@
|
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/home)]
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/home)]
|
|
|
:interactive true
|
|
:interactive true
|
|
|
:position "left"
|
|
:position "left"
|
|
|
|
|
+ :theme "monospace"
|
|
|
:arrow true}
|
|
:arrow true}
|
|
|
[:a.button
|
|
[:a.button
|
|
|
{:href (rfe/href :home)
|
|
{:href (rfe/href :home)
|
|
@@ -65,6 +66,7 @@
|
|
|
(ui/tippy
|
|
(ui/tippy
|
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :ui/toggle-left-sidebar)]
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :ui/toggle-left-sidebar)]
|
|
|
:position "bottom"
|
|
:position "bottom"
|
|
|
|
|
+ :theme "monospace"
|
|
|
:interactive true
|
|
:interactive true
|
|
|
:arrow true}
|
|
:arrow true}
|
|
|
|
|
|
|
@@ -134,6 +136,7 @@
|
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/backward)]
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/backward)]
|
|
|
:interactive true
|
|
:interactive true
|
|
|
:position "bottom"
|
|
:position "bottom"
|
|
|
|
|
+ :theme "monospace"
|
|
|
:arrow true}
|
|
:arrow true}
|
|
|
[:a.it.navigation.nav-left.button
|
|
[:a.it.navigation.nav-left.button
|
|
|
{:title "Go back" :on-click #(js/window.history.back)}
|
|
{:title "Go back" :on-click #(js/window.history.back)}
|
|
@@ -143,6 +146,7 @@
|
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/forward)]
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/forward)]
|
|
|
:interactive true
|
|
:interactive true
|
|
|
:position "bottom"
|
|
:position "bottom"
|
|
|
|
|
+ :theme "monospace"
|
|
|
:arrow true}
|
|
:arrow true}
|
|
|
[:a.it.navigation.nav-right.button
|
|
[:a.it.navigation.nav-right.button
|
|
|
{:title "Go forward" :on-click #(js/window.history.forward)}
|
|
{:title "Go forward" :on-click #(js/window.history.forward)}
|
|
@@ -201,6 +205,7 @@
|
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/search)]
|
|
{:html [:div.text-sm.font-medium (ui/keyboard-shortcut-from-config :go/search)]
|
|
|
:interactive true
|
|
:interactive true
|
|
|
:position "right"
|
|
:position "right"
|
|
|
|
|
+ :theme "monospace"
|
|
|
:arrow true}
|
|
:arrow true}
|
|
|
[:a.button#search-button
|
|
[:a.button#search-button
|
|
|
{:on-click #(state/pub-event! [:go/search])}
|
|
{:on-click #(state/pub-event! [:go/search])}
|