-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(widget): make controller more functional (#182)
* promote detail-navigation-header out of assets directory * processStep and processThing no longer side effect into the nodesById and edges they are passed * replace forEach with for ... of * improve test descriptions
- Loading branch information
1 parent
8632ac0
commit e1aaacb
Showing
5 changed files
with
76 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// All files which will be accessible when the widget is installed via npm are declared here | ||
export * from './close-details-button'; | ||
export * from './logo'; | ||
export * from './detail-navigation-header'; |
2 changes: 1 addition & 1 deletion
2
...et/src/assets/detail-navigation-header.ts → ...es/widget/src/detail-navigation-header.ts
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