Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Flip settings and radicle.xyz in the footer
Merged rudolfs opened 2 years ago

In the sidebar layout we also show settings on the left-hand-side of the screen.

check check-visual check-unit-test check-httpd-api-unit-test check-e2e check-build

👉 Preview
👉 Workflow runs
👉 Branch on GitHub

1 file changed +15 -15 acbad456 0b56f31d
modified src/App/Footer.svelte
@@ -40,6 +40,21 @@

<div class="footer">
  <div class="left">
+
    <Popover popoverPositionBottom="2rem" popoverPositionLeft="0">
+
      <IconButton slot="toggle" let:toggle on:click={toggle}>
+
        <IconSmall name="settings" />
+
        Settings
+
      </IconButton>
+

+
      <Settings slot="popover" />
+
    </Popover>
+
  </div>
+

+
  <div class="center">
+
    Press <KeyHint>?</KeyHint>
+
    for keyboard shortcuts
+
  </div>
+
  <div class="right">
    <a
      style:display="flex"
      style:align-items="center"
@@ -51,19 +66,4 @@
      <IconSmall name="arrow-box-up-right" />
    </a>
  </div>
-

-
  <div class="center">
-
    Press <KeyHint>?</KeyHint>
-
    for keyboard shortcuts
-
  </div>
-
  <div class="right">
-
    <Popover popoverPositionBottom="2rem" popoverPositionRight="0">
-
      <IconButton slot="toggle" let:toggle on:click={toggle}>
-
        <IconSmall name="settings" />
-
        Settings
-
      </IconButton>
-

-
      <Settings slot="popover" />
-
    </Popover>
-
  </div>
</div>