map and cards clickable

This commit is contained in:
Sol
2020-07-14 19:38:28 +01:00
committed by Lachlan Kermode
parent c8768f643b
commit 31bdbd0313
6 changed files with 70 additions and 9 deletions

View File

@@ -260,6 +260,14 @@ export function decrementNarrativeCurrent () {
}
}
export const SELECT_NARRATIVE_EVENT = 'SELECT_NARRATIVE_EVENT'
export function selectNarrativeEvent (idx) {
return {
type: SELECT_NARRATIVE_EVENT,
idx
}
}
export const UPDATE_SOURCE = 'UPDATE_SOURCE'
export function updateSource (source) {
return {