adjust media styling, rm timeline text

This commit is contained in:
Lachlan Kermode
2019-01-17 14:30:15 +00:00
committed by Franc Camps-Febrer
parent dbc0b0b0f2
commit faf3ac576e
5 changed files with 68 additions and 43 deletions

View File

@@ -108,13 +108,15 @@ export function insetSourceFrom(allSources) {
* view that source modal by default
*/
export function injectSource(id) {
return state => ({
...state,
app: {
...state.app,
source: state.domain.sources[id]
return state => {
return {
...state,
app: {
...state.app,
source: state.domain.sources[id]
}
}
})
}
}
export function urlFromEnv(ext) {