Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add orgs v1 deprecation notice
Alexis Sellier committed 4 years ago
commit 88cc74dc022c003ac2d5706afee40dab957d0f3a
parent 7bafe1c1d5a5a791906dee875e28271f3589650a
2 files changed +14 -0
modified public/index.css
@@ -395,6 +395,15 @@ span.small, .text-xsmall {
	font-size: 1.5rem;
}

+
.notice {
+
	font-size: 0.875rem;
+
	border-radius: 0.25rem;
+
	color: var(--color-yellow);
+
	background-color: var(--color-yellow-background);
+
	padding: 1rem;
+
	margin-bottom: 1rem;
+
}
+

button.error:hover {
	background-color: var(--color-negative);
}
modified src/base/orgs/Create.svelte
@@ -160,6 +160,11 @@
    <span slot="body">
      {#if state === State.Idle}
        <div class="configuration">
+
          <div class="notice">
+
            <strong>Notice:</strong> Orgs V1 are being deprecated. It is recommended
+
            not to create new orgs at this point.
+
          </div>
+

          <div class="governance">
            <Options name="governance" disabled={state !== State.Idle}
                     selected="{governance}" options={orgTypes}