Add global state and right click menu using redux

This commit is contained in:
Joey Payne 2016-02-19 12:48:47 -07:00
commit 54d64cc124
10 changed files with 190 additions and 81 deletions

3
app/constants/index.jsx Normal file
View file

@ -0,0 +1,3 @@
export const UPDATE_CONTEXT_MENU = "UPDATE_CONTEXT_MENU"
export const OPEN_CONTEXT_MENU = "OPEN_CONTEXT_MENU"
export const CLOSE_CONTEXT_MENU = "CLOSE_CONTEXT_MENU"