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 {
}
</script>
<style lang="css" scoped>
button {
font-size: 1em;
......@@ -57,4 +56,4 @@ button.action {
button:active {
background-color: #cab6ff;
}
</style>
\ No newline at end of file
</style>
<template>
<div class="controls">
<div class="btn-row">
<BaseButton buttonClass="action" @click="addNode()">Create Node</BaseButton>
<BaseButton buttonClass="action" @click="removeLocal()">Join another microcosm</BaseButton>
<BaseButton buttonClass="action" @click="addNode()"
>Create Node</BaseButton
>
<BaseButton buttonClass="action" @click="removeLocal()"
>Join another microcosm</BaseButton
>
<!-- <BaseButton @click="exportStorage()">Export my contributions</BaseButton>
<BaseButton buttonClass="danger" v-on:click="deleteClient">
Delete my contributions (inc. attachments) permanently
......
......@@ -29,11 +29,15 @@
</div>
<h3>Reactions</h3>
<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>
<p>markdown supported</p>
<BaseButton buttonClass="danger" @click="deleteFlag()">Delete</BaseButton>
<BaseButton buttonClass="danger" @click="deleteFlag()"
>Delete</BaseButton
>
</form>
</vue-draggable-resizable>
</div>
......
......@@ -4,9 +4,7 @@
nodenogg.in is a
<span>work in progress</span> collaborative co-creation research and
design thinking tool, read more details and links in the
<a
href="/#/about"
>about</a> section.
<a href="/#/about">about</a> section.
</p>
<form v-show="parta">
......@@ -27,7 +25,9 @@
autocapitalize="none"
autofocus
/>
<BaseButton buttonClass="onboard" @click="createMicrocosm(), setFocus()">+</BaseButton>
<BaseButton buttonClass="onboard" @click="createMicrocosm(), setFocus()"
>+</BaseButton
>
</form>
<form v-show="partb">
......
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