Fix bugs and such
Former-commit-id: d417ce53c631d7cc0f48fef57457f9e6b047bf72 [formerly 468200ae5d76f89ad7cd3f591318ca5db80e30cd] [formerly 6f72a7698b8cbc08271a02920fef8db4e3715a4f [formerly a70c3b4106
]]
Former-commit-id: 157ae87bae0808109fca2c293b04396a1fb8ea16 [formerly a8a8393eaf59abb16bb858c6467650b0b70724f2]
Former-commit-id: 01645a195e1373cf310f8e0bf281b3a7107adb69
pull/726/head
parent
9bfb1dbc49
commit
f65013b68e
|
@ -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>
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
|
|
||||||
#listing.mosaic {
|
#listing.mosaic {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
|
margin: 0 -0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#listing.mosaic .item {
|
#listing.mosaic .item {
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -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
|
||||||
|
|
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue