Skip to content
Snippets Groups Projects
Commit c1d2db64 authored by Adam Procter's avatar Adam Procter
Browse files

new connections & updated onboarding

connections v1 working and updated onboarding
parent c99fb8dd
Branches connect
No related tags found
No related merge requests found
# 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 # 0.1.20
_14th July 2020_ _14th July 2020_
......
{ {
"name": "nodenogg.in", "name": "nodenogg.in",
"version": "0.1.20", "version": "0.1.21",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
class="innernode" class="innernode"
:w="300" :w="300"
:h="335" :h="335"
:x="560" :x="5"
:y="50" :y="15"
:z="1" :z="1"
:draggable="true" :draggable="true"
style="background-color: #6fcf97;" style="background-color: #6fcf97;"
...@@ -41,10 +41,10 @@ ...@@ -41,10 +41,10 @@
<vue-draggable-resizable <vue-draggable-resizable
class="innernode" class="innernode"
:w="300" :w="310"
:h="375" :h="375"
:x="1100" :x="1050"
:y="50" :y="15"
:z="1" :z="1"
:draggable="true" :draggable="true"
style="background-color: #6fcf97;" style="background-color: #6fcf97;"
...@@ -92,9 +92,9 @@ export default { ...@@ -92,9 +92,9 @@ export default {
localmicrocosm: Router.currentRoute.params.microcosm, localmicrocosm: Router.currentRoute.params.microcosm,
clientid: '', clientid: '',
nodetext: 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: 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, name: false,
microcosm: false, microcosm: false,
// partc: false, // partc: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment