diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca3674b3e931dcc20828c017117e62c77dc7306..478d248732e7864e837c8e473d4334cdbfb40169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.1.21 + +_26th August 2020_ + +### Changed + +- Minor tweaks to order for of onboarding + +### Added + +- version 1 of connections you can now connect nodes, drawn using PixiJS + # 0.1.20 _14th July 2020_ diff --git a/app/package.json b/app/package.json index 9cb069b0328cc9ef48dd2012e78785f63424dc2b..7f19014b77ba230a59d0ef3ac6f9baa73f5abf1b 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "nodenogg.in", - "version": "0.1.20", + "version": "0.1.21", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/app/src/components/OnBoard.vue b/app/src/components/OnBoard.vue index d860dfcdc1c3c26409fcb37159cb0bdb71729a50..fbc40b8142be9a32b429c257977dfa76aa5ac1d7 100644 --- a/app/src/components/OnBoard.vue +++ b/app/src/components/OnBoard.vue @@ -4,8 +4,8 @@ class="innernode" :w="300" :h="335" - :x="560" - :y="50" + :x="5" + :y="15" :z="1" :draggable="true" style="background-color: #6fcf97;" @@ -41,10 +41,10 @@ <vue-draggable-resizable class="innernode" - :w="300" + :w="310" :h="375" - :x="1100" - :y="50" + :x="1050" + :y="15" :z="1" :draggable="true" style="background-color: #6fcf97;" @@ -92,9 +92,9 @@ export default { localmicrocosm: Router.currentRoute.params.microcosm, clientid: '', nodetext: - '## 3. What shall we call you ? 💥 \n First we need to connect this device to your ideas. This name is what allows you to create and edit your nodes and can be anything you like and this name is always anonymous.', + '## What shall we call you ? 👩â€ðŸš€ \n First we need to connect this device to your ideas. This name is what allows you to create and edit your nodes and can be anything you like and this name is always anonymous.', nodetext2: - '## 5. Start those engines ! 🎠\n Now you can create your own microcosm to store your ideas and ask people to join you, either just tell them the name of the microcosm or share the alpha.nodenogg.in URL and add the ending; </br><em><b>/microcosm/nameofyourmicrocosm</b></em>', + '## Join/Start a microcosm ! 🚀 \n Now you can create your own microcosm to store your ideas and ask people to join you, either just tell them the name of the microcosm or share the alpha.nodenogg.in URL and add the ending; </br><em><b>/microcosm/nameofyourmicrocosm</b></em>', name: false, microcosm: false, // partc: false,