* Search bar only appears in header menu on mobile
* Added tooltip to logout button * Tags follow archived, inbox, main note fast filters
This commit is contained in:
@@ -44,7 +44,7 @@ router.post('/get', function (req, res) {
|
||||
|
||||
//Get all the tags for this user in order of usage
|
||||
router.post('/usertags', function (req, res) {
|
||||
Tags.userTags(userId)
|
||||
Tags.userTags(userId, req.body.searchQuery, req.body.searchTags, req.body.fastFilters)
|
||||
.then( data => res.send(data) )
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user