mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
sync: full redux retrofit done
This commit is contained in:
parent
cfc623b228
commit
f5220aa6dc
14 changed files with 206 additions and 122 deletions
|
@ -7,6 +7,10 @@ export const fetchServers = async dispatch => {
|
|||
type: Symbol.for('update servers'),
|
||||
data: rsp.body
|
||||
})
|
||||
|
||||
dispatch({
|
||||
type: Symbol.for('app ready')
|
||||
})
|
||||
}
|
||||
|
||||
export const userInit = async dispatch => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue