tuning ui and adding adaptive themeing to extension
This commit is contained in:
@@ -36,6 +36,7 @@ export const downloadsApi = {
|
||||
get: (id) => api.get(`/downloads/${id}`),
|
||||
retry: (id) => api.post(`/downloads/${id}/retry`),
|
||||
stats: (params = {}) => api.get('/downloads/stats', { params }),
|
||||
recentActivity: (params = {}) => api.get('/downloads/recent-activity', { params }),
|
||||
}
|
||||
|
||||
// Credentials API
|
||||
@@ -54,6 +55,7 @@ export const settingsApi = {
|
||||
updateGalleryDL: (config) => api.put('/settings/gallery-dl', { config }),
|
||||
getApiKey: () => api.get('/settings/api-key'),
|
||||
regenerateApiKey: () => api.post('/settings/api-key/regenerate'),
|
||||
getLogs: (params = {}) => api.get('/settings/logs', { params }),
|
||||
}
|
||||
|
||||
// Platforms API
|
||||
|
||||
Reference in New Issue
Block a user