forked fromjupyterlab/jupyterlab
- Notifications
You must be signed in to change notification settings - Fork0
Commite43e6a4
Fix CommandPalette gets re-rendered even if hidden (jupyterlab#17442)
* Bump lumino packages* Simplify running list code by leveraging new `Widget.isVisible`* Fix integrity* Deduplicate---------Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>Co-authored-by: krassowski <5832902+krassowski@users.noreply.github.com>1 parent327e791 commite43e6a4
File tree
97 files changed
+862
-885
lines changed- builder
- examples
- cell
- console
- federated
- md_package
- middle_package
- filebrowser
- notebook
- terminal
- galata
- extension
- jupyterlab/tests/mock_packages
- interop/token
- mimeextension
- packages
- application-extension
- application
- apputils-extension
- apputils
- attachments
- cell-toolbar
- cells
- celltags-extension
- codeeditor
- codemirror-extension
- codemirror
- completer-extension
- completer
- console-extension
- console
- coreutils
- csvviewer-extension
- csvviewer
- debugger-extension
- debugger
- docmanager-extension
- docmanager
- docregistry
- documentsearch-extension
- documentsearch
- extensionmanager
- filebrowser-extension
- filebrowser
- fileeditor-extension
- fileeditor
- help-extension
- htmlviewer
- imageviewer
- inspector-extension
- inspector
- json-extension
- launcher-extension
- launcher
- logconsole-extension
- logconsole
- lsp-extension
- lsp
- mainmenu-extension
- mainmenu
- markdownviewer
- markedparser-extension
- mathjax-extension
- mermaid
- metadataform-extension
- metadataform
- nbformat
- notebook-extension
- notebook
- observables
- outputarea
- pdf-extension
- pluginmanager-extension
- pluginmanager
- property-inspector
- rendermime-interfaces
- rendermime
- running-extension
- running
- src
- services-extension
- services
- examples/browser
- settingeditor-extension
- settingeditor
- settingregistry
- shortcuts-extension
- statedb
- statusbar
- terminal-extension
- terminal
- testing
- toc
- tooltip-extension
- tooltip
- translation
- ui-components
- examples/simple-windowed-list
- vega5-extension
- workspaces
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+862
-885
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments
Comments
(0)