-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
1 parent
ad5ea82
commit b17f61d
Showing
18 changed files
with
53 additions
and
62 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// best practice tip: define event & effect names as consts or enums | ||
// and avoid hardcoded strings for more safety and easier refactoring | ||
// also see pre-defined event handlers & interceptors in @thi.ng/atom: | ||
// https://github.com/thi-ng/umbrella/blob/develop/packages/interceptors/src/api.ts#L14 | ||
// also see pre-defined event handlers & interceptors: | ||
// https://github.com/thi-ng/umbrella/blob/develop/packages/interceptors/src/api.ts#L31 | ||
|
||
export const JSON = "load-json"; | ||
export const ROUTE_TO = "route-to"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// best practice tip: define event & effect names as consts or enums | ||
// and avoid hardcoded strings for more safety and easier refactoring | ||
// also see pre-defined event handlers & interceptors in @thi.ng/atom: | ||
// https://github.com/thi-ng/umbrella/blob/develop/packages/interceptors/src/api.ts#L14 | ||
// also see pre-defined event handlers & interceptors: | ||
// https://github.com/thi-ng/umbrella/blob/develop/packages/interceptors/src/api.ts#L31 | ||
|
||
export const SAVE_SVG = "save-svg"; | ||
export const SAVE_ANIM = "save-anim"; |
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
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,7 +1,7 @@ | ||
// best practice tip: define event & effect names as consts or enums | ||
// and avoid hardcoded strings for more safety and easier refactoring | ||
// also see pre-defined event handlers & interceptors in @thi.ng/atom: | ||
// https://github.com/thi-ng/umbrella/blob/develop/packages/interceptors/src/api.ts#L14 | ||
// https://github.com/thi-ng/umbrella/blob/develop/packages/interceptors/src/api.ts#L31 | ||
|
||
export const ADD_TRIPLE = "add-triples"; | ||
export const REMOVE_TRIPLE = "remove-triples"; |
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