mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:19:31 +02:00
Import trust source
This commit is contained in:
parent
ad7e6a97e5
commit
1bee3a4675
14 changed files with 872 additions and 429 deletions
|
@ -282,6 +282,7 @@ export default {
|
|||
'search.tokens': {
|
||||
handler (newValue) {
|
||||
this.search.query = compileTokens(newValue)
|
||||
this.page = 1
|
||||
this.fetchData()
|
||||
},
|
||||
deep: true
|
||||
|
@ -290,6 +291,9 @@ export default {
|
|||
this.page = 1
|
||||
this.fetchData()
|
||||
},
|
||||
page: function () {
|
||||
this.fetchData()
|
||||
},
|
||||
ordering: function () {
|
||||
this.page = 1
|
||||
this.fetchData()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue