mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Fixes sept 1 (#9016)
* Added avatars to inbox * Added ordering of inbox messages * Fixed blurb not converting to string * Added message to member modal * Added quest invites * Moved filters to server
This commit is contained in:
@@ -142,10 +142,12 @@ export default {
|
||||
this.emitFilters();
|
||||
},
|
||||
searchTerm: throttle(function searchTerm (newSearch) {
|
||||
if (newSearch.length <= 1) return; // @TODO: eh, should we limit based on length?
|
||||
|
||||
this.$emit('search', {
|
||||
searchTerm: newSearch,
|
||||
});
|
||||
}, 250),
|
||||
}, 1000),
|
||||
},
|
||||
methods: {
|
||||
emitFilters () {
|
||||
|
||||
Reference in New Issue
Block a user