+ You need {TOKEN_POST_COST_REP} REP to stake and {TOKEN_POST_COST_GO} GO to submit a post.
+
+
+
+
+
+
+
+
+
+
+
+
+ {:else}
+
+
+
+
+
+
+
This will stake {TOKEN_POST_COST_REP} REP and use {TOKEN_POST_COST_GO} GO
+
+ Your post will be submitted to a community vote, and will be published if the majority
+ votes to promote it. If promoted, you will earn {TOKEN_POST_COST_REP} REP. If demoted, you
+ will lose your staked REP.
+
+
+
+
+
+
+
+
+
+
+
+ {/if}
+{:else if state === 'edit'}
+
+{:else}
+
+
+
+
+
+
Your post is now pending review
+
+ Your post has been added to "Persona name's" pending list for community review. If it gets
+ promoted it will be automatically published to "Persona name's" page when the new epoch
+ begins.
+
+
+
+
+
+ history.back()} />
+
+
+{/if}
+
+
diff --git a/packages/ui/src/routes/persona/draft/[id]/+page.svelte b/packages/ui/src/routes/persona/draft/[id]/+page.svelte
index d7e1b24..87eda48 100644
--- a/packages/ui/src/routes/persona/draft/[id]/+page.svelte
+++ b/packages/ui/src/routes/persona/draft/[id]/+page.svelte
@@ -23,6 +23,7 @@
import { personas } from '$lib/stores/persona'
import { tokens } from '$lib/stores/tokens'
import { page } from '$app/stores'
+ import TokenInfo from '$lib/components/token-info.svelte'
const PERSONA_LIMIT = 5
const TOKEN_POST_COST = 10
@@ -155,15 +156,12 @@
This Persona will be live, and everyone will be able to post with it.
-
-
Currently available
-
- {$tokens.go}
-
-
GO
-
Until new cycle begins
-
-
+
{:else}
@@ -175,15 +173,13 @@
You need {TOKEN_POST_COST} GO to publish a Persona.