From 580f1af73fdd3ab8f22f9f32dfbeb9244f7c50f2 Mon Sep 17 00:00:00 2001 From: tash-2s <81064017+tash-2s@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:14:57 +0900 Subject: [PATCH 1/3] front: Remove noindex, add meta description to html --- front/src/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/front/src/index.html b/front/src/index.html index 3e739226..bf4af9b5 100644 --- a/front/src/index.html +++ b/front/src/index.html @@ -3,12 +3,15 @@ - Open Emoji Battler + From 8f5f0bd7cb21eb04330c7009ea7fc9a69df93076 Mon Sep 17 00:00:00 2001 From: tash-2s <81064017+tash-2s@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:15:28 +0900 Subject: [PATCH 2/3] Update project description --- README.md | 3 ++- front/src/components/pages/Top/index.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8248c5e3..4c02a2c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Open Emoji Battler -Open Emoji Battler is an open-source indie blockchain game, led by the community, working on-chain. +Open Emoji Battler is an open-source indie blockchain game, led by the community, running on-chain. - [Website](https://game.open-emoji-battler.community/) - [Forum](https://forum.open-emoji-battler.community/) @@ -13,6 +13,7 @@ Open Emoji Battler is an open-source indie blockchain game, led by the community - The game system is coded in Rust, built into Wasm, and used in both blockchain and web frontend - Smooth transactions - Feeless, using per-tx PoW (experimental) + - Web Workers - Implicit tx with temporary session accounts - The frontend is a SPA and uses Web Animations API to show battles diff --git a/front/src/components/pages/Top/index.tsx b/front/src/components/pages/Top/index.tsx index c72f73f8..419c48f7 100644 --- a/front/src/components/pages/Top/index.tsx +++ b/front/src/components/pages/Top/index.tsx @@ -15,7 +15,7 @@ export function Top() { Open Emoji Battler {" "} - is an open-source indie blockchain game, led by the community, working on-chain. + is an open-source indie blockchain game, led by the community, running on-chain. From 0fe7673f38de03fa45c6ef474cc6af23a5ef56c2 Mon Sep 17 00:00:00 2001 From: tash-2s <81064017+tash-2s@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:23:51 +0900 Subject: [PATCH 3/3] front: Do not expose the word "production", it is confusing --- front/src/components/pages/Dev.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/pages/Dev.tsx b/front/src/components/pages/Dev.tsx index 1a5b997a..3f2fc8dd 100644 --- a/front/src/components/pages/Dev.tsx +++ b/front/src/components/pages/Dev.tsx @@ -67,7 +67,7 @@ function Endpoint() { {" "} {" / "} - + {" / "}