change edit to update and add map and message
This commit is contained in:
parent
7a465dc2fb
commit
1b2f7717ef
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
export const OPEN_CHAT = 'OPEN_CHAT'
|
export const OPEN_CHAT = 'OPEN_CHAT'
|
||||||
export const CLOSE_CHAT = 'CLOSE_CHAT'
|
export const CLOSE_CHAT = 'CLOSE_CHAT'
|
||||||
|
export const CREATE_MESSAGE = 'CREATE_MESSAGE'
|
||||||
|
|
||||||
export const OPEN_NOTIFICATIONS = 'OPEN_NOTIFICATIONS'
|
export const OPEN_NOTIFICATIONS = 'OPEN_NOTIFICATIONS'
|
||||||
export const CLOSE_NOTIFICATIONS = 'CLOSE_NOTIFICATIONS'
|
export const CLOSE_NOTIFICATIONS = 'CLOSE_NOTIFICATIONS'
|
||||||
|
@ -20,10 +21,12 @@ export const UNPIN_CREATE_TOPIC = 'UNPIN_CREATE_TOPIC'
|
||||||
export const OPEN_CREATE_TOPIC = 'OPEN_CREATE_TOPIC'
|
export const OPEN_CREATE_TOPIC = 'OPEN_CREATE_TOPIC'
|
||||||
export const CLOSE_CREATE_TOPIC = 'CLOSE_CREATE_TOPIC'
|
export const CLOSE_CREATE_TOPIC = 'CLOSE_CREATE_TOPIC'
|
||||||
export const CREATE_TOPIC = 'CREATE_TOPIC'
|
export const CREATE_TOPIC = 'CREATE_TOPIC'
|
||||||
|
export const UPDATE_TOPIC = 'UPDATE_TOPIC'
|
||||||
|
|
||||||
export const OPEN_CREATE_SYNAPSE = 'OPEN_CREATE_SYNAPSE'
|
export const OPEN_CREATE_SYNAPSE = 'OPEN_CREATE_SYNAPSE'
|
||||||
export const CLOSE_CREATE_SYNAPSE = 'CLOSE_CREATE_SYNAPSE'
|
export const CLOSE_CREATE_SYNAPSE = 'CLOSE_CREATE_SYNAPSE'
|
||||||
export const CREATE_SYNAPSE = 'CREATE_SYNAPSE'
|
export const CREATE_SYNAPSE = 'CREATE_SYNAPSE'
|
||||||
|
export const UPDATE_SYNAPSE = 'UPDATE_SYNAPSE'
|
||||||
|
|
||||||
export const UPDATE_METACODE_SET = 'UPDATE_METACODE_SET'
|
export const UPDATE_METACODE_SET = 'UPDATE_METACODE_SET'
|
||||||
export const MAKE_SELECTION = 'MAKE_SELECTION'
|
export const MAKE_SELECTION = 'MAKE_SELECTION'
|
||||||
|
@ -45,6 +48,7 @@ export const SELECT_METACODE_SET = 'SELECT_METACODE_SET'
|
||||||
|
|
||||||
export const OPEN_MAP_INFO_BOX = 'OPEN_MAP_INFO_BOX'
|
export const OPEN_MAP_INFO_BOX = 'OPEN_MAP_INFO_BOX'
|
||||||
export const CLOSE_MAP_INFO_BOX = 'CLOSE_MAP_INFO_BOX'
|
export const CLOSE_MAP_INFO_BOX = 'CLOSE_MAP_INFO_BOX'
|
||||||
|
export const UPDATE_MAP = 'UPDATE_MAP'
|
||||||
|
|
||||||
export const OPEN_HELP = 'OPEN_HELP'
|
export const OPEN_HELP = 'OPEN_HELP'
|
||||||
export const CLOSE_HELP = 'CLOSE_HELP'
|
export const CLOSE_HELP = 'CLOSE_HELP'
|
||||||
|
|
Loading…
Add table
Reference in a new issue