forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Accessibility] Using arrow keys to navigate in toolbars items (jupyt…
…erlab#15021) * Use webcomponent for toolbar * Tune web components styling Support injecting the icon without wrapper * Adds jp-select in notebook toolbar and center elements in toolbar * fix filebrowser toolbar * Fix select sizing and styling upstream * Fix toolbar popup * Set jupyter toolkit deps as singleton * Update Playwright Snapshots * Fix jest * Fix CSS selector * Fix tests in apputils and debugger packages * Avoid setting attributes to React.Fragment in LabIcon * Fixes ui-components tests * updates snapshots in examples, and add some CSS rules * Update snapshot in examples * Fix some selectors in the notebook helper of galata * Vertical center the cell toolbar * Update snapshots and selectors in documentation * Update galata and jupyterlab snapshots in ui-tests... Pfff * Fix some more selectors in ui-tests, and style of notifications * Remove the function to close the filebrower in favor of the existing 'sidebar.close()' helper function * update some more snapshots * Fix reactive toolbar and update snapshots * lint * Fixing debugger 'Start debug session' integration test (?) * Improve handling of Jupyter theme * Make helpers backward compatible * Simplify styling for toggle button using aria-pressed * Refactor toolbar gap item definition * Upgrade toolkit * Remove empty style file * Automatic application of license header * Remove ref to deleted file * fix lint and ui-component test * Update Playwright Snapshots * update examples snapshots * Update galata/jupyterlab snapshots * some more snapshots * Fix filebrowser refresh selector * Replace buttons by divs in the debugger KernelSource panel * Fix "Paste cell" integration test * restore 'Running kernels and consoles' buttons' color * Restore documentation debugger snapshot * snapshots * Restore the position of the refresh button in running session panel * Fix reactive toolbar computation * Fix the run button focus in documentation * Stop click event on toolbar button to avoid focus leaving the editor. * snapshots * Documentation snapshots * Change the sidepanel toolbar's role to 'toolbar' * Wait for cell toolbar to be displayed in benchmark tests * Update the selector of the cell editor in notebook helper of galata, and update snapshots * Fix 'enterCellEditingMode()' in galata's notebook helper * Bump package to fix typing issue * Snapshots, after rebase * Restore class on button label, and remove useless '.jp-mod-styled' class on buttons in running kernel sidebar * Items in reactive toolbar are inserted back at their initial position * Restore the HTMLSelect, since the web component select is not yet ready * integrity * Update documentation and examples snapshots * Avoid rendering command toolbar buttons without registered command * Galata snapshots * Fix style on button with label and icon, and fix some selector in integration test * Revert cursor position when clicking on cell editor, and fix metadataform integration test * Add commands in debugger test to render the related button * Fix the debugger toolbar without breaking the other ones * Improve some CSS selectors and restore the position of kernel status indicator * Adds jest config changes in extension migration * Update Playwright Snapshots * Update Playwright Snapshots * Update Playwright Snapshots * Update Playwright Snapshots * Update docs/source/extension/extension_migration.rst Co-authored-by: Michał Krassowski <[email protected]> * Update docs/source/extension/extension_migration.rst Co-authored-by: Michał Krassowski <[email protected]> * Remove useless style property * Remove debug leftover in ui-tests Co-authored-by: Michał Krassowski <[email protected]> * snapshots * Try to fix readonly test --------- Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Michał Krassowski <[email protected]>
- Loading branch information
1 parent
b346ac3
commit 3d525a2
Showing
223 changed files
with
819 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
|
||
import { applyJupyterTheme } from '@jupyter/web-components'; | ||
|
||
import '@jupyterlab/application/style/index.js'; | ||
import '@jupyterlab/cells/style/index.js'; | ||
import '@jupyterlab/theme-light-extension/style/theme.css'; | ||
import '@jupyterlab/completer/style/index.js'; | ||
|
||
import '../index.css'; | ||
|
||
// Apply JupyterLab theme to the Jupyter toolkit | ||
window.addEventListener('load', () => { | ||
applyJupyterTheme(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
|
||
import { applyJupyterTheme } from '@jupyter/web-components'; | ||
|
||
import '@jupyterlab/application/style/index.css'; | ||
import '@jupyterlab/console/style/index.css'; | ||
import '@jupyterlab/theme-light-extension/style/theme.css'; | ||
|
||
import '../index.css'; | ||
|
||
// Apply JupyterLab theme to the Jupyter toolkit | ||
window.addEventListener('load', () => { | ||
applyJupyterTheme(); | ||
}); |
Binary file modified
BIN
-48 Bytes
(100%)
examples/federated/example.spec.ts-snapshots/example-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1 Byte
(100%)
examples/filebrowser/example.spec.ts-snapshots/example-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
|
||
import { applyJupyterTheme } from '@jupyter/web-components'; | ||
|
||
import '@jupyterlab/application/style/index.css'; | ||
import '@jupyterlab/codemirror/style/index.css'; | ||
import '@jupyterlab/filebrowser/style/index.css'; | ||
import '@jupyterlab/theme-light-extension/style/theme.css'; | ||
|
||
import '../index.css'; | ||
|
||
// Apply JupyterLab theme to the Jupyter toolkit | ||
window.addEventListener('load', () => { | ||
applyJupyterTheme(); | ||
}); |
Binary file modified
BIN
+309 Bytes
(100%)
examples/notebook/example.spec.ts-snapshots/example-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
|
||
import { applyJupyterTheme } from '@jupyter/web-components'; | ||
|
||
import '@jupyterlab/application/style/index.css'; | ||
import '@jupyterlab/codemirror/style/index.css'; | ||
import '@jupyterlab/completer/style/index.css'; | ||
import '@jupyterlab/documentsearch/style/index.css'; | ||
import '@jupyterlab/notebook/style/index.css'; | ||
import '@jupyterlab/theme-light-extension/style/theme.css'; | ||
|
||
import '../index.css'; | ||
|
||
// Apply JupyterLab theme to the Jupyter toolkit | ||
window.addEventListener('load', () => { | ||
applyJupyterTheme(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) Jupyter Development Team. | ||
* Distributed under the terms of the Modified BSD License. | ||
*/ | ||
|
||
import { applyJupyterTheme } from '@jupyter/web-components'; | ||
|
||
import '@jupyterlab/application/style/index.css'; | ||
import '@jupyterlab/terminal/style/index.css'; | ||
import '@jupyterlab/theme-light-extension/style/theme.css'; | ||
|
||
import '../index.css'; | ||
|
||
// Apply JupyterLab theme to the Jupyter toolkit | ||
window.addEventListener('load', () => { | ||
applyJupyterTheme(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.