diff --git a/README.md b/README.md index f1d02399f..be126f2b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jupyterlab-classic +![jupyterlab-classic-logo](./jupyterlab-classic.png) ![Github Actions Status](https://github.com/jtpio/jupyterlab-classic/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/jtpio/795608163800b4a7d34d60a015c3d27c/master?urlpath=/classic/tree/tour.ipynb) diff --git a/jupyterlab-classic.png b/jupyterlab-classic.png new file mode 100644 index 000000000..ce7a04882 Binary files /dev/null and b/jupyterlab-classic.png differ diff --git a/packages/help-extension/src/index.tsx b/packages/help-extension/src/index.tsx index f3ee7838a..45fd05034 100644 --- a/packages/help-extension/src/index.tsx +++ b/packages/help-extension/src/index.tsx @@ -10,7 +10,7 @@ import { showDialog, Dialog } from '@jupyterlab/apputils'; import { IMainMenu } from '@jupyterlab/mainmenu'; -import { jupyterIcon } from '@jupyterlab-classic/ui-components'; +import { jupyterlabClassicIcon } from '@jupyterlab-classic/ui-components'; import * as React from 'react'; @@ -111,7 +111,7 @@ const plugin: JupyterFrontEndPlugin = { const title = ( <> - + ); @@ -132,7 +132,6 @@ const plugin: JupyterFrontEndPlugin = { ); const body = ( <> - JupyterLab Classic Version: {app.version}
{externalLinks}
diff --git a/packages/help-extension/style/base.css b/packages/help-extension/style/base.css index 897fbb1ef..0cf49e6c4 100644 --- a/packages/help-extension/style/base.css +++ b/packages/help-extension/style/base.css @@ -2,7 +2,6 @@ display: flex; flex-direction: row; align-items: center; - height: calc(1.5 * var(--jp-private-topbar-height)); padding: var(--jp-flat-button-padding); } diff --git a/packages/ui-components/src/icon/iconimports.ts b/packages/ui-components/src/icon/iconimports.ts index daaa73fa3..4494ea590 100644 --- a/packages/ui-components/src/icon/iconimports.ts +++ b/packages/ui-components/src/icon/iconimports.ts @@ -6,8 +6,14 @@ import { LabIcon } from '@jupyterlab/ui-components'; import jupyterSvgstr from '../../style/icons/jupyter.svg'; +import jupyterlabClassicSvgstr from '../../style/icons/jupyterlab-classic.svg'; export const jupyterIcon = new LabIcon({ name: 'classic-ui-components:jupyter', svgstr: jupyterSvgstr }); + +export const jupyterlabClassicIcon = new LabIcon({ + name: 'classic-ui-components:jupyterlab-classic', + svgstr: jupyterlabClassicSvgstr +}); diff --git a/packages/ui-components/style/icons/jupyterlab-classic.svg b/packages/ui-components/style/icons/jupyterlab-classic.svg new file mode 100644 index 000000000..6abffe885 --- /dev/null +++ b/packages/ui-components/style/icons/jupyterlab-classic.svg @@ -0,0 +1,36 @@ + + +