-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make FEEL popup links configurable
* removes existing links * links to be added through configuration instead
- Loading branch information
1 parent
cfab33a
commit 52b372a
Showing
7 changed files
with
79 additions
and
70 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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,9 +1,9 @@ | ||
export { default as ArrowIcon } from './Arrow.svg'; | ||
export { default as CloseIcon } from './Close.svg'; | ||
export { default as CreateIcon } from './Create.svg'; | ||
export { default as DeleteIcon } from './Delete.svg'; | ||
export { default as DragIcon } from './Drag.svg'; | ||
export { default as ExternalLinkIcon } from './ExternalLink.svg'; | ||
export { default as FeelIcon } from './Feel.svg'; | ||
export { default as HelpIcon } from './help.svg'; | ||
export { default as PopupIcon } from './Popup.svg'; | ||
export { default as CloseIcon } from './Close.svg'; | ||
export { default as LaunchIcon } from './Launch.svg'; | ||
export { default as PopupIcon } from './Popup.svg'; |
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