From 3787774c97d34f2e1597a8b8b8db72b02beac145 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 17 Jul 2023 09:43:47 +0200 Subject: [PATCH] Rename plugins for consistency (#1350) --- packages/voila/src/plugins/themes/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/voila/src/plugins/themes/index.ts b/packages/voila/src/plugins/themes/index.ts index 9f50379e7..d67da1d01 100644 --- a/packages/voila/src/plugins/themes/index.ts +++ b/packages/voila/src/plugins/themes/index.ts @@ -18,7 +18,7 @@ import { ThemeManager } from './thememanager'; * The voila theme manager provider. */ export const themesManagerPlugin: JupyterFrontEndPlugin = { - id: '@jupyterlab/apputils-extension:themes', + id: '@voila-dashboards/voila:theme-manager', description: 'Provides the theme manager.', requires: [JupyterFrontEnd.IPaths], activate: ( @@ -55,7 +55,7 @@ export const themesManagerPlugin: JupyterFrontEndPlugin = { * A plugin to handler the theme */ export const themePlugin: JupyterFrontEndPlugin = { - id: '@voila-dashboards/voila:theme-manager', + id: '@voila-dashboards/voila:theme', autoStart: true, optional: [IThemeManager], activate: async (