X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FSettings.vue;h=5d038865c380be2792ca081812f6da60cd137447;hb=96e9585a39ca3ccef59c701b3f7ac3809692ca73;hp=318689c47979b752f23e026f35aabb517df825bf;hpb=c66a829b3770122fe0ff2fb9db8def9635bbc334;p=vchess.git diff --git a/client/src/components/Settings.vue b/client/src/components/Settings.vue index 318689c4..5d038865 100644 --- a/client/src/components/Settings.vue +++ b/client/src/components/Settings.vue @@ -32,6 +32,10 @@ div option(value="0") {{ st.tr["None"] }} option(value="1") {{ st.tr["New game"] }} option(value="2") {{ st.tr["All"] }} + fieldset + .slidecontainer + input#myRange.slider(type="range" min="0" max="100" value="50" + @input="adjustBoard")