mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
ui tweaks
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user