feat(editor): Workflow history [WIP]- Add workflow history opening button to main header component (no-changelog) (#7310)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Csaba Tuncsik
2023-10-04 16:45:18 +02:00
committed by GitHub
parent b59b9086d7
commit 4bc9164032
15 changed files with 334 additions and 113 deletions

View File

@@ -78,6 +78,7 @@ import {
faHandPointLeft,
faHashtag,
faHdd,
faHistory,
faHome,
faHourglass,
faImage,
@@ -236,6 +237,7 @@ export const FontAwesomePlugin: Plugin<{}> = {
addIcon(faHandPointLeft);
addIcon(faHashtag);
addIcon(faHdd);
addIcon(faHistory);
addIcon(faHome);
addIcon(faHourglass);
addIcon(faImage);