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

Merge branch 'nodeLook'

parents 018d8c61 715a3bb4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
# 0.1.18
_2nd July 2020_
### Changes
- Tweaked onboarding wording.
- Edited some button text.
- Edited CSS a little for text boxes.
- Hide connection mode button for now.
### Fixed
- Offline mode reloads correctly when you are back online.
- Move mode showed wrong styling.
# 0.1.17 # 0.1.17
_25th June 2020_ _25th June 2020_
......
{ {
"name": "nodenogg.in", "name": "nodenogg.in",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
......
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
<h1>IPFS View</h1> <h1>IPFS View</h1>
<h3>Testing Only</h3> <h3>Testing Only</h3>
<h1>{{ status }}</h1> <h1>{{ status }}</h1>
<!-- <h2>ID: {{ id }}</h2> --> <h2>ID: {{ id }}</h2>
<!-- <h2>Agent version: {{ agentVersion }}</h2> --> <h2>Agent version: {{ agentVersion }}</h2>
<!-- <h3>Files : {{ fileContents }}</h3> --> <!-- <h3>Files : {{ fileContents }}</h3> -->
<!-- <h3>Path: {{ path }}</h3> --> <!-- <h3>Path: {{ path }}</h3>
<div v-if="path == 'ready'"></div> <div v-if="path == 'ready'"></div>
<div v-else> <div v-else>
<img :src="'https://ipfs.io/ipfs/' + path" /> <img :src="'https://ipfs.io/ipfs/' + path" />
</div> </div>
<!-- <img :src="'data:image/jpg;base64,' + output" /> --> <img :src="'data:image/jpg;base64,' + output" /> -->
<form> <form>
<input <input
...@@ -47,8 +47,8 @@ export default { ...@@ -47,8 +47,8 @@ export default {
data: function () { data: function () {
return { return {
status: 'Connecting to IPFS...', status: 'Connecting to IPFS...',
// id: '', id: '',
// agentVersion: '', agentVersion: '',
selectedFile: null, selectedFile: null,
fileContents: this.fileContents, fileContents: this.fileContents,
output: output, output: output,
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
></p> ></p>
</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"> <p class="allemoji" v-if="nodeid == emojis.node_id">
...@@ -46,8 +46,7 @@ ...@@ -46,8 +46,7 @@
</p> </p>
</div> </div>
<p class="info">*markdown supported</p> <p class="info">*markdown supported &amp; autosaves</p>
<p class="info">*autosaves</p>
<div class="btn-row"> <div class="btn-row">
<BaseButton buttonClass="danger" @click="deleteFlag()" <BaseButton buttonClass="danger" @click="deleteFlag()"
>Delete</BaseButton >Delete</BaseButton
...@@ -117,7 +116,7 @@ ...@@ -117,7 +116,7 @@
></p> ></p>
</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"> <p class="allemoji" v-if="nodeid == emojis.node_id">
...@@ -125,8 +124,7 @@ ...@@ -125,8 +124,7 @@
</p> </p>
</div> </div>
<p class="info">*markdown supported</p> <p class="info">*markdown supported &amp; autosaves</p>
<p class="info">*autosaves</p>
<div class="btn-row"> <div class="btn-row">
<BaseButton buttonClass="danger" @click="deleteFlag()" <BaseButton buttonClass="danger" @click="deleteFlag()"
>Delete</BaseButton >Delete</BaseButton
...@@ -325,6 +323,7 @@ export default { ...@@ -325,6 +323,7 @@ export default {
.info { .info {
font-size: 0.8em; font-size: 0.8em;
display: inline;
} }
textarea { textarea {
...@@ -335,7 +334,10 @@ textarea { ...@@ -335,7 +334,10 @@ textarea {
font-family: 'Inter var', Helvetica, sans-serif; font-family: 'Inter var', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
outline: #cab6ff; border: none;
outline: none;
background-color: rgb(187, 227, 255);
scrollbar-color: yellow rgb(187, 227, 255);
} }
.btn-row { .btn-row {
...@@ -351,6 +353,7 @@ textarea { ...@@ -351,6 +353,7 @@ textarea {
.allemoji { .allemoji {
font-size: 2em; font-size: 2em;
/* float: left; */
} }
img { img {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<p class="read" :id="nodeid" :inner-html.prop="nodetext | marked"> <p class="read" :id="nodeid" :inner-html.prop="nodetext | marked">
{{ nodeid }} {{ nodeid }}
</p> </p>
<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"> <p class="allemoji" v-if="nodeid == emojis.node_id">
{{ emojis.emoji_text }} {{ emojis.emoji_text }}
...@@ -117,14 +117,14 @@ ...@@ -117,14 +117,14 @@
<p class="read" :id="nodeid" :inner-html.prop="nodetext | marked"> <p class="read" :id="nodeid" :inner-html.prop="nodetext | marked">
{{ nodeid }} {{ nodeid }}
</p> </p>
<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"> <p class="allemoji" v-if="nodeid == emojis.node_id">
{{ emojis.emoji_text }} {{ emojis.emoji_text }}
</p> </p>
</div> </div>
<div class="react" v-if="nodeid != undefined"> <div class="react" v-if="nodeid != undefined">
<h2>React</h2> <!-- <h2>React</h2> -->
<div class="eeee"> <div class="eeee">
<input :value="nodeid" name="id" readonly hidden /> <input :value="nodeid" name="id" readonly hidden />
<input <input
...@@ -340,6 +340,7 @@ input { ...@@ -340,6 +340,7 @@ input {
.allemoji { .allemoji {
font-size: 2em; font-size: 2em;
/* float: left; */
} }
h3 { h3 {
...@@ -357,20 +358,26 @@ h3 { ...@@ -357,20 +358,26 @@ h3 {
right: 0.5rem; right: 0.5rem;
width: 1.5rem; width: 1.5rem;
height: 1.5rem; height: 1.5rem;
/* transform: scale(1.6); */
margin: 0em 0em 1em 0em; margin: 0em 0em 1em 0em;
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
transition: all 0.2s; transition: all 0.2s;
} }
.emoji-invoker:hover { .emoji-invoker:hover > svg {
transform: scale(1.1); fill: #84949b;
/* transform: scale(1.5); */
} }
.emoji-invoker > svg { .emoji-invoker > svg {
fill: #b1c6d0; fill: #b1c6d0;
margin-top: -15px;
margin-left: 0.2em;
transform: scale(1.5);
} }
.emoji-picker { .emoji-picker {
transform: scale(1.2);
z-index: 1; z-index: 1;
font-family: Montserrat; font-family: Montserrat;
border: 1px solid #ccc; border: 1px solid #ccc;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</template> </template>
<script> <script>
var serverUrl = 'http://nodenogg.in' var serverUrl = 'https://nodenogg.in'
import { mapState, mapGetters } from 'vuex' import { mapState, mapGetters } from 'vuex'
import * as allModes from '@/experimental/modes' import * as allModes from '@/experimental/modes'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment