add cover with toggle

This commit is contained in:
Lachlan Kermode
2019-02-07 12:04:47 +00:00
parent 4badf11999
commit ed9af1cbf6
10 changed files with 85 additions and 60 deletions

View File

@@ -291,6 +291,13 @@ export function markNotificationsRead () {
}
}
export const TOGGLE_COVER = 'TOGGLE_COVER'
export function toggleCover () {
return {
type: TOGGLE_COVER
}
}
// ERRORS
export const FETCH_SOURCE_ERROR = 'FETCH_SOURCE_ERROR'