custom home tab sample (#16965)

* add sample for custom home tab

* revert unexpected changes
This commit is contained in:
Alan Ren
2021-09-01 16:45:08 -07:00
committed by GitHub
parent 502feba76d
commit d8980ea711
6 changed files with 37 additions and 88 deletions

View File

@@ -165,9 +165,6 @@ export abstract class DashboardPage extends AngularDisposable implements IConfig
this.createTabs(tempWidgets);
}
this.showToolbar = true;
this.createToolbar(this.toolbarContainer.nativeElement, this.homeTabId);
this._register(this.themeService.onDidColorThemeChange((event: IColorTheme) => {
this.updateTheme(event);
}));