-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
216 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
export const GET_ALL_JACKPOTS_SUCCESS = 'get_all_jackpots_success'; | ||
export const GET_ALL_JACKPOTS_FAIL = 'get_all_jackpots_fail'; | ||
|
||
export const GET_JACKPOTS_TODAY = 'get_jackpots_today'; | ||
|
||
export const GET_JACKPOTS_YESTERDAY = 'get_jackpots_yesterday'; | ||
export const GET_JACKPOTS_TODAY_SUCCESS = 'get_jackpots_today_success'; | ||
export const GET_JACKPOTS_TODAY_FAIL = 'get_jackpots_today_fail'; | ||
|
||
export const GET_ALL_JACKPOTS_FAIL = 'get_all_jackpots_fail'; | ||
|
||
export const ADD_JACKPOT_SUCCESS = 'add_jackpot_success'; | ||
export const GET_JACKPOTS_YESTERDAY_SUCCESS = 'get_jackpots_yesterday_success'; | ||
export const GET_JACKPOTS_YESTERDAY_FAIL = 'get_jackpots_yesterday_fail'; | ||
|
||
|
||
export const ADD_JACKPOT_SUCCESS = 'add_jackpot_success'; | ||
export const ADD_JACKPOT_FAIL = 'add_jackpot_fail'; | ||
|
||
export const EDIT_JACKPOT_SUCCESS = 'edit_jackpot_success'; | ||
|
||
export const EDIT_JACKPOT_SUCCESS = 'edit_jackpot_success'; | ||
export const EDIT_JACKPOT_FAIL = 'edit_jackpot_fail'; | ||
|
||
export const DELETE_JACKPOT_SUCCESS = 'delete_jackpot_success'; | ||
|
||
export const DELETE_JACKPOT_SUCCESS = 'delete_jackpot_success'; | ||
export const DELETE_JACKPOT_FAIL = 'delete_jackpot_fail'; | ||
|
||
|
||
export const SHOW_ADD_JACKPOT_MODAL = 'show_add_jackpot_modal'; | ||
|
||
export const SHOW_EDIT_JACKPOT_MODAL = 'show_edit_jackpot_modal'; | ||
|
||
export const SHOW_DELETE_JACKPOT_MODAL = 'show_delete_jackpot_modal'; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.