Add Timeline component (#2535)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-01-24 20:43:06 +07:00
committed by GitHub
parent ba8ab45dc2
commit 8a5b84802c
20 changed files with 1469 additions and 126 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ loadMetadata(tracker.icon, {
CopyBranch: `${icons}#copyBranch`,
Duplicate: `${icons}#duplicate`,
TimeReport: `${icons}#timeReport`,
Estimation: `${icons}#timeReport`
Estimation: `${icons}#timeReport`,
Timeline: `${icons}#timeline`
})
addStringsLoader(trackerId, async (lang: string) => await import(`../lang/${lang}.json`))