Skip to content

Commit f80b186

Browse files
committed
Fix: datails layout, controller setup
1 parent 84cfe55 commit f80b186

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"libp2p": "^1.2.4",
3535
"mipd": "^0.0.7",
3636
"robonomics-interface": "^0.3.2",
37-
"robonomics-ui-vue": "^0.9.0",
37+
"robonomics-ui-vue": "^0.9.1",
3838
"uuid": "^9.0.1",
3939
"vue": "^3.4.15",
4040
"vue-router": "^4.2.5",

src/components/Header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</nav>
2323
</robo-section>
2424

25-
<robo-section>
25+
<!-- <robo-section>
2626
<nav class="nav-devices">
2727
<ul>
2828
<li>
@@ -51,7 +51,7 @@
5151
</li>
5252
</ul>
5353
</nav>
54-
</robo-section>
54+
</robo-section> -->
5555

5656
</template>
5757
</robo-layout-header>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7476,10 +7476,10 @@ robonomics-interface@^0.3.2:
74767476
cids "^1.1.9"
74777477
multihashing-async "^2.1.4"
74787478

7479-
robonomics-ui-vue@^0.9.0:
7480-
version "0.9.0"
7481-
resolved "https://registry.yarnpkg.com/robonomics-ui-vue/-/robonomics-ui-vue-0.9.0.tgz#f354e2adabbdd70e047d5b4d753820eb92242cb1"
7482-
integrity sha512-Kf71lyz4OALan8QJajfWu/lgHqbh+B2V9s97vhuM0ME8hXfuQkWOo9XgztwX5C8tt3rWyqlyGiiE3jN9a9gG7Q==
7479+
robonomics-ui-vue@^0.9.1:
7480+
version "0.9.1"
7481+
resolved "https://registry.yarnpkg.com/robonomics-ui-vue/-/robonomics-ui-vue-0.9.1.tgz#5eabe21ef00bbb2bf946641cc54668d2b9715f3f"
7482+
integrity sha512-Moz8sakDM4AHAQohIPcG0ahMAQCM+eUMaFmAfn5OC+qsbS20nWPlAH+yJG87mwbaMs32DbsGoI/cot5yEBwL8w==
74837483
dependencies:
74847484
date-fns "^4.1.0"
74857485
file-saver "^2.0.5"

0 commit comments

Comments
 (0)