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

lint and build

parent bb98e068
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ export default { ...@@ -17,7 +17,6 @@ export default {
} }
</script> </script>
<style lang="css" scoped> <style lang="css" scoped>
button { button {
font-size: 1em; font-size: 1em;
......
<template> <template>
<div class="controls"> <div class="controls">
<div class="btn-row"> <div class="btn-row">
<BaseButton buttonClass="action" @click="addNode()">Create Node</BaseButton> <BaseButton buttonClass="action" @click="addNode()"
<BaseButton buttonClass="action" @click="removeLocal()">Join another microcosm</BaseButton> >Create Node</BaseButton
>
<BaseButton buttonClass="action" @click="removeLocal()"
>Join another microcosm</BaseButton
>
<!-- <BaseButton @click="exportStorage()">Export my contributions</BaseButton> <!-- <BaseButton @click="exportStorage()">Export my contributions</BaseButton>
<BaseButton buttonClass="danger" v-on:click="deleteClient"> <BaseButton buttonClass="danger" v-on:click="deleteClient">
Delete my contributions (inc. attachments) permanently Delete my contributions (inc. attachments) permanently
......
...@@ -29,11 +29,15 @@ ...@@ -29,11 +29,15 @@
</div> </div>
<h3>Reactions</h3> <h3>Reactions</h3>
<div v-for="(emojis, index) in configEmoji" :key="index"> <div v-for="(emojis, index) in configEmoji" :key="index">
<p class="allemoji" v-if="nodeid == emojis.node_id">{{ emojis.emoji_text }}</p> <p class="allemoji" v-if="nodeid == emojis.node_id">
{{ emojis.emoji_text }}
</p>
</div> </div>
<p>markdown supported</p> <p>markdown supported</p>
<BaseButton buttonClass="danger" @click="deleteFlag()">Delete</BaseButton> <BaseButton buttonClass="danger" @click="deleteFlag()"
>Delete</BaseButton
>
</form> </form>
</vue-draggable-resizable> </vue-draggable-resizable>
</div> </div>
......
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
nodenogg.in is a nodenogg.in is a
<span>work in progress</span> collaborative co-creation research and <span>work in progress</span> collaborative co-creation research and
design thinking tool, read more details and links in the design thinking tool, read more details and links in the
<a <a href="/#/about">about</a> section.
href="/#/about"
>about</a> section.
</p> </p>
<form v-show="parta"> <form v-show="parta">
...@@ -27,7 +25,9 @@ ...@@ -27,7 +25,9 @@
autocapitalize="none" autocapitalize="none"
autofocus autofocus
/> />
<BaseButton buttonClass="onboard" @click="createMicrocosm(), setFocus()">+</BaseButton> <BaseButton buttonClass="onboard" @click="createMicrocosm(), setFocus()"
>+</BaseButton
>
</form> </form>
<form v-show="partb"> <form v-show="partb">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment