Skip to content

Commit a51b7d9

Browse files
brichetgithub-actions[bot]
andauthoredMar 3, 2023
Using metadataform for default notebooktools (jupyterlab#14026)
* Copy common tools using metadataform extension * Create extended tools using metadataform extensions * Add the active cell tool to the common tool * update metadata usage to the latest interface * update on RJSF 5, fromRenderer and metadataEditorTool * Remove former commonTools * Removes unused classes and function after former commonTool has been removed * Remove former advancedTools * Automatic application of license header * Fix lint and docs * update snapshots and selectors * updates snapshot and locator, change active cell widget css and field order in common tool * update snapshot * Add metadataform and metadataform-extension dependencies to relevant examples * Improves style * Removes padding on description fields * Change CSS of errors list and on highlight controls on hover * Avoids XSS attack in cellTags, adds a label and handles copy/paste resize * Restores the label's font and makes it match the widget's label * Update Playwright Snapshots * Regularly updates the ActiveCellTool to match the current content and execution count * Fix integrity * Fix lint and move widgets to dedicated directory * Add UI tests on notebook tools * prettier * Includes toolWidgets files in lib * lint * Removes unused class and adds UI tests on ActiveCellTool * integrity * Update snapshot * Adds constants for class names * Adds some migration information and renames some variables in notebooktools * Uses variables to define add tag width * Removes a leftover after rebase --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8cd59e9 commit a51b7d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1104
-2049
lines changed
 

‎.github/labeler.yml

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ pkg:cells:
5757
- packages/cells/*
5858

5959
pkg:celltags:
60-
- packages/celltags/**/*
61-
- packages/celltags/*
6260
- packages/celltags-extension/**/*
6361
- packages/celltags-extension/*
6462

‎buildutils/src/ensure-repo.ts

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ const SKIP_CSS: Dict<string[]> = {
193193
'@jupyterlab/notebook',
194194
'@jupyterlab/cell-toolbar',
195195
'@jupyterlab/cell-toolbar-extension',
196-
'@jupyterlab/celltags',
197196
'@jupyterlab/celltags-extension',
198197
'@jupyterlab/fileeditor',
199198
'@jupyterlab/codemirror-extension',

0 commit comments

Comments
 (0)