Initial bot page stylings

This commit is contained in:
Snazzah
2021-08-30 16:18:42 +00:00
committed by GitHub
parent 3628aeffdd
commit 86027f7b3d
5 changed files with 194 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ export type Screen =
| { id: "signed_out" }
| { id: "error"; error: string }
| { id: "clipboard"; text: string }
| { id: "token_reveal"; token: string; username: string }
| { id: "external_link_prompt"; link: string }
| {
id: "_prompt";