Skip to content

Commit

Permalink
Rename plugins for consistency (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jul 17, 2023
1 parent efd37d1 commit 3787774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/voila/src/plugins/themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ThemeManager } from './thememanager';
* The voila theme manager provider.
*/
export const themesManagerPlugin: JupyterFrontEndPlugin<IThemeManager> = {
id: '@jupyterlab/apputils-extension:themes',
id: '@voila-dashboards/voila:theme-manager',
description: 'Provides the theme manager.',
requires: [JupyterFrontEnd.IPaths],
activate: (
Expand Down Expand Up @@ -55,7 +55,7 @@ export const themesManagerPlugin: JupyterFrontEndPlugin<IThemeManager> = {
* A plugin to handler the theme
*/
export const themePlugin: JupyterFrontEndPlugin<void> = {
id: '@voila-dashboards/voila:theme-manager',
id: '@voila-dashboards/voila:theme',
autoStart: true,
optional: [IThemeManager],
activate: async (
Expand Down

0 comments on commit 3787774

Please sign in to comment.