ui tweaks

This commit is contained in:
Nazar Kanaev
2020-07-31 21:03:52 +01:00
parent cd6d75a076
commit eaadafafb4
2 changed files with 15 additions and 11 deletions

View File

@@ -223,6 +223,12 @@ var vm = new Vue({
},
},
watch: {
'settings': {
deep: true,
handler: function(newVal) {
document.body.classList.value = 'theme-' + newVal.theme
},
},
'feedStats': {
deep: true,
handler: debounce(function() {