We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65429b commit d477c16Copy full SHA for d477c16
1 file changed
src/views/activity/Activity.vue
@@ -219,12 +219,21 @@ export default {
219
},
220
221
watch: {
222
+ host: function () {
223
+ this.refresh();
224
+ },
225
timeperiod: function () {
226
this.refresh();
227
228
filterCategory: function () {
229
230
231
+ filterAFK: function () {
232
233
234
+ includeAudible: function () {
235
236
237
238
239
mounted: async function () {
0 commit comments