Nicolas Brichet

Results 27 issues of Nicolas Brichet

Keep track of all opened documents in the collaborators panel. Related to #284 The file list is an panel under the user in collaboration sidepanel. The appearance of the file...

enhancement

When using collaboration, the filebrowser does not display the running kernel indicator (dot in front of the file name). ## Description **Current:** ![image](https://github.com/jupyterlab/jupyter-collaboration/assets/32258950/bdd726a2-3a8a-499a-823d-7cd2314ea251) **Expected:** ![image](https://github.com/jupyterlab/jupyter-collaboration/assets/32258950/1e950b4c-8699-4c8c-b867-6ba594a1a122) ## Expected behavior The running...

bug

The collaborators panel display the current shared document of a collaborator. It could be interesting to display a list of all shared documents on which a collaborator is working. ###...

enhancement

Fixes a a navigation problem with sub-slide. A sub-slide (1) without fragment and (2) followed by another sub-slide is ignored in the navigation. This PR solve it by checking if...

## Checklist - [x] ran `doit lint` locally ## References Fixes https://github.com/deathbeds/jupyterlab-deck/issues/49 ## Code changes Adds a `redirect` attribute to slide extent. This new attribute is filled with the index...

This PR is an alternative of https://github.com/jupyterlab/jupyterlab/pull/16452, according to the suggestion of @fcollonval. ## References Fixes https://github.com/jupyterlab/jupyterlab/issues/15629 ## Code changes Trigger the toolbar button action on click instead of on...

bug
pkg:notebook
pkg:ui-components

This PR fixes https://github.com/jupyterlab/jupyterlab/issues/15629, but can bring some unexpected changes. The issue mentioned above comes from https://github.com/jupyterlab/jupyterlab/pull/12281, when the filebrowser panel became a `SidePanel` and its toolbar customizable. The command...

bug
pkg:ui-components