Fix bugs and such

pull/144/head
Henrique Dias 2017-07-18 09:06:19 +01:00
parent af8ea27dee
commit a70c3b4106
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
4 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,7 @@
:placeholder="input.placeholder"> :placeholder="input.placeholder">
<div> <div>
<input type="submit" class="ok" :value="prompt.ok"> <input type="submit" class="ok" :value="prompt.ok">
<button class="cancel" @click="$store.commit('closeHovers')">Cancel</button> <button class="cancel" @click.prevent="$store.commit('closeHovers')">Cancel</button>
</div> </div>
</form> </form>
</template> </template>

View File

@ -72,6 +72,7 @@
#listing.mosaic { #listing.mosaic {
padding-top: 1em; padding-top: 1em;
margin: 0 -0.5em;
} }
#listing.mosaic .item { #listing.mosaic .item {

View File

@ -2,3 +2,5 @@
rm -rf assets/dist rm -rf assets/dist
npm run build npm run build
rice embed-go rice embed-go
cd ./caddy/hugo
rice embed-go

View File

@ -143,14 +143,14 @@
}, },
icon: 'merge_type', icon: 'merge_type',
name: 'Hugo new' name: 'Hugo new'
}, }/*,
{ {
click: function (event, data, route) { click: function (event, data, route) {
console.log('evt') console.log('evt')
}, },
icon: 'remove_red_eye', icon: 'remove_red_eye',
name: 'Preview' name: 'Preview'
} }*/
], ],
prompts: [ prompts: [
{ {