Start of the taxonomy dashboard implementation

This commit is contained in:
Elio Struyf
2022-06-08 18:37:13 +02:00
parent bd43ba8a6d
commit 081fb7ce2e
18 changed files with 162 additions and 8 deletions
+2
View File
@@ -10,6 +10,7 @@ export const TelemetryEvent = {
openMediaDashboard: 'openMediaDashboard',
openDataDashboard: 'openDataDashboard',
openSnippetsDashboard: 'openSnippetsDashboard',
openTaxonomyDashboard: 'openTaxonomyDashboard',
closeDashboard: 'closeDashboard',
// Other actions
@@ -41,4 +42,5 @@ export const TelemetryEvent = {
webviewDataView: 'webviewDataView',
webviewContentsView: 'webviewContentsView',
webviewSnippetsView: 'webviewSnippetsView',
webviewTaxonomyDashboard: 'webviewTaxonomyDashboard',
};