show unread/starred count
This commit is contained in:
parent
ffd2deb5d8
commit
76a08df741
5 changed files with 81 additions and 5 deletions
|
|
@ -74,6 +74,9 @@
|
|||
return api('put', '/api/settings', data)
|
||||
},
|
||||
},
|
||||
status: function() {
|
||||
return api('get', '/api/status').then(json)
|
||||
},
|
||||
upload_opml: function(form) {
|
||||
return fetch('/opml/import', {
|
||||
method: 'post',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue